@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap');

*,
::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: Inter, sans-serif;
  /* 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 */
  font-family: 'Playfair Display', serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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 */
  border-top-style: solid;
  /* 3 */
  border-top-color: currentColor;
  /* 3 */
  margin: 1rem 0;
  /* 3 */
  padding: 0;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-decoration-line: underline;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: 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: JetBrains Mono, 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']) {
  appearance: button;
  -webkit-appearance: button;
  -moz-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;
  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 */
}

/*
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;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: mandatory;
  scroll-padding-top: 4rem;
  --color-primary: #3b82f6;
}

body {
  font-family: 'Playfair Display', serif;
  color: var(--color-text-primary);
  background-color: var(--color-background);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  background: rgba(37, 99, 235, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  text-decoration: none;
  z-index: 1;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: 0.6s;
  z-index: 2;
}

.btn-primary:hover {
  background: linear-gradient(-45deg, #2563eb, #3b82f6, #60a5fa, #2563eb);
  background-size: 400% 400%;
  animation: btn-gradient-shift 3s ease infinite;
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 15px 45px rgba(37, 99, 235, 0.4),
    inset 0 0 15px rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:active {
  transform: translateY(1px) scale(0.95);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2);
  transition: all 0.1s;
}

/* Animated glass highlight model */
.btn-primary::after {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 0;
}

.btn-primary:hover::after {
  opacity: 1;
  animation: glass-orbit 4s linear infinite;
}

@keyframes glass-orbit {
  from {
    transform: rotate(0deg) translateX(20%) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(20%) rotate(-360deg);
  }
}

@keyframes btn-gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5), 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.btn-trial {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.5rem;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  color: #000000;
  background: linear-gradient(90deg, #a5b4fc 0%, #3b82f6 50%, #4f46e5 100%);
  border-radius: 9999px;
  border: 2px solid #1e3a8a;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  z-index: 1;
}

.btn-trial::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: radial-gradient(#ffffff 2px, transparent 2px);
  background-size: 10px 10px;
  background-position: 0 0;
  opacity: 0.4;
  z-index: -1;
  animation: dots-slide 3s linear infinite;
}

.btn-trial::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  z-index: 0;
  animation: shine-trial 2.5s infinite;
}

.btn-trial span,
.btn-trial i {
  position: relative;
  z-index: 2;
}

.btn-trial:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.5);
  border-color: #2563eb;
  color: #000;
}

@keyframes dots-slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 20px 0;
  }
}

@keyframes shine-trial {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}


.btn-secondary {
  border-radius: 0.5rem;
  --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);
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: var(--shadow-subtle);
  --tw-ring-offset-width: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-color: rgb(241 245 249 / var(--tw-ring-offset-opacity, 1));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.btn-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(241 245 249 / var(--tw-ring-offset-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(241 245 249 / var(--tw-ring-offset-opacity, 1));
}

.btn-secondary {
  box-shadow: var(--shadow-subtle);
}

.card {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: var(--shadow-card);
  --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);
}

.card:hover {
  box-shadow: var(--shadow-elevated);
  --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);
}

.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
}

.input-field {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: var(--shadow-subtle);
  --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);
}

.input-field:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(255 255 255 / var(--tw-ring-offset-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: rgb(255 255 255 / var(--tw-ring-offset-opacity, 1));
}

.text-gradient {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-left-4 {
  left: -1rem;
}

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

.-right-4 {
  right: -1rem;
}

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

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

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-16 {
  top: 4rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

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

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

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-md {
  max-width: 28rem;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

.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 fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
}

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.animate-pulse-slow {
  animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

.animate-slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.-space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-b {
  border-bottom-width: 1px;
}

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

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

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

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

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

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

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

.bg-surface\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-surface\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-surface\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.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-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-accent {
  --tw-gradient-from: #F59E0B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50 {
  --tw-gradient-from: #FFFBEB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) 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-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: #2563EB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50 {
  --tw-gradient-from: #EFF6FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary {
  --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-secondary-50 {
  --tw-gradient-from: #F8FAFC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-success {
  --tw-gradient-from: #10B981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-success-50 {
  --tw-gradient-from: #ECFDF5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-accent {
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F59E0B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-surface {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent {
  --tw-gradient-to: #F59E0B var(--tw-gradient-to-position);
}

.to-accent-50 {
  --tw-gradient-to: #FFFBEB var(--tw-gradient-to-position);
}

.to-accent-600 {
  --tw-gradient-to: #D97706 var(--tw-gradient-to-position);
}

.to-primary-50 {
  --tw-gradient-to: #EFF6FF var(--tw-gradient-to-position);
}

.to-primary-600 {
  --tw-gradient-to: #2563EB var(--tw-gradient-to-position);
}

.to-primary-700 {
  --tw-gradient-to: #1D4ED8 var(--tw-gradient-to-position);
}

.to-secondary-50 {
  --tw-gradient-to: #F8FAFC var(--tw-gradient-to-position);
}

.to-secondary-600 {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.to-success {
  --tw-gradient-to: #10B981 var(--tw-gradient-to-position);
}

.to-success-50 {
  --tw-gradient-to: #ECFDF5 var(--tw-gradient-to-position);
}

.to-success-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.font-serif {
  font-family: Source Serif Pro, 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-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-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-accent-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-accent-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-card {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px 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-elevated {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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, 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-1000 {
  transition-duration: 1000ms;
}

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

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

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

.animate-slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

:root {
  /* Primary Colors */
  --color-primary: #2563EB;
  /* blue-600 */
  --color-primary-50: #EFF6FF;
  /* blue-50 */
  --color-primary-100: #DBEAFE;
  /* blue-100 */
  --color-primary-200: #BFDBFE;
  /* blue-200 */
  --color-primary-300: #93C5FD;
  /* blue-300 */
  --color-primary-400: #60A5FA;
  /* blue-400 */
  --color-primary-500: #3B82F6;
  /* blue-500 */
  --color-primary-600: #2563EB;
  /* blue-600 */
  --color-primary-700: #1D4ED8;
  /* blue-700 */
  --color-primary-800: #1E40AF;
  /* blue-800 */
  --color-primary-900: #1E3A8A;
  /* blue-900 */
  /* Secondary Colors */
  --color-secondary: #64748B;
  /* slate-500 */
  --color-secondary-50: #F8FAFC;
  /* slate-50 */
  --color-secondary-100: #F1F5F9;
  /* slate-100 */
  --color-secondary-200: #E2E8F0;
  /* slate-200 */
  --color-secondary-300: #CBD5E1;
  /* slate-300 */
  --color-secondary-400: #94A3B8;
  /* slate-400 */
  --color-secondary-500: #64748B;
  /* slate-500 */
  --color-secondary-600: #475569;
  /* slate-600 */
  --color-secondary-700: #334155;
  /* slate-700 */
  --color-secondary-800: #1E293B;
  /* slate-800 */
  --color-secondary-900: #0F172A;
  /* slate-900 */
  /* Accent Colors */
  --color-accent: #F59E0B;
  /* amber-500 */
  --color-accent-50: #FFFBEB;
  /* amber-50 */
  --color-accent-100: #FEF3C7;
  /* amber-100 */
  --color-accent-200: #FDE68A;
  /* amber-200 */
  --color-accent-300: #FCD34D;
  /* amber-300 */
  --color-accent-400: #FBBF24;
  /* amber-400 */
  --color-accent-500: #F59E0B;
  /* amber-500 */
  --color-accent-600: #D97706;
  /* amber-600 */
  --color-accent-700: #B45309;
  /* amber-700 */
  --color-accent-800: #92400E;
  /* amber-800 */
  --color-accent-900: #78350F;
  /* amber-900 */
  /* Background Colors */
  --color-background: #FAFAFA;
  /* gray-50 */
  --color-surface: #FFFFFF;
  /* white */
  /* Text Colors */
  --color-text-primary: #1E293B;
  /* slate-800 */
  --color-text-secondary: #64748B;
  /* slate-500 */
  /* Status Colors */
  --color-success: #10B981;
  /* emerald-500 */
  --color-success-50: #ECFDF5;
  /* emerald-50 */
  --color-success-100: #D1FAE5;
  /* emerald-100 */
  --color-success-500: #10B981;
  /* emerald-500 */
  --color-success-600: #059669;
  /* emerald-600 */
  --color-warning: #F59E0B;
  /* amber-500 */
  --color-warning-50: #FFFBEB;
  /* amber-50 */
  --color-warning-100: #FEF3C7;
  /* amber-100 */
  --color-warning-500: #F59E0B;
  /* amber-500 */
  --color-warning-600: #D97706;
  /* amber-600 */
  --color-error: #EF4444;
  /* red-500 */
  --color-error-50: #FEF2F2;
  /* red-50 */
  --color-error-100: #FEE2E2;
  /* red-100 */
  --color-error-500: #EF4444;
  /* red-500 */
  --color-error-600: #DC2626;
  /* red-600 */
  /* Shadows */
  --shadow-subtle: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-elevated: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* Transitions */
  --transition-smooth: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.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\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-accent-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-success-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

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

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

.focus\:ring-2:focus {
  --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\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.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-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

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

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

  .md\:text-right {
    text-align: right;
  }
}

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

  .lg\:order-2 {
    order: 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .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\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.animate-slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.meanu-items-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menuu-items-icon-large {
  width: 32px;
  height: 32px;
  fill: currentColor;
  flex-shrink: 0;
}

.menu {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu_animation {
  animation: menuAnimation 0.3s ease-out forwards;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Full-Screen Video Styles */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  backdrop-filter: blur(5px);
}

/* Button Credential Styles */
.btn-credential {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 2.5rem;
  background: linear-gradient(90deg, #3b82f6 0%, #d97706 100%);
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  width: fit-content;
}

.btn-credential:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
  filter: brightness(1.1);
}

.btn-credential .arrow {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.btn-credential:hover .arrow {
  transform: translateX(8px);
}

/* Glassmorphism Navigation Cards */
.glass-nav-card {
  position: relative;
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.glass-nav-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}

.glass-nav-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
    0 0 30px rgba(59, 130, 246, 0.15);
}

.glass-nav-card:hover::before {
  opacity: 1;
  animation: glass-light 4s linear infinite;
}

@keyframes glass-light {
  0% {
    transform: translate(-30%, -30%);
  }

  25% {
    transform: translate(30%, -30%);
  }

  50% {
    transform: translate(30%, 30%);
  }

  75% {
    transform: translate(-30%, 30%);
  }

  100% {
    transform: translate(-30%, -30%);
  }
}

.card-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  filter: saturate(1.2) brightness(1.1);
}

.glass-nav-card:hover .card-bg-img {
  opacity: 0.4;
  transform: scale(1.15) rotate(2deg);
  filter: saturate(1.5) brightness(1.2);
}

.glass-nav-card {
  position: relative;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}


/* Glass Gradient Backgrounds */
.glass-gradient-primary {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(4px);
}

.glass-gradient-accent {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  backdrop-filter: blur(4px);
}

.glass-gradient-success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  backdrop-filter: blur(4px);
}

.glass-gradient-secondary {
  background: rgba(100, 116, 139, 0.1);
  border: 1px solid rgba(100, 116, 139, 0.2);
  backdrop-filter: blur(4px);
}

/* Lighting Mode Animation */
.lighting-glow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lighting-glow::after {
  content: "";
  position: absolute;
  inset: -4px;
  background: linear-gradient(45deg, #3b82f6, #60a5fa, #f59e0b, #fbbf24, #10b981, #34d399, #3b82f6);
  background-size: 400%;
  z-index: -1;
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: 1.25rem;
}

.glass-nav-card:hover .lighting-glow::after {
  opacity: 0.5;
  animation: glow-rotate 8s linear infinite;
}

@keyframes glow-rotate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.glass-text {
  background: linear-gradient(135deg, #1e293b, #475569);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/* Animated Profile Image Hook */
.hero-image-animated {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
  border: 4px solid transparent;
  background: linear-gradient(var(--color-surface), var(--color-surface)) padding-box,
    linear-gradient(45deg, #3b82f6, #a855f7) border-box;
  border-radius: 1.5rem;
}

.hero-image-animated:hover {
  animation: morph-blob 8s ease-in-out infinite;
  transform: scale(1.08) translateY(-10px);
  box-shadow: 0 40px 80px -20px rgba(59, 130, 246, 0.4),
    0 0 30px rgba(168, 85, 247, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

@keyframes morph-blob {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  33% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
  }

  66% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

/* Subtle pulse animation for the image container when hovered */
.hero-image-animated:active {
  transform: scale(0.98);
}

/* Custom Cursor - High Performance Transform Mode */
.custom-cursor-dot,
.custom-cursor-outline {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  will-change: transform;
}

.custom-cursor-dot {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" stroke="black" stroke-width="1.2" d="M0 0 L0 16.5 L4.5 12.5 L8 21 L11 19.5 L7.5 11.5 L12.5 11.5 Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  border-radius: 0;
}

.custom-cursor-outline {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.5);
  background-color: rgba(59, 130, 246, 0.05);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    height 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
}

/* Canvas Trail Layer */
.cursor-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* Hover State - Magnetic Snap Effect */
body.cursor-hover .custom-cursor-dot {
  transform: scale(0.8) !important;
  opacity: 0.8;
}

body.cursor-hover .custom-cursor-outline {
  width: 70px;
  height: 70px;
  background-color: rgba(59, 130, 246, 0.15);
  border: 2px solid #3b82f6;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Click Effect */
body.cursor-clicked .custom-cursor-outline {
  background-color: rgba(59, 130, 246, 0.3);
}

/* Morph Cursor Effect */
body.hover-morph .custom-cursor-outline {
  width: 80px;
  height: 80px;
  background-color: rgba(168, 85, 247, 0.2);
  border: 2px solid rgba(168, 85, 247, 0.6);
  animation: morph-blob 4s ease-in-out infinite;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media (pointer: fine) {
  body:not(.no-custom-cursor) {
    cursor: none;
  }

  body:not(.no-custom-cursor) a,
  body:not(.no-custom-cursor) button,
  body:not(.no-custom-cursor) [role="button"],
  body:not(.no-custom-cursor) .group,
  body:not(.no-custom-cursor) .card,
  body:not(.no-custom-cursor) .glass-nav-card {
    cursor: none !important;
  }
}

/* =========================================
   Contact Page Exclusive Footer Styles
   ========================================= */

.contact-glass-footer {
  position: relative;
  background: #0f172a;
  /* Fallback */
  background: linear-gradient(to bottom, #0f172a, #111827);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 4rem 0;
  color: white;
}

/* Animated Blue Background Effect */
.contact-footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.contact-footer-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
  /* Blue glow */
  animation: footer-blob-move 10s infinite alternate ease-in-out;
  filter: blur(80px);
}

.contact-footer-bg::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.1) 0%, transparent 60%);
  /* Purple/Blue support glow */
  animation: footer-blob-move-reverse 12s infinite alternate ease-in-out;
  filter: blur(80px);
}

@keyframes footer-blob-move {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(10%, 10%) scale(1.1);
  }
}

@keyframes footer-blob-move-reverse {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-10%, -10%) scale(1.1);
  }
}

/* Glass Box for Navigation Links */
.glass-nav-box {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}

.glass-nav-box::before {
  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;
  pointer-events: none;
}

.glass-nav-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(59, 130, 246, 0.05);
  border-color: rgba(59, 130, 246, 0.2);
}

.glass-nav-box:hover::before {
  left: 100%;
  transition: 0.7s;
}

.nav-glass-link {
  display: block;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  color: #e2e8f0;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.nav-glass-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(59, 130, 246, 0.2), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-glass-link:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
}

.nav-glass-link:hover::after {
  opacity: 1;
}

/* Glass Social Icons */
.social-glass-container {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  /* Center by default, override in layout if needed */
  margin-top: 1.5rem;
}

.social-glass-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #cbd5e1;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-glass-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.4), rgba(147, 51, 234, 0.4));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.social-glass-icon svg {
  z-index: 10;
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
}

.social-glass-icon:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.4);
  color: white;
}

.social-glass-icon:hover::before {
  opacity: 1;
}

.social-glass-icon:hover svg {
  transform: scale(1.2);
}

/* Glass Subscribe Button */
.glass-subscribe-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

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

.glass-subscribe-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.1);
}

.glass-subscribe-btn:hover::before {
  left: 100%;
}

.glass-subscribe-btn svg {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.glass-subscribe-btn:hover svg {
  transform: translateX(4px);
}

/* FAQ Section Styles */
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  /* Brighter on hover */
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
  /* Primary color hint */
}

/* Gradient Border Effect via pseudo-element */
.faq-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(45deg, transparent, rgba(59, 130, 246, 0.5), rgba(168, 85, 247, 0.5), transparent);
  -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;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.faq-item:hover::after {
  opacity: 1;
}

.faq-question {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.faq-icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  transition: all 0.3s ease;
}

.faq-item:hover .faq-icon {
  background: #3b82f6;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, padding 0.5s ease;
  padding: 0 1.5rem;
  opacity: 0;
}

.faq-item.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.faq-item.active .faq-icon {
  background: #ef4444;
  /* Close color */
  color: white;
  transform: rotate(45deg);
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  /* Arbitrary large height */
  opacity: 1;
  padding-bottom: 1.5rem;
}

/* Glass Dynamic Navigation */
.glass-dynamic-nav {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-dynamic-nav::before {
  content: \'\';
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -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;
  pointer-events: none;
}

.glass-dynamic-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 2;
}

.glass-dynamic-nav .nav-item:hover,
.glass-dynamic-nav .nav-item.active {
  color: #ffffff;
}

.glass-dynamic-nav .nav-item svg {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.glass-dynamic-nav .nav-item:hover svg,
.glass-dynamic-nav .nav-item.active svg {
  transform: scale(1.15) translateY(-2px);
}

.glass-dynamic-nav .active-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3.5rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-radius: 50%;
  z-index: 1;
  transition: left 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.glass-dynamic-nav .nav-item .nav-tooltip {
  position: absolute;
  top: -45px;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px) scale(0.9);
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.glass-dynamic-nav .nav-item .nav-tooltip::after {
  content: \'\';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: rgba(15, 23, 42, 0.9) transparent transparent transparent;
}

.glass-dynamic-nav .nav-item:hover .nav-tooltip {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Glass Model Effect, Animated Gradient, Cursor Effect for Nav Items */
.nav-item, .mobile-nav-item {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05); /* Glass model */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px !important; /* Starts slightly rounded */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth transition for all properties including corners! */
}

.nav-item:hover, .mobile-nav-item:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(168, 85, 247, 0.15), rgba(236, 72, 153, 0.15)); /* Animation Gradient */
    background-size: 200% 200%;
    animation: navGradient 3s ease infinite;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px !important; /* Smoothly animates to pill shape */
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

/* Active State Design */
.nav-item.active-nav-item, .mobile-nav-item.active-nav-item {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(168, 85, 247, 0.25), rgba(236, 72, 153, 0.25));
    border-color: rgba(59, 130, 246, 0.4);
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.25);
}

@keyframes navGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Cursor Glow Hover Effect */
.nav-item::before, .mobile-nav-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: radial-gradient(50px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.8), transparent 40%);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 0;
}

.nav-item:hover::before, .mobile-nav-item:hover::before {
    opacity: 1;
}

/* Ensure text is above cursor effect */
.nav-item, .mobile-nav-item {
    z-index: 10;
}


/* Extracted Inline Styles */

body.welcome-page-body, html.welcome-page-body {
            margin: 0;
            padding: 0;
            min-height: 100vh;
            overflow: hidden;
            font-family: 'Inter', sans-serif;
            background-color: #0f172a;
        }

        /* Animated Photo Background */
        .bg-animated-photo {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-image: url('All Image/ai.png');
            background-size: cover;
            background-position: center;
            z-index: -3;
            animation: subtlyPan 20s ease-in-out infinite alternate;
            opacity: 0.8;
        }

        /* Overlay for deep contrast */
        .bg-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: linear-gradient(-45deg, rgba(15, 23, 42, 0.85), rgba(30, 27, 75, 0.75), rgba(15, 23, 42, 0.85));
            z-index: -2;
        }

        @keyframes subtlyPan {
            0% { transform: scale(1) translate(0, 0); }
            50% { transform: scale(1.05) translate(-10px, 10px); }
            100% { transform: scale(1.1) translate(10px, -5px); }
        }
        /* Floating AI Nodes for background */
        .floating-nodes {
            position: fixed;
            width: 100%;
            height: 100vh;
            top: 0;
            left: 0;
            overflow: hidden;
            z-index: -1;
            pointer-events: none;
        }

        .ai-node {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border: 1px solid rgba(147, 197, 253, 0.2);
            border-radius: 15px;
            color: #93c5fd;
            font-size: 1.5rem;
            animation: float-node 15s infinite ease-in-out;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
        }

        .ai-node:nth-child(1) { width: 120px; height: 80px; left: 10%; top: 15%; animation-delay: 0s; font-size: 2rem; }
        .ai-node:nth-child(2) { width: 100px; height: 100px; right: 15%; top: 20%; animation-delay: -5s; border-radius: 50%; font-size: 2.5rem; }
        .ai-node:nth-child(3) { width: 150px; height: 90px; left: 20%; bottom: 25%; animation-delay: -2s; }
        .ai-node:nth-child(4) { width: 110px; height: 110px; right: 25%; bottom: 20%; animation-delay: -7s; border-radius: 50%; }
        .ai-node:nth-child(5) { width: 90px; height: 90px; left: 50%; top: 10%; animation-delay: -4s; border-radius: 50%; }

        @keyframes float-node {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(10deg); }
        }

        /* Glassmorphism Model Container */
        .welcome-container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 20px;
            position: relative;
            z-index: 1;
        }

        .glass-card {
            background: rgba(20, 25, 40, 0.45);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            border-left: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 28px;
            padding: 60px 50px;
            text-align: center;
            max-width: 700px;
            width: 100%;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
            color: #f8fafc;
            transform: translateY(40px);
            opacity: 0;
            animation: slideUpFade 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }

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

        .glass-card h1 {
            font-size: 3.8rem;
            font-weight: 800;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #ffffff, #d8b4fe, #93c5fd);
            background-size: 200% auto;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shine 4s linear infinite;
        }

        @keyframes shine {
            to {
                background-position: 200% center;
            }
        }

        .glass-card p {
            font-size: 1.25rem;
            margin-bottom: 45px;
            color: #cbd5e1;
            line-height: 1.7;
            font-weight: 300;
        }
        
        .highlight-text {
            color: #a78bfa;
            font-weight: 600;
        }

        /* Stylish Button */
        .btn-continue {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 18px 36px;
            background: rgba(59, 130, 246, 0.15);
            border: 1px solid rgba(96, 165, 250, 0.5);
            border-radius: 50px;
            color: #ffffff;
            font-size: 1.15rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
            position: relative;
            overflow: hidden;
            cursor: pointer;
            width: 100%;
            max-width: 450px;
            margin: 0 auto;
        }

        .btn-continue::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: all 0.6s;
        }

        .btn-continue:hover {
            background: rgba(59, 130, 246, 0.35);
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 30px rgba(59, 130, 246, 0.3), inset 0 0 15px rgba(255,255,255,0.15);
            border-color: rgba(255, 255, 255, 0.8);
        }

        .btn-continue:hover::before {
            left: 100%;
        }

        /* Morphing Rotating Shape inside the Glass Model */
        .model-shape-container {
            width: 160px;
            height: 160px;
            margin: 0 auto 25px auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .morphed-shape {
            width: 100%;
            height: 100%;
            background-image: url('All Image/computer.jpg'); /* The computer/coding photo */
            background-size: cover;
            background-position: center;
            border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            animation: morphRotate 8s ease-in-out infinite;
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
            border: 4px solid rgba(255, 255, 255, 0.4);
            position: relative;
            z-index: 2;
        }

        .morphed-shape-glow {
            position: absolute;
            top: -10%;
            left: -10%;
            width: 120%;
            height: 120%;
            background: linear-gradient(135deg, #3b82f6, #a855f7, #ec4899);
            border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            animation: morphRotate 12s linear infinite reverse;
            filter: blur(20px);
            opacity: 0.8;
            z-index: 1;
        }

        @keyframes morphRotate {
            0% {
                border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
                transform: rotate(0deg);
            }
            50% {
                border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
            }
            100% {
                border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
                transform: rotate(360deg);
            }
        }
        .loading-ring {
            display: inline-block;
            width: 64px;
            height: 64px;
            margin-bottom: 25px;
            position: relative;
        }
        .loading-ring div {
            box-sizing: border-box;
            display: block;
            position: absolute;
            width: 54px;
            height: 54px;
            margin: 5px;
            border: 4px solid transparent;
            border-radius: 50%;
            animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            border-color: #d8b4fe transparent transparent transparent;
        }
        .loading-ring div:nth-child(1) { animation-delay: -0.45s; }
        .loading-ring div:nth-child(2) { animation-delay: -0.3s; }
        .loading-ring div:nth-child(3) { animation-delay: -0.15s; }
        @keyframes loading-ring {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* 10 Second Progress Bar */
        .progress-bar {
            width: 100%;
            height: 6px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            margin-top: 35px;
            overflow: hidden;
            position: relative;
        }

        .progress-bar-fill {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #3b82f6, #a855f7, #ec4899);
            border-radius: 10px;
            animation: loadProgress 10s linear forwards;
            position: relative;
        }

        .progress-bar-fill::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: shine-progress 2s infinite;
        }

        @keyframes loadProgress {
            from { width: 0%; }
            to { width: 100%; }
        }

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

.dark-hero {
            background-color: #0c0812;
            color: #ffffff;
            position: relative;
            overflow: hidden;
            padding-top: 8rem;
            padding-bottom: 6rem;
            min-height: 90vh;
            display: flex;
            align-items: center;
        }

        .glow-orb {
            position: absolute;
            top: -200px;
            left: 50%;
            transform: translateX(-50%);
            width: 800px;
            height: 400px;
            background: radial-gradient(ellipse, rgba(168, 85, 247, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
            filter: blur(50px);
            z-index: 1;
            pointer-events: none;
        }

        .hero-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            gap: 3rem;
            width: 100%;
        }

        @media (min-width: 1024px) {
            .hero-container {
                flex-direction: row;
            }
        }

        .hero-text-content {
            flex: 1;
            z-index: 10;
        }

        .portfolio-badge {
            display: inline-flex;
            align-items: center;
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 9999px;
            padding: 0.5rem 1rem;
            font-size: 0.875rem;
            margin-bottom: 2rem;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
        }

        .hero-title {
            font-size: 3.5rem;
            line-height: 1.1;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: white;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        @media (min-width: 1024px) {
            .hero-title {
                font-size: 4.5rem;
            }
        }

        .hero-title span {
            background: linear-gradient(90deg, #a855f7, #6366f1);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-subtitle {
            font-size: 1.125rem;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 2.5rem;
            max-width: 500px;
            line-height: 1.6;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .btn-learn-more {
            display: inline-flex;
            padding: 0.75rem 2rem;
            background: rgba(168, 85, 247, 0.1);
            border: 1px solid rgba(168, 85, 247, 0.5);
            color: white;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .btn-learn-more::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.5s ease;
        }

        .btn-learn-more:hover::before {
            left: 100%;
        }

        .btn-learn-more:hover {
            background: rgba(168, 85, 247, 0.3);
            box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
            transform: translateY(-2px);
        }

        /* Orbit Animation Styles */
        .orbit-container {
            position: relative;
            width: 350px;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            z-index: 10;
        }

        @media (min-width: 1024px) {
            .orbit-container {
                width: 500px;
                height: 500px;
            }
        }

        .orbit-ring {
            position: absolute;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 50%;
        }

        .ring-1 {
            width: 100%;
            height: 100%;
        }

        .ring-2 {
            width: 66%;
            height: 66%;
        }

        .ring-3 {
            width: 33%;
            height: 33%;
        }

        .crosshair {
            position: absolute;
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.08);
        }

        .crosshair-v {
            position: absolute;
            height: 100%;
            width: 1px;
            background: rgba(255, 255, 255, 0.08);
        }

        .orbit-item {
            position: absolute;
            width: 45px;
            height: 45px;
            background: rgba(20, 20, 30, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(8px);
            top: 50%;
            left: 50%;
            margin-top: -22.5px;
            margin-left: -22.5px;
            transition: transform 0.3s ease, border-color 0.3s ease;
            will-change: transform;
        }

        @media (min-width: 1024px) {
            .orbit-item {
                width: 60px;
                height: 60px;
                margin-top: -30px;
                margin-left: -30px;
                border-radius: 16px;
            }
        }

        .orbit-item.hovered-item {
            transform: scale(1.15) !important;
            border-color: rgba(255, 255, 255, 0.5);
            z-index: 20;
        }

        .orbit-item img,
        .orbit-item svg {
            width: 24px;
            height: 24px;
            color: white;
            transition: transform 0.3s ease;
        }

        @media (min-width: 1024px) {

            .orbit-item img,
            .orbit-item svg {
                width: 32px;
                height: 32px;
            }
        }

        .orbit-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        /* Animations for orbiting */
        @keyframes orbit_outer {
            0% {
                transform: rotate(0deg);
            }

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

        @keyframes orbit_inner {
            0% {
                transform: rotate(0deg);
            }

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

        @keyframes orbit_anti {
            0% {
                transform: rotate(0deg);
            }

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

        .wrap-1 {
            animation: orbit_outer 25s linear infinite;
        }

        .wrap-2 {
            animation: orbit_outer 25s linear infinite;
        }

        .wrap-3 {
            animation: orbit_outer 25s linear infinite;
        }

        .wrap-4 {
            animation: orbit_inner 18s linear infinite reverse;
        }

        .wrap-5 {
            animation: orbit_inner 18s linear infinite reverse;
        }

        .wrap-6 {
            animation: orbit_inner 18s linear infinite reverse;
        }

        /* Rotate container so it orbits */
        .wrap-2 {
            animation-delay: -8.33s;
        }

        .wrap-3 {
            animation-delay: -16.66s;
        }

        .wrap-5 {
            animation-delay: -6s;
        }

        .wrap-6 {
            animation-delay: -12s;
        }

        /* Item positions - counter rotate to keep them upright */
        .item-anti-outer {
            animation: orbit_anti 25s linear infinite;
            transform-origin: center;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .item-anti-inner {
            animation: orbit_anti 18s linear infinite reverse;
            transform-origin: center;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            border-radius: inherit;
        }

        .wrap-2 .item-anti-outer {
            animation-delay: -8.33s;
        }

        .wrap-3 .item-anti-outer {
            animation-delay: -16.66s;
        }

        .wrap-5 .item-anti-inner {
            animation-delay: -6s;
        }

        .wrap-6 .item-anti-inner {
            animation-delay: -12s;
        }

        @media (max-width: 1023px) {
            .orbit-item.o-outer {
                left: 100%;
            }

            /* radius 175px */
            .orbit-item.o-inner {
                left: 83%;
            }

            /* radius 116px */
        }

        @media (min-width: 1024px) {
            .orbit-item.o-outer {
                left: 100%;
            }

            /* radius 250px */
            .orbit-item.o-inner {
                left: 83%;
            }

            /* radius 165px */
        }

        @keyframes orbit-center {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.05);
                box-shadow: 0 0 20px rgba(168, 85, 247, 0.5);
            }

            100% {
                transform: scale(1);
            }
        }

        .item-center {
            animation: orbit-center 4s ease-in-out infinite;
            border-radius: 20px;
            width: 70px;
            height: 70px;
            margin-top: -35px;
            margin-left: -35px;
            background: rgba(30, 30, 40, 0.9);
        }

/* Working Together Section Styles */
        .unifraktur {
            font-family: 'UnifrakturMaguntia', cursive;
        }

        /* Glass Cards */
        .glass-card {
            position: relative;
            border-radius: 1.5rem;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
            height: 280px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .glass-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            z-index: 10;
        }

        /* Card Content Area */
        .card-content-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 85%;
            padding: 1.5rem;
            border-top-left-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(12px);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transform: translateY(60%);
            /* Hide details initially */
            display: flex;
            flex-direction: column;
        }

        .dark .card-content-wrapper {
            background: rgba(30, 30, 30, 0.9);
        }

        .glass-card:hover .card-content-wrapper {
            transform: translateY(0);
        }

        /* Plus Button */
        .plus-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1.5px solid currentColor;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s ease, background 0.3s ease;
            flex-shrink: 0;
        }

        .glass-card:hover .plus-btn {
            transform: rotate(45deg);
            /* Rotate to X */
            background: rgba(0, 0, 0, 0.05);
        }

        .dark .glass-card:hover .plus-btn {
            background: rgba(255, 255, 255, 0.1);
        }

        /* Background Blobs Animation */
        .blob {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            animation: float 20s infinite ease-in-out;
            z-index: -1;
        }

        .blob-1 {
            width: 500px;
            height: 500px;
            background: rgba(99, 102, 241, 0.15);
            top: -10%;
            left: -10%;
            animation-delay: 0s;
        }

        .blob-2 {
            width: 600px;
            height: 600px;
            background: rgba(236, 72, 153, 0.15);
            bottom: -20%;
            right: -10%;
            animation-delay: -5s;
        }

        .blob-3 {
            width: 400px;
            height: 400px;
            background: rgba(16, 185, 129, 0.15);
            top: 40%;
            left: 40%;
            animation-delay: -10s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translate(0, 0);
            }

            33% {
                transform: translate(40px, -60px);
            }

            66% {
                transform: translate(-30px, 30px);
            }
        }

        /* FAQ Glass Panel */
        .glass-panel {
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .dark .glass-panel {
            background: rgba(30, 30, 30, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* New Image Card Design */
        .img-card {
            background: rgba(249, 250, 251, 0.9);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 28px;
            padding: 12px;
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: relative;
            cursor: pointer;
            text-decoration: none;
            overflow: hidden;
        }

        .dark .img-card {
            background: rgba(30, 30, 30, 0.8);
            border-color: rgba(255, 255, 255, 0.05);
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
        }

        .img-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.15);
            border-color: rgba(255, 255, 255, 1);
        }

        .dark .img-card:hover {
            box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.6);
            border-color: rgba(255, 255, 255, 0.15);
        }

        .img-card-img-wrapper {
            width: 100%;
            height: 160px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
        }

        .img-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

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

        .img-card-content {
            padding: 4px 8px 16px 8px;
            text-align: left;
        }

        .img-card-subtitle {
            font-size: 0.75rem;
            font-weight: 700;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 8px;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            transition: color 0.3s ease;
        }

        .img-card:hover .img-card-subtitle {
            color: var(--primary, #6366f1);
        }

        .img-card-title {
            font-size: 1.05rem;
            font-weight: 400;
            color: #4b5563;
            line-height: 1.5;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .dark .img-card-title {
            color: #d1d5db;
        }

        .img-card-title strong {
            color: #111827;
            font-weight: 700;
        }

        .dark .img-card-title strong {
            color: #f9fafb;
        }

        /* Cursor light effect on hover */
        .img-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 28px;
            background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.6), transparent 40%);
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            z-index: 10;
        }

        .dark .img-card::before {
            background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.08), transparent 40%);
        }

        .img-card:hover::before {
            opacity: 1;
        }

/* Spacecloud animated landing page */
body.spacecloud-page {
  --space-ink: #091d69;
  --space-panel: rgba(232, 250, 250, 0.9);
  --space-panel-soft: rgba(215, 245, 247, 0.6);
  --space-muted: #587184;
  --space-line: rgba(11, 43, 99, 0.12);
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: #0c1733;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(128deg, #eff8ff 0%, #d7e9ff 31%, #eee7ff 56%, #a7c9ff 100%),
    #d9ecff;
  background-size: 170% 170%;
  animation: spacecloudSkyShift 18s ease-in-out infinite;
}

body.spacecloud-page::before {
  content: "";
  position: fixed;
  inset: -18%;
  z-index: -2;
  background:
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.52) 29%, transparent 48%),
    linear-gradient(42deg, rgba(142, 193, 255, 0.28), transparent 44%, rgba(225, 214, 255, 0.4));
  opacity: 0.8;
  transform: translate3d(-5%, 0, 0);
  animation: spacecloudAurora 16s ease-in-out infinite alternate;
}

body.spacecloud-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 76%);
  opacity: 0.55;
  animation: spacecloudGridDrift 24s linear infinite;
}

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

.spacecloud-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 18px;
}

.spacecloud-stage {
  position: relative;
  isolation: isolate;
  width: min(1110px, 100%);
  min-height: 660px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 17%, transparent 84%, rgba(255, 255, 255, 0.22)),
    linear-gradient(180deg, rgba(244, 254, 255, 0.96), var(--space-panel));
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 32px 82px rgba(64, 101, 159, 0.3), 0 4px 18px rgba(37, 62, 115, 0.12);
}

.spacecloud-stage::before {
  content: "";
  position: absolute;
  inset: 76px 116px 0 auto;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 42, 99, 0.09), transparent);
  box-shadow: 310px 0 0 rgba(17, 42, 99, 0.07), 540px 0 0 rgba(17, 42, 99, 0.06);
  pointer-events: none;
}

.spacecloud-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.4) 45%, transparent 57%),
    linear-gradient(180deg, transparent 0%, rgba(115, 193, 223, 0.12) 100%);
  transform: translateX(-55%);
  animation: spacecloudPanelSheen 11s ease-in-out infinite;
  pointer-events: none;
}

.spacecloud-nav {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  height: 78px;
  padding: 0 36px;
}

.spacecloud-brand {
  color: #071638;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.spacecloud-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.spacecloud-nav-links a {
  color: #101b32;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
}

.spacecloud-nav-links a:hover,
.spacecloud-nav-links a:focus-visible {
  color: #2744bb;
  transform: translateY(-1px);
}

.spacecloud-nav-links sup {
  top: -0.45em;
  color: #687c91;
  font-size: 8px;
}

.spacecloud-search {
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  width: 218px;
  height: 36px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(11, 28, 76, 0.03);
}

.spacecloud-search input {
  min-width: 0;
  height: 100%;
  padding-left: 14px;
  color: #243451;
  font: 700 9px Inter, sans-serif;
  text-transform: uppercase;
  background: transparent;
  outline: none;
}

.spacecloud-search input::placeholder {
  color: rgba(78, 93, 120, 0.42);
}

.spacecloud-search button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(45, 60, 96, 0.32);
}

.spacecloud-search svg,
.spacecloud-possibilities svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spacecloud-menu {
  display: grid;
  gap: 7px;
  width: 42px;
  height: 36px;
  align-content: center;
  padding: 0;
  color: #10203a;
}

.spacecloud-menu span {
  display: block;
  height: 2px;
  background: currentColor;
}

.spacecloud-hero {
  position: relative;
  min-height: 582px;
  padding: 0 36px 36px;
}

.spacecloud-title {
  position: relative;
  z-index: 1;
  margin: 46px 0 0;
  color: var(--space-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 178px;
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 16px 30px rgba(39, 61, 147, 0.1);
}

.spacecloud-copy {
  position: absolute;
  top: 230px;
  left: 36px;
  z-index: 5;
  width: 234px;
}

.spacecloud-copy p {
  margin: 0 0 20px;
  color: #1f3549;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.spacecloud-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.spacecloud-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.spacecloud-button-dark {
  color: #ffffff;
  background: #142033;
  box-shadow: 0 10px 18px rgba(20, 32, 51, 0.18);
}

.spacecloud-button-light {
  color: #172235;
  background: transparent;
  border: 1px solid rgba(20, 32, 51, 0.72);
}

.spacecloud-button:hover,
.spacecloud-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 54, 101, 0.18);
}

.spacecloud-social {
  position: absolute;
  left: 36px;
  bottom: 35px;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  width: 250px;
}

.spacecloud-avatars {
  display: flex;
  align-items: center;
}

.spacecloud-avatars span {
  width: 17px;
  height: 17px;
  margin-left: -4px;
  border: 2px solid #e9fbfb;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), transparent 45%),
    var(--avatar);
  box-shadow: 0 3px 8px rgba(27, 49, 88, 0.18);
}

.spacecloud-avatars span:first-child {
  margin-left: 0;
}

.spacecloud-social strong {
  display: block;
  color: #15223d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.spacecloud-social p {
  margin: 6px 0 0;
  color: #60768a;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.spacecloud-cloud-wrap {
  position: absolute;
  left: 315px;
  bottom: -46px;
  z-index: 3;
  width: 505px;
  height: 376px;
  pointer-events: none;
  animation: spacecloudFloat 7s ease-in-out infinite;
}

.spacecloud-cloud {
  position: absolute;
  inset: 0;
  border-radius: 45% 55% 53% 47% / 39% 50% 50% 61%;
  background:
    radial-gradient(circle at 33% 29%, rgba(255, 255, 255, 0.96) 0 9%, transparent 24%),
    radial-gradient(circle at 73% 27%, rgba(255, 255, 255, 0.64) 0 7%, transparent 24%),
    radial-gradient(circle at 48% 56%, rgba(54, 32, 209, 0.82) 0 18%, transparent 46%),
    radial-gradient(circle at 20% 65%, rgba(87, 184, 255, 0.82) 0 15%, transparent 42%),
    conic-gradient(from 210deg at 58% 48%, #a9d6ff, #5c78ff, #371fc7, #9068ff, #d8f3ff, #6b8dff, #a9d6ff);
  box-shadow:
    inset -34px -24px 74px rgba(33, 22, 153, 0.52),
    inset 30px 34px 58px rgba(235, 250, 255, 0.7),
    0 34px 56px rgba(45, 72, 172, 0.2);
  filter: saturate(1.1) contrast(1.06);
  opacity: 0.96;
  animation: spacecloudMorph 9s ease-in-out infinite, spacecloudColor 14s ease-in-out infinite;
}

.spacecloud-cloud::before,
.spacecloud-cloud::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.spacecloud-cloud::before {
  inset: 5% 12% 12% 4%;
  background:
    repeating-conic-gradient(from 20deg at 50% 50%, rgba(255, 255, 255, 0.18) 0 9deg, rgba(18, 28, 184, 0.1) 9deg 18deg),
    radial-gradient(circle at 32% 42%, rgba(255, 255, 255, 0.76), transparent 22%),
    radial-gradient(circle at 67% 58%, rgba(0, 25, 170, 0.25), transparent 33%);
  mix-blend-mode: screen;
  opacity: 0.82;
  transform: rotate(-8deg);
  animation: spacecloudInnerSpin 18s linear infinite;
}

.spacecloud-cloud::after {
  inset: 12% 6% 9% 16%;
  background:
    linear-gradient(118deg, transparent 11%, rgba(255, 255, 255, 0.62) 26%, transparent 42%),
    radial-gradient(circle at 70% 35%, rgba(63, 50, 207, 0.48), transparent 35%);
  filter: blur(2px);
  opacity: 0.75;
}

.cloud-fold {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  mix-blend-mode: soft-light;
  filter: blur(1px);
  animation: spacecloudFoldPulse 5.5s ease-in-out infinite;
}

.cloud-fold-a {
  width: 45%;
  height: 12%;
  left: 17%;
  top: 31%;
  transform: rotate(22deg);
}

.cloud-fold-b {
  width: 55%;
  height: 11%;
  right: 10%;
  top: 48%;
  transform: rotate(-24deg);
  animation-delay: -1.8s;
}

.cloud-fold-c {
  width: 34%;
  height: 9%;
  left: 28%;
  bottom: 22%;
  transform: rotate(-16deg);
  animation-delay: -3s;
}

.cloud-fold-d {
  width: 28%;
  height: 8%;
  right: 25%;
  top: 24%;
  transform: rotate(54deg);
  animation-delay: -4s;
}

.spacecloud-chip,
.spacecloud-downloads {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 26px rgba(39, 68, 135, 0.14);
  backdrop-filter: blur(10px);
}

.spacecloud-chip {
  gap: 8px;
  padding: 0 10px;
  color: #273551;
  font-size: 9px;
  font-weight: 800;
}

.spacecloud-chip i {
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #dce7ff;
  box-shadow: 0 0 0 1px rgba(57, 90, 188, 0.08);
}

.spacecloud-chip::before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(58, 92, 199, 0.32);
  transform-origin: left center;
}

.chip-collab {
  left: 365px;
  top: 250px;
}

.chip-collab::before {
  left: -88px;
  top: 25px;
  width: 96px;
  transform: rotate(24deg);
}

.chip-storage {
  left: 285px;
  bottom: 81px;
}

.chip-storage::before {
  right: -91px;
  top: 14px;
  width: 96px;
  transform: rotate(-14deg);
}

.spacecloud-downloads {
  left: 615px;
  bottom: 132px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 10px;
  min-width: 144px;
  padding: 9px 12px;
}

.spacecloud-downloads strong {
  grid-column: 1 / -1;
  color: #172338;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.spacecloud-downloads span,
.spacecloud-downloads small {
  color: #718198;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
}

.spacecloud-downloads small {
  color: #8d69d9;
}

.spacecloud-note {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: rgba(71, 91, 114, 0.58);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
}

.note-storage {
  top: 228px;
  right: 40px;
}

.note-apps {
  top: 294px;
  right: 224px;
}

.spacecloud-possibilities {
  position: absolute;
  right: 36px;
  bottom: 36px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  width: 194px;
  min-height: 86px;
  padding: 14px 12px;
  color: #15213a;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(16, 31, 57, 0.74);
  background: rgba(229, 249, 249, 0.34);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.spacecloud-possibilities span {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.spacecloud-possibilities small {
  align-self: end;
  max-width: 128px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.spacecloud-possibilities svg {
  justify-self: end;
}

.spacecloud-possibilities:hover,
.spacecloud-possibilities:focus-visible {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 26px rgba(39, 68, 135, 0.13);
  transform: translateY(-3px);
}

@keyframes spacecloudSkyShift {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes spacecloudAurora {
  from {
    transform: translate3d(-5%, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(6%, -3%, 0) rotate(3deg);
  }
}

@keyframes spacecloudGridDrift {
  to {
    background-position: 52px 52px;
  }
}

@keyframes spacecloudPanelSheen {
  0%, 42% {
    transform: translateX(-65%);
  }

  72%, 100% {
    transform: translateX(65%);
  }
}

@keyframes spacecloudFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-16px) rotate(1.4deg);
  }
}

@keyframes spacecloudMorph {
  0%, 100% {
    border-radius: 45% 55% 53% 47% / 39% 50% 50% 61%;
    transform: rotate(-4deg) scale(1);
  }

  50% {
    border-radius: 57% 43% 42% 58% / 53% 39% 61% 47%;
    transform: rotate(4deg) scale(1.025);
  }
}

@keyframes spacecloudColor {
  0%, 100% {
    filter: saturate(1.08) contrast(1.06) hue-rotate(0deg);
  }

  50% {
    filter: saturate(1.22) contrast(1.08) hue-rotate(10deg);
  }
}

@keyframes spacecloudInnerSpin {
  to {
    transform: rotate(352deg);
  }
}

@keyframes spacecloudFoldPulse {
  0%, 100% {
    opacity: 0.45;
  }

  50% {
    opacity: 0.82;
  }
}

@media (max-width: 980px) {
  .spacecloud-shell {
    padding: 28px 14px;
  }

  .spacecloud-stage {
    min-height: 720px;
  }

  .spacecloud-nav {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 0 24px;
  }

  .spacecloud-nav-links {
    gap: 18px;
  }

  .spacecloud-search {
    display: none;
  }

  .spacecloud-hero {
    min-height: 642px;
    padding: 0 24px 28px;
  }

  .spacecloud-title {
    margin-top: 38px;
    font-size: 128px;
  }

  .spacecloud-copy {
    top: 197px;
    left: 28px;
  }

  .spacecloud-cloud-wrap {
    left: 260px;
    bottom: 30px;
    width: 430px;
    height: 322px;
  }

  .chip-collab {
    left: 308px;
    top: 296px;
  }

  .chip-storage {
    left: 236px;
    bottom: 147px;
  }

  .spacecloud-downloads {
    left: auto;
    right: 164px;
    bottom: 197px;
  }

  .note-storage {
    top: 236px;
    right: 34px;
  }

  .note-apps {
    top: 345px;
    right: 170px;
  }
}

@media (max-width: 740px) {
  .spacecloud-stage {
    min-height: 780px;
  }

  .spacecloud-nav {
    height: 68px;
  }

  .spacecloud-nav-links {
    display: none;
  }

  .spacecloud-brand {
    font-size: 13px;
  }

  .spacecloud-title {
    margin-top: 32px;
    font-size: 74px;
  }

  .spacecloud-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 360px);
    margin-top: 36px;
  }

  .spacecloud-copy p {
    font-size: 13px;
  }

  .spacecloud-cloud-wrap {
    left: 50%;
    bottom: 148px;
    width: 360px;
    height: 270px;
    margin-left: -180px;
  }

  .chip-collab {
    left: 42px;
    top: 382px;
  }

  .chip-storage {
    left: 34px;
    bottom: 213px;
  }

  .spacecloud-downloads {
    right: 24px;
    bottom: 272px;
  }

  .spacecloud-social {
    left: 24px;
    bottom: 92px;
  }

  .spacecloud-possibilities {
    right: 24px;
    bottom: 24px;
    width: 180px;
  }

  .spacecloud-note {
    display: none;
  }
}

@media (max-width: 480px) {
  .spacecloud-shell {
    padding: 0;
  }

  .spacecloud-stage {
    width: 100%;
    min-height: 100vh;
    border: 0;
  }

  .spacecloud-nav {
    padding: 0 18px;
  }

  .spacecloud-hero {
    min-height: calc(100vh - 68px);
    padding: 0 18px 20px;
  }

  .spacecloud-title {
    font-size: 58px;
  }

  .spacecloud-actions {
    gap: 10px;
  }

  .spacecloud-button {
    min-width: 90px;
  }

  .spacecloud-cloud-wrap {
    bottom: 168px;
    width: 305px;
    height: 236px;
    margin-left: -152px;
  }

  .chip-collab {
    left: 20px;
    top: 365px;
  }

  .chip-storage {
    left: 20px;
    bottom: 236px;
  }

  .spacecloud-downloads {
    right: 16px;
    bottom: 286px;
    min-width: 126px;
  }

  .spacecloud-social {
    left: 18px;
    bottom: 104px;
    width: 205px;
  }

  .spacecloud-social strong {
    font-size: 18px;
  }

  .spacecloud-possibilities {
    right: 18px;
    bottom: 18px;
    width: 150px;
    min-height: 78px;
  }

  .spacecloud-possibilities small {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.spacecloud-page,
  body.spacecloud-page::before,
  body.spacecloud-page::after,
  .spacecloud-stage::after,
  .spacecloud-cloud-wrap,
  .spacecloud-cloud,
  .spacecloud-cloud::before,
  .cloud-fold {
    animation: none;
  }
}

/* About page SHARE-inspired hero */
.about-share-section {
  --about-share-ink: #091d69;
  --about-share-panel: rgba(232, 250, 250, 0.9);
  --about-share-muted: #587184;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 4rem 0 0;
  color: #0c1733;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(128deg, #eff8ff 0%, #d7e9ff 31%, #eee7ff 56%, #a7c9ff 100%),
    #d9ecff;
  background-size: 170% 170%;
  animation: aboutShareSkyShift 18s ease-in-out infinite;
}

.about-share-section::before,
.about-share-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

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

.about-share-section::before {
  inset: -18%;
  background:
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, 0.52) 29%, transparent 48%),
    linear-gradient(42deg, rgba(142, 193, 255, 0.28), transparent 44%, rgba(225, 214, 255, 0.4));
  opacity: 0.8;
  transform: translate3d(-5%, 0, 0);
  animation: aboutShareAurora 16s ease-in-out infinite alternate;
}

.about-share-section::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 76%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 76%);
  opacity: 0.55;
  animation: aboutShareGridDrift 24s linear infinite;
}

.about-share-stage {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: 100%;
  min-height: calc(100vh - 4rem);
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 17%, transparent 84%, rgba(255, 255, 255, 0.22)),
    linear-gradient(180deg, rgba(244, 254, 255, 0.96), var(--about-share-panel));
  border: 0;
  box-shadow: none;
}

.about-share-stage::before {
  content: "";
  position: absolute;
  inset: 76px 116px 0 auto;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 42, 99, 0.09), transparent);
  box-shadow: 310px 0 0 rgba(17, 42, 99, 0.07), 540px 0 0 rgba(17, 42, 99, 0.06);
  pointer-events: none;
}

.about-share-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.4) 45%, transparent 57%),
    linear-gradient(180deg, transparent 0%, rgba(115, 193, 223, 0.12) 100%);
  transform: translateX(-55%);
  animation: aboutSharePanelSheen 11s ease-in-out infinite;
  pointer-events: none;
}

.about-share-nav {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  height: 78px;
  padding: 0 36px;
}

.about-share-brand {
  color: #071638;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.about-share-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.about-share-links a {
  color: #101b32;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease;
}

.about-share-links a:hover,
.about-share-links a:focus-visible {
  color: #2744bb;
  transform: translateY(-1px);
}

.about-share-links sup {
  top: -0.45em;
  color: #687c91;
  font-size: 8px;
}

.about-share-search {
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  width: 218px;
  height: 36px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(11, 28, 76, 0.03);
}

.about-share-search input {
  min-width: 0;
  height: 100%;
  padding-left: 14px;
  color: #243451;
  font: 700 9px Inter, sans-serif;
  text-transform: uppercase;
  background: transparent;
  outline: none;
}

.about-share-search input::placeholder {
  color: rgba(78, 93, 120, 0.42);
}

.about-share-search button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(45, 60, 96, 0.32);
}

.about-share-search svg,
.about-share-possibilities svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-share-menu {
  display: grid;
  gap: 7px;
  width: 42px;
  height: 36px;
  align-content: center;
  padding: 0;
  color: #10203a;
}

.about-share-menu span {
  display: block;
  height: 2px;
  background: currentColor;
}

.about-share-hero {
  position: relative;
  min-height: calc(100vh - 142px);
  padding: 0 36px 36px;
}

.about-share-title {
  position: relative;
  z-index: 1;
  margin: 46px 0 0;
  color: var(--about-share-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10.9rem;
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 16px 30px rgba(39, 61, 147, 0.1);
}

.about-share-copy {
  position: absolute;
  top: 230px;
  left: 36px;
  z-index: 5;
  width: 234px;
}

.about-share-copy p {
  margin: 0 0 20px;
  color: #1f3549;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.about-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.about-share-button-dark {
  color: #ffffff;
  background: #142033;
  box-shadow: 0 10px 18px rgba(20, 32, 51, 0.18);
}

.about-share-button-light {
  color: #172235;
  background: transparent;
  border: 1px solid rgba(20, 32, 51, 0.72);
}

.about-share-button:hover,
.about-share-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 54, 101, 0.18);
}

.about-share-social {
  position: absolute;
  left: 36px;
  bottom: 58px;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  width: 250px;
}

.about-share-avatars {
  display: flex;
  align-items: center;
}

.about-share-avatars span {
  width: 17px;
  height: 17px;
  margin-left: -4px;
  border: 2px solid #e9fbfb;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), transparent 45%),
    var(--avatar);
  box-shadow: 0 3px 8px rgba(27, 49, 88, 0.18);
}

.about-share-avatars span:first-child {
  margin-left: 0;
}

.about-share-social strong {
  display: block;
  color: #15223d;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.about-share-social p {
  margin: 6px 0 0;
  color: #60768a;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-share-blob-wrap {
  position: absolute;
  left: 315px;
  bottom: -46px;
  z-index: 3;
  width: 505px;
  height: 376px;
  pointer-events: none;
  animation: aboutShareFloat 7s ease-in-out infinite;
}

.about-share-blob {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 45% 55% 53% 47% / 39% 50% 50% 61%;
  background:
    radial-gradient(circle at 33% 29%, rgba(255, 255, 255, 0.96) 0 9%, transparent 24%),
    radial-gradient(circle at 73% 27%, rgba(255, 255, 255, 0.64) 0 7%, transparent 24%),
    radial-gradient(circle at 48% 56%, rgba(54, 32, 209, 0.82) 0 18%, transparent 46%),
    radial-gradient(circle at 20% 65%, rgba(87, 184, 255, 0.82) 0 15%, transparent 42%),
    conic-gradient(from 210deg at 58% 48%, #a9d6ff, #5c78ff, #371fc7, #9068ff, #d8f3ff, #6b8dff, #a9d6ff);
  box-shadow:
    inset -34px -24px 74px rgba(33, 22, 153, 0.52),
    inset 30px 34px 58px rgba(235, 250, 255, 0.7),
    0 34px 56px rgba(45, 72, 172, 0.2);
  filter: saturate(1.1) contrast(1.06);
  opacity: 0.96;
  animation: aboutShareMorph 9s ease-in-out infinite, aboutShareColor 14s ease-in-out infinite;
}

.about-share-blob::before,
.about-share-blob::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.about-share-blob::before {
  inset: 5% 12% 12% 4%;
  background:
    repeating-conic-gradient(from 20deg at 50% 50%, rgba(255, 255, 255, 0.18) 0 9deg, rgba(18, 28, 184, 0.1) 9deg 18deg),
    radial-gradient(circle at 32% 42%, rgba(255, 255, 255, 0.76), transparent 22%),
    radial-gradient(circle at 67% 58%, rgba(0, 25, 170, 0.25), transparent 33%);
  mix-blend-mode: screen;
  opacity: 0.82;
  transform: rotate(-8deg);
  animation: aboutShareInnerSpin 18s linear infinite;
}

.about-share-blob::after {
  inset: 12% 6% 9% 16%;
  background:
    linear-gradient(118deg, transparent 11%, rgba(255, 255, 255, 0.62) 26%, transparent 42%),
    radial-gradient(circle at 70% 35%, rgba(63, 50, 207, 0.48), transparent 35%);
  filter: blur(2px);
  opacity: 0.75;
}

.about-share-fold {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  mix-blend-mode: soft-light;
  filter: blur(1px);
  animation: aboutShareFoldPulse 5.5s ease-in-out infinite;
}

.about-share-fold-a {
  width: 45%;
  height: 12%;
  left: 17%;
  top: 31%;
  transform: rotate(22deg);
}

.about-share-fold-b {
  width: 55%;
  height: 11%;
  right: 10%;
  top: 48%;
  transform: rotate(-24deg);
  animation-delay: -1.8s;
}

.about-share-fold-c {
  width: 34%;
  height: 9%;
  left: 28%;
  bottom: 22%;
  transform: rotate(-16deg);
  animation-delay: -3s;
}

.about-share-fold-d {
  width: 28%;
  height: 8%;
  right: 25%;
  top: 24%;
  transform: rotate(54deg);
  animation-delay: -4s;
}

.about-share-chip,
.about-share-downloads {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 26px rgba(39, 68, 135, 0.14);
  backdrop-filter: blur(10px);
}

.about-share-chip {
  gap: 8px;
  padding: 0 10px;
  color: #273551;
  font-size: 9px;
  font-weight: 800;
}

.about-share-chip i {
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #dce7ff;
  box-shadow: 0 0 0 1px rgba(57, 90, 188, 0.08);
}

.about-share-chip::before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(58, 92, 199, 0.32);
  transform-origin: left center;
}

.about-share-chip-collab {
  left: 365px;
  top: 250px;
}

.about-share-chip-collab::before {
  left: -88px;
  top: 25px;
  width: 96px;
  transform: rotate(24deg);
}

.about-share-chip-storage {
  left: 285px;
  bottom: 81px;
}

.about-share-chip-storage::before {
  right: -91px;
  top: 14px;
  width: 96px;
  transform: rotate(-14deg);
}

.about-share-downloads {
  left: 615px;
  bottom: 132px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 10px;
  min-width: 144px;
  padding: 9px 12px;
}

.about-share-downloads strong {
  grid-column: 1 / -1;
  color: #172338;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.about-share-downloads span,
.about-share-downloads small {
  color: #718198;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
}

.about-share-downloads small {
  color: #8d69d9;
}

.about-share-note {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: rgba(71, 91, 114, 0.58);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
}

.about-share-note-story {
  top: 228px;
  right: 40px;
}

.about-share-note-code {
  top: 294px;
  right: 224px;
}

.about-share-possibilities {
  position: absolute;
  right: 36px;
  bottom: 58px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  width: 194px;
  min-height: 86px;
  padding: 14px 12px;
  color: #15213a;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(16, 31, 57, 0.74);
  background: rgba(229, 249, 249, 0.34);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.about-share-possibilities span {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.about-share-possibilities small {
  align-self: end;
  max-width: 128px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.about-share-possibilities svg {
  justify-self: end;
}

.about-share-possibilities:hover,
.about-share-possibilities:focus-visible {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 26px rgba(39, 68, 135, 0.13);
  transform: translateY(-3px);
}

@keyframes aboutShareSkyShift {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes aboutShareAurora {
  from {
    transform: translate3d(-5%, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(6%, -3%, 0) rotate(3deg);
  }
}

@keyframes aboutShareGridDrift {
  to {
    background-position: 52px 52px;
  }
}

@keyframes aboutSharePanelSheen {
  0%,
  42% {
    transform: translateX(-65%);
  }

  72%,
  100% {
    transform: translateX(65%);
  }
}

@keyframes aboutShareFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-16px) rotate(1.4deg);
  }
}

@keyframes aboutShareMorph {
  0%,
  100% {
    border-radius: 45% 55% 53% 47% / 39% 50% 50% 61%;
    transform: rotate(-4deg) scale(1);
  }

  50% {
    border-radius: 57% 43% 42% 58% / 53% 39% 61% 47%;
    transform: rotate(4deg) scale(1.025);
  }
}

@keyframes aboutShareColor {
  0%,
  100% {
    filter: saturate(1.08) contrast(1.06) hue-rotate(0deg);
  }

  50% {
    filter: saturate(1.22) contrast(1.08) hue-rotate(10deg);
  }
}

@keyframes aboutShareInnerSpin {
  to {
    transform: rotate(352deg);
  }
}

@keyframes aboutShareFoldPulse {
  0%,
  100% {
    opacity: 0.45;
  }

  50% {
    opacity: 0.82;
  }
}

@media (max-width: 980px) {
  .about-share-section {
    padding: 4rem 0 0;
  }

  .about-share-stage {
    min-height: max(720px, calc(100vh - 4rem));
  }

  .about-share-nav {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 0 24px;
  }

  .about-share-links {
    gap: 18px;
  }

  .about-share-search {
    display: none;
  }

  .about-share-hero {
    min-height: max(642px, calc(100vh - 142px));
    padding: 0 24px 28px;
  }

  .about-share-title {
    margin-top: 38px;
    font-size: 8rem;
  }

  .about-share-copy {
    top: 197px;
    left: 28px;
  }

  .about-share-blob-wrap {
    left: 260px;
    bottom: 30px;
    width: 430px;
    height: 322px;
  }

  .about-share-chip-collab {
    left: 308px;
    top: 296px;
  }

  .about-share-chip-storage {
    left: 236px;
    bottom: 147px;
  }

  .about-share-downloads {
    left: auto;
    right: 164px;
    bottom: 197px;
  }

  .about-share-note-story {
    top: 236px;
    right: 34px;
  }

  .about-share-note-code {
    top: 345px;
    right: 170px;
  }
}

@media (max-width: 740px) {
  .about-share-stage {
    min-height: max(780px, calc(100vh - 4rem));
  }

  .about-share-nav {
    height: 68px;
  }

  .about-share-links {
    display: none;
  }

  .about-share-brand {
    font-size: 13px;
  }

  .about-share-title {
    margin-top: 32px;
    font-size: 4.65rem;
  }

  .about-share-hero {
    min-height: max(712px, calc(100vh - 132px));
  }

  .about-share-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 360px);
    margin-top: 36px;
  }

  .about-share-copy p {
    font-size: 13px;
  }

  .about-share-blob-wrap {
    left: 50%;
    bottom: 148px;
    width: 360px;
    height: 270px;
    margin-left: -180px;
  }

  .about-share-chip-collab {
    left: 42px;
    top: 382px;
  }

  .about-share-chip-storage {
    left: 34px;
    bottom: 213px;
  }

  .about-share-downloads {
    right: 24px;
    bottom: 272px;
  }

  .about-share-social {
    left: 24px;
    bottom: 92px;
  }

  .about-share-possibilities {
    right: 24px;
    bottom: 24px;
    width: 180px;
  }

  .about-share-note {
    display: none;
  }
}

@media (max-width: 480px) {
  .about-share-section {
    padding: 4rem 0 0;
  }

  .about-share-stage {
    width: 100%;
    min-height: max(750px, calc(100vh - 4rem));
  }

  .about-share-nav {
    padding: 0 18px;
  }

  .about-share-hero {
    min-height: max(682px, calc(100vh - 132px));
    padding: 0 18px 20px;
  }

  .about-share-title {
    font-size: 3.6rem;
  }

  .about-share-actions {
    gap: 10px;
  }

  .about-share-button {
    min-width: 90px;
  }

  .about-share-blob-wrap {
    bottom: 168px;
    width: 305px;
    height: 236px;
    margin-left: -152px;
  }

  .about-share-chip-collab {
    left: 20px;
    top: 365px;
  }

  .about-share-chip-storage {
    left: 20px;
    bottom: 236px;
  }

  .about-share-downloads {
    left: 52%;
    right: auto;
    bottom: 286px;
    min-width: 126px;
  }

  .about-share-social {
    left: 18px;
    bottom: 104px;
    width: 205px;
  }

  .about-share-social strong {
    font-size: 18px;
  }

  .about-share-possibilities {
    left: 18px;
    right: auto;
    bottom: 18px;
    width: 150px;
    min-height: 78px;
  }

  .about-share-possibilities small {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-share-section,
  .about-share-section::before,
  .about-share-section::after,
  .about-share-stage::after,
  .about-share-blob-wrap,
  .about-share-blob,
  .about-share-blob::before,
  .about-share-fold {
    animation: none;
  }
}

/* Subscribe Section */
.subscribe-hero-section {
    background-color: #0d0e12;
    padding: 6rem 1rem;
}

.subscribe-rings-container {
    position: relative;
    width: 600px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.subscribe-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: inset 0 0 20px rgba(59, 130, 246, 0.05), 0 0 20px rgba(59, 130, 246, 0.05);
}

.ring-outer {
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse at center, rgba(14, 25, 45, 0) 0%, rgba(14, 25, 45, 0.8) 100%);
    animation: pulse-ring 4s ease-in-out infinite alternate;
}

.ring-middle {
    width: 450px;
    height: 200px;
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: inset 0 0 30px rgba(59, 130, 246, 0.1), 0 0 30px rgba(59, 130, 246, 0.1);
    animation: pulse-ring 3s ease-in-out infinite alternate-reverse;
}

.ring-inner {
    width: 320px;
    height: 120px;
    border: 1px solid rgba(59, 130, 246, 0.5);
    background: radial-gradient(ellipse at center, rgba(20, 35, 75, 0.8) 0%, rgba(10, 20, 40, 0.9) 100%);
    box-shadow: inset 0 0 40px rgba(59, 130, 246, 0.2), 0 0 40px rgba(59, 130, 246, 0.3);
}

.glow-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #93c5fd;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px #3b82f6, 0 0 20px 4px rgba(59, 130, 246, 0.8);
}

.dot-1 {
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    animation: float-dot-1 3s ease-in-out infinite alternate;
}

.dot-2 {
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    animation: float-dot-2 4s ease-in-out infinite alternate;
}

.dot-3 {
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    animation: float-dot-3 3.5s ease-in-out infinite alternate;
}

.subscribe-button {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.9) 100%);
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.subscribe-button:hover {
    border-color: rgba(59, 130, 246, 0.8);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@keyframes pulse-ring {
    0% { transform: translate(-50%, -50%) scale(0.98); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.02); opacity: 1; }
}

@keyframes float-dot-1 {
    0% { transform: translateY(-50%) scale(0.8); opacity: 0.5; }
    100% { transform: translateY(-50%) scale(1.2); opacity: 1; }
}

@keyframes float-dot-2 {
    0% { transform: translateY(-50%) scale(0.9); opacity: 0.6; }
    100% { transform: translateY(-50%) scale(1.1); opacity: 1; }
}

@keyframes float-dot-3 {
    0% { transform: translateX(-50%) scale(0.7); opacity: 0.4; }
    100% { transform: translateX(-50%) scale(1.3); opacity: 1; }
}

@media (max-width: 640px) {
    .subscribe-rings-container {
        width: 100%;
        height: 240px;
        transform: scale(0.8);
    }
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 20px 60px;
    font-family: 'Inter', sans-serif;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    gap: 40px;
}

@media (min-width: 1024px) {
    .hero-container {
        flex-direction: row;
    }
    .hero-content {
        text-align: left;
        margin-top: 0;
        max-width: 600px;
    }
    .hero-subtitle {
        margin-left: 0;
        margin-right: 0;
    }
    .hero-cta {
        justify-content: flex-start;
    }
}

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 1024px) {
    .hero-image-wrapper {
        margin-top: 0;
    }
}

.modern-shape {
    width: 280px;
    height: 280px;
    background-color: #e5e7eb;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    position: relative;
    animation: morphShape 8s ease-in-out infinite;
    box-shadow: 0 20px 50px rgba(99, 102, 241, 0.2);
    border: 4px solid rgba(255,255,255,0.8);
    z-index: 2;
}

@media (min-width: 768px) {
    .modern-shape {
        width: 400px;
        height: 400px;
    }
}

.modern-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.modern-shape-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #6366f1, #ec4899);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
    opacity: 0.6;
    filter: blur(20px);
    animation: morphShapeBg 10s ease-in-out infinite reverse;
}

@media (min-width: 768px) {
    .modern-shape-bg {
        width: 420px;
        height: 420px;
    }
}

@keyframes morphShape {
    0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

@keyframes morphShapeBg {
    0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; transform: rotate(0deg); }
    50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; transform: rotate(180deg); }
    100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; transform: rotate(360deg); }
}

.hero-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 800px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.hero-arc-1, .hero-arc-2, .hero-arc-3 {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.hero-arc-1 {
    width: 1400px;
    height: 1400px;
    top: -1000px;
    background: radial-gradient(circle, rgba(245,240,255,1) 0%, rgba(250,250,250,0) 70%);
    box-shadow: inset 0 -40px 100px rgba(100, 50, 200, 0.05);
    animation: pulse-arc 8s infinite alternate ease-in-out;
}

.hero-arc-2 {
    width: 1000px;
    height: 1000px;
    top: -700px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(99, 102, 241, 0.8) 100%);
    box-shadow: 0 40px 100px rgba(99, 102, 241, 0.4);
    border-bottom: 2px solid rgba(255,255,255,0.7);
    animation: pulse-arc 6s infinite alternate ease-in-out;
    animation-delay: 1s;
}

.hero-arc-3 {
    width: 800px;
    height: 800px;
    top: -550px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(99, 102, 241, 0.1) 100%);
    box-shadow: 0 20px 80px rgba(255, 255, 255, 0.9);
    filter: blur(10px);
    animation: pulse-arc 4s infinite alternate ease-in-out;
    animation-delay: 2s;
}

@keyframes pulse-arc {
    0% { transform: translateX(-50%) scale(1); opacity: 0.8; }
    100% { transform: translateX(-50%) scale(1.05); opacity: 1; }
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 800px;
    margin-top: 60px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    border: 1px solid rgba(0,0,0,0.03);
}

.badge-icon {
    margin-right: 8px;
    color: #6366f1;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.text-highlight {
    color: #6366f1;
    display: inline-block;
    position: relative;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.btn-start-trading {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
    transition: all 0.3s ease;
}

.btn-start-trading:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.5);
    color: white;
}

.hero-stat {
    display: flex;
    align-items: center;
    text-align: left;
}

.stat-icon {
    margin-right: 8px;
    color: #6366f1;
    display: flex;
    align-items: center;
}

.stat-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.stat-desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.2;
}

.hero-features {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px;
}

.feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #555;
    background: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    box-sizing: content-box;
}

.feature-text h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
}

.feature-text p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

.animate-fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards ease-out;
}

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

@media (max-width: 1024px) {
    .hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-features {
        grid-template-columns: 1fr;
    }
    .hero-cta {
        flex-direction: column;
    }
}

/* Animated contact footer */
.portfolio-contact-footer {
  --footer-green: #00ee5f;
  --footer-green-dark: #006a37;
  --footer-panel: #1b1b1b;
  --footer-panel-soft: #202020;
  --footer-text: #f7f6f1;
  --footer-muted: #cfcfc7;
  --footer-x: 50%;
  --footer-y: 10%;
  position: relative;
  overflow: hidden;
  background: #050505;
  color: var(--footer-text);
  font-family: Inter, sans-serif;
}

.footer-stage {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: clamp(2.8rem, 5.2vw, 5rem) clamp(2.8rem, 5.2vw, 5rem) 0 0;
  background: #050505;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

.footer-stage::before,
.footer-stage::after {
  display: none;
}

.mobile-wave-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Below content but above background */
  pointer-events: none;
  display: none;
}

@media (max-width: 768px) {
  .mobile-wave-bg {
    display: block;
  }
  .portfolio-contact-footer .footer-spark {
    display: none !important;
  }
  .portfolio-contact-footer {
    background-color: #020604 !important; /* blend with canvas */
  }
  .footer-stage {
    background: transparent !important; /* allow canvas to show */
  }
}

.footer-spark {
  position: absolute;
  bottom: -15%;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  transform: translateX(-50%);
  pointer-events: none;
  filter: blur(20px);
  animation: bearGlowPulse 5s ease-in-out infinite alternate;
}

.footer-spark-bar {
  position: absolute;
  border-radius: 50%;
}

.footer-spark-c {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 400px;
  border-radius: 50% 50% 0 0 / 60% 60% 0 0;
  background: linear-gradient(180deg, #00ee5f 0%, #008f39 25%, #050505 80%);
}

.footer-spark-a {
  top: 100px;
  left: 8%;
  width: 280px;
  height: 280px;
  background: linear-gradient(180deg, #00ee5f 0%, #008f39 30%, #050505 80%);
}

.footer-spark-b {
  top: 100px;
  right: 8%;
  width: 280px;
  height: 280px;
  background: linear-gradient(180deg, #00ee5f 0%, #008f39 30%, #050505 80%);
}

@keyframes bearGlowPulse {
  0% {
    transform: translateX(-50%) translateY(20px) scale(0.96);
    opacity: 0.7;
    filter: blur(18px) drop-shadow(0 -10px 20px rgba(0, 238, 95, 0.2));
  }
  100% {
    transform: translateX(-50%) translateY(0px) scale(1.02);
    opacity: 1;
    filter: blur(25px) drop-shadow(0 -20px 50px rgba(0, 238, 95, 0.4));
  }
}

.footer-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 108rem);
  margin: 0 auto;
  padding: clamp(6.2rem, 10vw, 8rem) clamp(1.25rem, 5vw, 6rem) 1.3rem;
}

.footer-cta {
  max-width: 55rem;
  margin: 0 auto;
  text-align: center;
}

.footer-cta h2 {
  margin: 0;
  color: var(--footer-text);
  font-family: Inter, sans-serif;
  font-size: clamp(3rem, 6vw, 4.7rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.footer-cta p {
  margin: 1.2rem 0 0;
  color: var(--footer-text);
  font-family: "Playfair Display", "Source Serif Pro", serif;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  font-style: italic;
  line-height: 1.55;
}

.footer-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 3.1rem;
}

.footer-action {
  display: inline-flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1.75rem 0.9rem 2rem;
  border-radius: 999px;
  color: #06120a;
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.footer-action-primary {
  background: var(--footer-green);
  box-shadow: 0 18px 40px rgba(0, 238, 95, 0.19);
}

.footer-action-secondary {
  background: #006a37;
  color: #ffffff;
}

.footer-action-icon {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 999px;
  background: #050505;
  color: var(--footer-green);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.footer-action-secondary .footer-action-icon {
  background: var(--footer-green);
  color: #062011;
}

.footer-action-icon svg {
  width: 1rem;
  height: 1rem;
}

.footer-action:hover,
.footer-action:focus-visible {
  transform: translateY(-4px);
}

.footer-action-primary:hover,
.footer-action-primary:focus-visible {
  box-shadow: 0 24px 54px rgba(0, 238, 95, 0.26);
}

.footer-action-secondary:hover,
.footer-action-secondary:focus-visible {
  background: #007c40;
  box-shadow: 0 18px 42px rgba(0, 106, 55, 0.32);
}

.footer-action:hover .footer-action-icon,
.footer-action:focus-visible .footer-action-icon {
  transform: translateX(0.25rem);
}

.footer-action:focus-visible,
.footer-link-grid a:focus-visible,
.footer-contact-list a:focus-visible,
.footer-social-link:focus-visible,
.footer-legal-pill a:focus-visible {
  outline: 3px solid rgba(0, 238, 95, 0.5);
  outline-offset: 4px;
}

.footer-rule {
  height: 1px;
  margin: clamp(4.8rem, 8vw, 6.35rem) 0 4.6rem;
  background: rgba(255, 255, 255, 0.1);
}

.footer-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.45fr);
  gap: clamp(2.5rem, 8vw, 8rem);
}

.footer-contact h3,
.footer-links h3 {
  margin: 0 0 2rem;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.footer-contact-list {
  display: grid;
  gap: 1.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #eef0f2;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 600;
  line-height: 1.35;
}

.footer-contact-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-contact-list a:hover {
  color: var(--footer-green);
}

.footer-contact-icon {
  display: grid;
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 238, 95, 0.1);
  color: var(--footer-green);
  box-shadow: inset 0 0 0 1px rgba(0, 238, 95, 0.08);
  transition: transform 0.25s ease, background 0.25s ease;
}

.footer-contact-list li:hover .footer-contact-icon {
  background: rgba(0, 238, 95, 0.17);
  transform: translateY(-2px) scale(1.04);
}

.footer-contact-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(7rem, 1fr));
  gap: 0.85rem 3.2rem;
}

.footer-link-grid a {
  color: #f1f1ee;
  font-size: clamp(1rem, 1.65vw, 1.16rem);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link-grid a:hover {
  color: var(--footer-green);
  transform: translateX(0.28rem);
}

.footer-lower {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(3.8rem, 7vw, 5.8rem);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 2rem;
  max-width: 61rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-social-icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #efefeb;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-social-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.footer-social-arrow {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-social-arrow::before {
  content: "";
  position: absolute;
  top: 0.08rem;
  right: 0.04rem;
  width: 0.48rem;
  height: 0.48rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.footer-social-arrow::after {
  content: "";
  position: absolute;
  top: 0.41rem;
  left: -0.02rem;
  width: 0.86rem;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.footer-social-link:hover {
  color: var(--footer-green);
  transform: translateY(-2px);
}

.footer-social-link:hover .footer-social-icon {
  background: rgba(0, 238, 95, 0.13);
  color: var(--footer-green);
  transform: scale(1.06);
}

.footer-social-link:hover .footer-social-arrow {
  color: var(--footer-green);
  transform: translate(0.16rem, -0.16rem);
}

.footer-legal-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  min-height: 2.85rem;
  padding: 0.55rem clamp(1.2rem, 2.6vw, 1.95rem);
  border-radius: 999px;
  background: #f7f2e8;
  color: #050505;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  font-size: clamp(0.92rem, 1.5vw, 1rem);
  font-weight: 700;
  white-space: nowrap;
}

.footer-legal-pill a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-legal-pill a:hover {
  color: #007c40;
}

.footer-reveal {
  opacity: 0;
  transform: translateY(1.8rem);
}

.portfolio-contact-footer.is-visible .footer-reveal {
  animation: portfolioFooterReveal 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--footer-delay, 0ms);
}

@keyframes portfolioFooterReveal {
  from {
    opacity: 0;
    transform: translateY(1.8rem);
  }

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

@keyframes footerSparkFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }

  50% {
    transform: translateX(-50%) translateY(0.45rem) rotate(3deg);
  }
}

@media (max-width: 960px) {
  .footer-stage {
    min-height: auto;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-lower {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-pill {
    align-self: flex-end;
  }
}

@media (max-width: 640px) {
  .footer-stage {
    border-radius: 2.25rem 2.25rem 0 0;
  }

  .footer-stage::after {
    display: none;
  }

  .footer-spark {
    width: 5.9rem;
    height: 4.2rem;
  }

  .footer-spark-bar {
    width: 5.45rem;
    height: 1.65rem;
  }

  .footer-inner {
    padding: 5.6rem 1rem 1rem;
  }

  .footer-cta h2 {
    font-size: clamp(2.45rem, 13vw, 3.3rem);
  }

  .footer-action-row {
    margin-top: 2.2rem;
  }

  .footer-action {
    width: min(100%, 16rem);
  }

  .footer-rule {
    margin: 3.4rem 0 3rem;
  }

  .footer-link-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem 1.2rem;
  }

  .footer-socials {
    gap: 1rem;
  }

  .footer-social-link {
    gap: 0.7rem;
    font-size: 0.98rem;
  }

  .footer-legal-pill {
    align-self: stretch;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-spark,
  .portfolio-contact-footer.is-visible .footer-reveal {
    animation: none;
  }

  .footer-reveal {
    opacity: 1;
    transform: none;
  }

  .footer-action,
  .footer-action-icon,
  .footer-contact-icon,
  .footer-link-grid a,
  .footer-social-link,
  .footer-social-icon,
  .footer-social-arrow,
  .footer-legal-pill a {
    transition: none;
  }
}

/* Homepage FAQ accordion */
.portfolio-faq-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1rem;
  background: #f7f8fc;
  color: #151827;
}

.portfolio-faq-wrap {
  width: min(100%, 980px);
  margin: 0 auto;
}

.portfolio-faq-heading {
  margin-bottom: 2rem;
  text-align: center;
  animation: portfolioFaqRise 0.75s ease both;
}

.portfolio-faq-kicker {
  margin: 0 0 0.8rem;
  color: #3c4254;
  font-family: Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-faq-heading h2 {
  margin: 0;
  color: #111321;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.portfolio-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.portfolio-faq-item {
  overflow: hidden;
  border: 1px solid rgba(213, 220, 235, 0.72);
  border-radius: 1.85rem;
  background: #eaf0fb;
  box-shadow: 0 12px 28px rgba(42, 53, 82, 0.06);
  opacity: 0;
  transform: translateY(18px);
  animation: portfolioFaqRise 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay: var(--faq-delay, 0ms);
  transition: background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, transform 0.32s ease;
}

.portfolio-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(162, 176, 205, 0.72);
  box-shadow: 0 18px 34px rgba(42, 53, 82, 0.11);
}

.portfolio-faq-item.active {
  background: #ffffff;
  border-color: rgba(226, 231, 243, 0.95);
  box-shadow: 0 18px 46px rgba(42, 53, 82, 0.09);
}

.portfolio-faq-question {
  display: flex;
  width: 100%;
  min-height: 4.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.95rem 1rem 1.55rem;
  border: 0;
  background: transparent;
  color: #303545;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: left;
}

.portfolio-faq-question:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.22);
  outline-offset: -8px;
}

.portfolio-faq-icon {
  position: relative;
  display: grid;
  flex: 0 0 3.35rem;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(38, 48, 74, 0.09);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.portfolio-faq-icon::before,
.portfolio-faq-icon::after {
  content: "";
  position: absolute;
  width: 0.86rem;
  height: 0.14rem;
  border-radius: 999px;
  background: #1f2433;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.3s ease;
}

.portfolio-faq-icon::after {
  transform: rotate(90deg);
}

.portfolio-faq-item.active .portfolio-faq-icon {
  background: #eef3fb;
  transform: rotate(45deg);
}

.portfolio-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.55rem;
  color: #535d72;
  font-family: Inter, sans-serif;
  font-size: 0.94rem;
  line-height: 1.72;
  opacity: 0;
  transition: max-height 0.42s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.3s ease, padding-bottom 0.3s ease;
}

.portfolio-faq-answer p {
  max-width: 760px;
  margin: 0;
}

.portfolio-faq-item.active .portfolio-faq-answer {
  max-height: 16rem;
  padding-bottom: 1.45rem;
  opacity: 1;
}

@keyframes portfolioFaqRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .portfolio-faq-section {
    padding: 6.5rem 1.5rem;
  }

  .portfolio-faq-heading {
    margin-bottom: 2.4rem;
  }

  .portfolio-faq-heading h2 {
    font-size: 4.5rem;
  }

  .portfolio-faq-question {
    padding-left: 1.95rem;
    font-size: 1.04rem;
  }

  .portfolio-faq-answer {
    padding-left: 1.95rem;
    padding-right: 5.75rem;
  }
}

@media (max-width: 520px) {
  .portfolio-faq-section {
    padding: 4.25rem 1rem;
  }

  .portfolio-faq-heading h2 {
    font-size: 2.45rem;
  }

  .portfolio-faq-question {
    min-height: 4.5rem;
    padding-left: 1.1rem;
    font-size: 0.95rem;
  }

  .portfolio-faq-icon {
    flex-basis: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-faq-heading,
  .portfolio-faq-item {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .portfolio-faq-item,
  .portfolio-faq-answer,
  .portfolio-faq-icon,
  .portfolio-faq-icon::before,
  .portfolio-faq-icon::after {
    transition: none;
  }
}

/* Design source code showcase */
.service-source-section {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 5rem;
  background: #fdfcff;
  z-index: 1;
}

/* Animated Arc Background */
.arc-bg-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1400px;
  pointer-events: none;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.arc-glow-outer {
  position: absolute;
  top: -20px;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  border: 120px solid transparent;
  border-top-color: rgba(110, 30, 240, 0.25);
  filter: blur(50px);
  animation: arcGlowPulse 4s ease-in-out infinite alternate;
}

.arc-glow-inner {
  position: absolute;
  top: 80px;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  border: 80px solid transparent;
  border-top-color: rgba(80, 20, 220, 0.5);
  filter: blur(40px);
  animation: arcGlowPulse 4s ease-in-out infinite alternate-reverse;
}

.arc-line {
  position: absolute;
  top: 60px;
  width: 1500px;
  height: 1500px;
  border-radius: 50%;
  border: 1px solid rgba(130, 50, 250, 0.25);
}

.arc-dot {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #8b5cf6;
  border-radius: 50%;
  box-shadow: 0 0 10px #8b5cf6, 0 0 20px #8b5cf6;
  transform: translateX(-50%);
  transform-origin: 50% 750px;
  animation: arcOrbit 12s ease-in-out infinite alternate;
}

@keyframes arcGlowPulse {
  0% { transform: scale(0.98); opacity: 0.8; }
  100% { transform: scale(1.02); opacity: 1; }
}

@keyframes arcOrbit {
  0% { transform: translateX(-50%) rotate(-40deg); }
  100% { transform: translateX(-50%) rotate(40deg); }
}

.service-source-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.service-source-heading {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.service-source-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 77, 24, 0.1);
  color: #d13f11;
  font-family: Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-source-heading h2 {
  margin-bottom: 0.9rem;
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  color: #1f2933;
}

.service-source-heading p {
  color: #687282;
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

.service-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.source-design-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 458px;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 36px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 30px 60px rgba(14, 18, 24, 0.16);
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: sourceCardIn 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) backwards;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
}

.source-design-card:nth-child(2) {
  animation-delay: 0.14s;
}

.source-design-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0));
  opacity: 0.9;
  pointer-events: none;
}

.source-design-card:hover,
.source-design-card:focus-visible {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 34px 72px rgba(14, 18, 24, 0.25);
}

.source-design-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.42);
  outline-offset: 5px;
}

.source-design-card-dark {
  background: #2e2d29;
}

.source-design-card-orange {
  background: linear-gradient(145deg, #ff5a1f 0%, #ff3f16 100%);
}

.source-card-topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.source-card-topline h3 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 750;
  line-height: 1;
}

.source-card-topline span {
  flex: 0 0 auto;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.84);
  font-family: Inter, sans-serif;
  font-size: 0.73rem;
  font-weight: 700;
}

.source-card-stack {
  position: relative;
  flex: 1;
  min-height: 330px;
  margin-top: 6.6rem;
}

.source-stack-layer {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 78px;
  border-radius: 28px 28px 0 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.source-design-card-dark .layer-back {
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.source-design-card-dark .layer-mid {
  top: 18px;
  background: rgba(255, 255, 255, 0.34);
}

.source-design-card-orange .layer-back {
  top: 0;
  background: rgba(255, 255, 255, 0.22);
}

.source-design-card-orange .layer-mid {
  top: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.source-design-card:hover .layer-back,
.source-design-card:focus-visible .layer-back {
  transform: translateY(-14px);
}

.source-design-card:hover .layer-mid,
.source-design-card:focus-visible .layer-mid {
  transform: translateY(-7px);
}

.source-card-canvas {
  position: absolute;
  inset: 46px 0 0;
  overflow: hidden;
  border-radius: 30px 30px 10px 30px;
  background: #f1f0ea;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.2);
  transition: transform 0.45s ease;
}

.source-design-card:hover .source-card-canvas,
.source-design-card:focus-visible .source-card-canvas {
  transform: translateY(-4px) scale(1.015);
}

.source-card-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.8), transparent 36%);
  pointer-events: none;
}

.source-arrow-btn {
  position: absolute;
  right: clamp(1.3rem, 3vw, 2rem);
  bottom: clamp(1.35rem, 3vw, 2rem);
  z-index: 8;
  display: grid;
  width: clamp(4.1rem, 8vw, 5.7rem);
  height: clamp(4.1rem, 8vw, 5.7rem);
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.35s ease;
}

.source-design-card-dark .source-arrow-btn {
  background: #3d3c38;
}

.source-design-card-orange .source-arrow-btn {
  background: #ff4c1d;
  box-shadow: 0 16px 30px rgba(148, 36, 5, 0.28);
}

.source-arrow-btn svg {
  width: 42%;
  height: 42%;
  transition: transform 0.35s ease;
}

.source-design-card:hover .source-arrow-btn,
.source-design-card:focus-visible .source-arrow-btn {
  transform: translate(5px, -5px) scale(1.05);
}

.source-design-card:hover .source-arrow-btn svg,
.source-design-card:focus-visible .source-arrow-btn svg {
  transform: rotate(45deg);
}

.tilted-wireframe,
.asset-tile,
.phone-mockup,
.browser-mockup,
.code-panel,
.site-preview {
  position: absolute;
  z-index: 2;
  box-shadow: 0 18px 28px rgba(37, 38, 42, 0.18);
}

.tilted-wireframe {
  width: 118px;
  height: 150px;
  padding: 1rem;
  border-radius: 18px;
  background: #ffffff;
  animation: sourceFloat 5.5s ease-in-out infinite;
}

.tilted-wireframe-left {
  left: -20px;
  top: 62px;
  transform: rotate(-28deg);
}

.tilted-wireframe-right {
  right: 44px;
  bottom: 44px;
  transform: rotate(47deg);
  animation-delay: -2s;
}

.tilted-wireframe span,
.tilted-wireframe strong,
.tilted-wireframe em {
  display: block;
  border-radius: 999px;
}

.tilted-wireframe span {
  width: 72%;
  height: 7px;
  margin-bottom: 0.9rem;
  background: #d9dee5;
}

.tilted-wireframe strong {
  width: 92%;
  height: 9px;
  margin-bottom: 0.65rem;
  background: #ff7a1a;
}

.tilted-wireframe em {
  width: 58%;
  height: 7px;
  background: #e7e9ed;
}

.phone-mockup {
  left: 50%;
  top: 55px;
  width: 116px;
  height: 192px;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 25px;
  background: #ffffff;
  transform: translateX(-50%);
  animation: phoneLift 4.8s ease-in-out infinite;
}

.phone-mockup img,
.asset-tile img,
.browser-layout img,
.site-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-notch {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 4;
  width: 34px;
  height: 7px;
  border-radius: 999px;
  background: #24262b;
  transform: translateX(-50%);
}

.phone-tab-row {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
}

.phone-tab-row i {
  width: 24px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.88);
}

.asset-tile {
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  animation: sourceFloat 6s ease-in-out infinite;
}

.asset-tile-top {
  top: 24px;
  right: 42px;
  width: 88px;
  height: 70px;
  transform: rotate(23deg);
}

.asset-tile-bottom {
  left: 28px;
  bottom: -22px;
  width: 96px;
  height: 78px;
  transform: rotate(-22deg);
  animation-delay: -1.6s;
}

.browser-mockup {
  left: 7%;
  top: 34px;
  width: 66%;
  height: 188px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  animation: browserDrift 5.8s ease-in-out infinite;
}

.browser-toolbar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 22px;
  padding: 0 10px;
  background: #f4f0eb;
}

.browser-toolbar i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #f47b36;
}

.browser-toolbar span {
  width: 68px;
  height: 5px;
  margin-left: 7px;
  border-radius: 999px;
  background: #ddd6cf;
}

.browser-layout {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: 0.7rem;
  height: calc(100% - 22px);
  padding: 1rem;
}

.browser-copy strong,
.browser-copy span,
.browser-copy em {
  display: block;
  border-radius: 999px;
  font-size: 0;
  line-height: 0;
}

.browser-copy strong {
  width: 86%;
  height: 11px;
  margin: 0.35rem 0 0.85rem;
  background: #fb6d22;
}

.browser-copy span {
  width: 92%;
  height: 7px;
  margin-bottom: 0.45rem;
  background: #dfe3e8;
}

.browser-copy span:nth-child(3) {
  width: 70%;
}

.browser-copy em {
  width: 78px;
  height: 18px;
  margin-top: 1.1rem;
  background: #2c2d30;
}

.code-panel {
  right: 7%;
  bottom: 35px;
  width: 178px;
  padding: 0.75rem;
  border-radius: 12px;
  background: #27292d;
  color: #f6f7f9;
  font-family: "JetBrains Mono", monospace;
  animation: codePulse 4.6s ease-in-out infinite;
}

.code-panel-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: #ff9c63;
  font-family: Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.code-panel-bar i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff5a1f;
}

.code-panel code {
  display: block;
  color: #f1f5f9;
  font-size: 0.68rem;
  line-height: 1.65;
}

.site-preview {
  right: -24px;
  top: 70px;
  width: 156px;
  height: 136px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: #ffffff;
  animation: sourceFloat 5.2s ease-in-out infinite;
  animation-delay: -1.2s;
}

@keyframes sourceCardIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sourceFloat {
  0%,
  100% {
    margin-top: 0;
  }
  50% {
    margin-top: -9px;
  }
}

@keyframes phoneLift {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes browserDrift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes codePulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.025);
  }
}

@media (max-width: 900px) {
  .service-source-grid {
    grid-template-columns: 1fr;
  }

  .source-design-card {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .service-source-section {
    padding: 4rem 0;
  }

  .service-source-heading {
    text-align: left;
  }

  .source-design-card {
    min-height: 370px;
    border-radius: 28px;
  }

  .source-card-stack {
    min-height: 255px;
    margin-top: 5.6rem;
  }

  .source-card-canvas {
    top: 38px;
    border-radius: 24px 24px 8px 24px;
  }

  .tilted-wireframe {
    width: 92px;
    height: 120px;
  }

  .phone-mockup {
    width: 92px;
    height: 152px;
  }

  .asset-tile-top {
    right: 22px;
    width: 70px;
    height: 58px;
  }

  .asset-tile-bottom {
    left: 16px;
    width: 78px;
    height: 64px;
  }

  .browser-mockup {
    left: 5%;
    width: 74%;
    height: 154px;
  }

  .code-panel {
    right: 8%;
    bottom: 28px;
    width: 136px;
  }

  .site-preview {
    right: -34px;
    width: 118px;
    height: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .source-design-card,
  .tilted-wireframe,
  .asset-tile,
  .phone-mockup,
  .browser-mockup,
  .code-panel,
  .site-preview {
    animation: none;
  }
}

.perspective-1200 {
                perspective: 1200px;
            }

            .scroll-3d-item {
                opacity: 0;
                transition: opacity 0.8s ease-out, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
                transform-style: preserve-3d;
            }

            .scroll-3d-item[data-direction="left"] {
                transform: rotateY(-40deg) rotateX(10deg) translateZ(-300px) translateX(-200px);
            }

            .scroll-3d-item[data-direction="right"] {
                transform: rotateY(40deg) rotateX(10deg) translateZ(-300px) translateX(200px);
            }

            .scroll-3d-item[data-direction="center"] {
                transform: rotateX(30deg) translateZ(-400px) translateY(150px);
            }

            .scroll-3d-item.is-visible {
                opacity: 1;
                transform: rotateY(0deg) rotateX(0deg) translateZ(0) translateX(0) translateY(0);
            }

            .scroll-3d-item:hover.is-visible {
                transform: translateY(-5px) scale(1.03) translateZ(20px);
                box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
                border-color: rgba(59, 130, 246, 0.4);
                transition: all 0.4s ease;
            }

            .milestone-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 3.5rem;
                height: 3.5rem;
                border-radius: 1rem;
                background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
                border: 1px solid rgba(255, 255, 255, 0.1);
                margin-bottom: 1.5rem;
                color: #3b82f6;
            }

.glass-carousel {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;
            width: 100%;
            height: 550px;
            perspective: 1200px;
            position: relative;
        }

        .glass-card {
            position: relative;
            width: 240px;
            height: 360px;
            border-radius: 1.5rem;
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 1.5rem;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            cursor: pointer;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            z-index: 1;
            transform: scale(0.9) translateZ(0);
        }

        .glass-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
            opacity: 0.5;
            transition: opacity 0.5s;
            z-index: 0;
            pointer-events: none;
        }

        /* Target specific hover element */
        .glass-carousel:hover .glass-card:hover,
        .glass-card.active {
            width: 320px;
            height: 440px;
            background: rgba(30, 41, 35, 0.85);
            /* Deep green/black glass like center card */
            border: 1px solid rgba(255, 255, 255, 0.15);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
            z-index: 10;
            transform: scale(1) translateZ(40px);
        }

        /* Scale down other siblings */
        .glass-carousel:hover .glass-card:not(:hover) {
            transform: scale(0.85) translateZ(-20px);
            opacity: 0.5;
            filter: blur(3px);
        }

        /* Change text color on hover */
        .card-info {
            z-index: 2;
            transition: color 0.5s ease;
            color: #1a1a1a;
        }

        .glass-card:hover .card-info,
        .glass-card.active .card-info {
            color: #f3f4f6;
        }

        /* Button styling flips on hover */
        .listen-btn {
            background: #111827;
            color: #f9fafb;
            border-radius: 99px;
            padding: 0.75rem 1rem;
            font-size: 0.875rem;
            font-weight: 600;
            text-align: center;
            width: 100%;
            transition: all 0.5s ease;
            border: none;
            z-index: 2;
        }

        .glass-card:hover .listen-btn,
        .glass-card.active .listen-btn {
            background: #f9fafb;
            color: #111827;
        }

        .card-title {
            font-weight: 700;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 0.35rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .stats-row {
            display: flex;
            gap: 0.5rem;
            margin-top: 0.75rem;
        }

        .stat-pill {
            background: rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 0.25rem 0.6rem;
            border-radius: 12px;
            font-size: 0.75rem;
            display: flex;
            align-items: center;
            gap: 0.25rem;
            transition: all 0.5s ease;
            font-weight: 600;
        }

        .glass-card:hover .stat-pill,
        .glass-card.active .stat-pill {
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .tags {
            font-size: 0.75rem;
            opacity: 0.7;
            margin-top: 0.75rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
        }

        /* Abstract 3D Orbs */
        .orb-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            pointer-events: none;
        }

        .orb {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            filter: blur(14px) brightness(0.9) contrast(1.2);
            opacity: 0.8;
            transform: scale(0.9);
            box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.2), inset 10px 10px 20px rgba(255, 255, 255, 0.4);
        }

        @keyframes slowSpin {
            0% {
                transform: rotate(0deg);
            }

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

        .glass-card:hover .orb,
        .glass-card.active .orb {
            width: 240px;
            height: 240px;
            filter: blur(0px) brightness(1.1);
            opacity: 1;
            transform: scale(1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.4) inset, 0 20px 40px rgba(0, 0, 0, 0.5);
            animation: slowSpin 20s linear infinite;
        }

        /* Specific gradients based on the photo */
        /* Peter: Dark elegant grey gradient */
        .orb-1 {
            background: conic-gradient(from 120deg, #1f2937, #6b7280, #111827, #f3f4f6, #1f2937);
        }

        /* Ned: Refreshing light blue gradient */
        .orb-2 {
            background: conic-gradient(from 200deg, #93c5fd, #bfdbfe, #3b82f6, #eff6ff, #93c5fd);
        }

        /* David: Warm golden-green (Siri-like) */
        .orb-3 {
            background: conic-gradient(from 45deg, #d9f99d, #fef08a, #bef264, #fef9c3, #d9f99d);
        }

        /* Laura: Vibrant pink/purple */
        .orb-4 {
            background: conic-gradient(from 300deg, #f9a8d4, #d8b4fe, #ec4899, #fdf2f8, #f9a8d4);
        }

        /* Aaron: Energetic orange */
        .orb-5 {
            background: conic-gradient(from 90deg, #fdba74, #fca5a5, #ea580c, #fff7ed, #fdba74);
        }

/* Auto-minimize header styles */
header {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease-in-out !important;
}

header.header-hidden {
  transform: translateY(-100%) !important;
}

/* Scroll reveal animations */
.reveal-element {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), transform 0.8s cubic-bezier(0.5, 0, 0, 1);
  will-change: opacity, transform;
}

.reveal-element.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Animated Dot Background for Explore Projects Section */
.dot-pattern {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.4) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    animation: slideBg 15s linear infinite;
}

@keyframes slideBg {
    0% { background-position: 0 0; }
    100% { background-position: 48px 48px; }
}



/* Extracted from homepage_professional_portfolio.html */
/* Working Together Section Styles */
        .unifraktur {
            font-family: 'UnifrakturMaguntia', cursive;
        }

        /* Glass Cards */
        .glass-card {
            position: relative;
            border-radius: 1.5rem;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
            height: 280px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .glass-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            z-index: 10;
        }

        /* Card Content Area */
        .card-content-wrapper {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 85%;
            padding: 1.5rem;
            border-top-left-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(12px);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transform: translateY(60%);
            /* Hide details initially */
            display: flex;
            flex-direction: column;
        }

        .dark .card-content-wrapper {
            background: rgba(30, 30, 30, 0.9);
        }

        .glass-card:hover .card-content-wrapper {
            transform: translateY(0);
        }

        /* Plus Button */
        .plus-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: 1.5px solid currentColor;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s ease, background 0.3s ease;
            flex-shrink: 0;
        }

        .glass-card:hover .plus-btn {
            transform: rotate(45deg);
            /* Rotate to X */
            background: rgba(0, 0, 0, 0.05);
        }

        .dark .glass-card:hover .plus-btn {
            background: rgba(255, 255, 255, 0.1);
        }

        /* Background Blobs Animation */
        .blob {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            animation: float 20s infinite ease-in-out;
            z-index: -1;
        }

        .blob-1 {
            width: 500px;
            height: 500px;
            background: rgba(99, 102, 241, 0.15);
            top: -10%;
            left: -10%;
            animation-delay: 0s;
        }

        .blob-2 {
            width: 600px;
            height: 600px;
            background: rgba(236, 72, 153, 0.15);
            bottom: -20%;
            right: -10%;
            animation-delay: -5s;
        }

        .blob-3 {
            width: 400px;
            height: 400px;
            background: rgba(16, 185, 129, 0.15);
            top: 40%;
            left: 40%;
            animation-delay: -10s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translate(0, 0);
            }

            33% {
                transform: translate(40px, -60px);
            }

            66% {
                transform: translate(-30px, 30px);
            }
        }

        /* FAQ Glass Panel */
        .glass-panel {
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .dark .glass-panel {
            background: rgba(30, 30, 30, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* New Image Card Design */
        .img-card {
            background: rgba(249, 250, 251, 0.9);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 28px;
            padding: 12px;
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: relative;
            cursor: pointer;
            text-decoration: none;
            overflow: hidden;
        }

        .dark .img-card {
            background: rgba(30, 30, 30, 0.8);
            border-color: rgba(255, 255, 255, 0.05);
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
        }

        .img-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.15);
            border-color: rgba(255, 255, 255, 1);
        }

        .dark .img-card:hover {
            box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.6);
            border-color: rgba(255, 255, 255, 0.15);
        }

        .img-card-img-wrapper {
            width: 100%;
            height: 160px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
        }

        .img-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

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

        .img-card-content {
            padding: 4px 8px 16px 8px;
            text-align: left;
        }

        .img-card-subtitle {
            font-size: 0.75rem;
            font-weight: 700;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 8px;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            transition: color 0.3s ease;
        }

        .img-card:hover .img-card-subtitle {
            color: var(--primary, #6366f1);
        }

        .img-card-title {
            font-size: 1.05rem;
            font-weight: 400;
            color: #4b5563;
            line-height: 1.5;
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }

        .dark .img-card-title {
            color: #d1d5db;
        }

        .img-card-title strong {
            color: #111827;
            font-weight: 700;
        }

        .dark .img-card-title strong {
            color: #f9fafb;
        }

        /* Cursor light effect on hover */
        .img-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 28px;
            background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.6), transparent 40%);
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            z-index: 10;
        }

        .dark .img-card::before {
            background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.08), transparent 40%);
        }

        .img-card:hover::before {
            opacity: 1;
        }
