*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Smooth scrolling with offset for fixed header */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* Body spacing for fixed header - only for non-login pages */

body:not(.login-page) {
  padding-top: 80px;
}

/* Remove extra spacing from main content */

main.pt-20 {
  padding-top: 0 !important;
}

/* Set background color for Home and Contact Us pages to match nav text gradient */

/* Ensure text is white on gradient backgrounds */

.page-home .hero-title,
  .page-home .hero-description,
  .page-contact h1,
  .page-contact p {
  color: white !important;
}

/* Reduced motion support */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
    *::before,
    *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

/* Enhanced Animation Classes */

.animate-fade-in {
  animation: fadeIn 1.2s ease-in-out;
}

.animate-fade-in-up {
  animation: fadeInUp 1.5s ease-out;
}

.animate-slide-up {
  animation: slideUp 1.2s ease-out;
}

.animate-slide-in-left {
  animation: slideInLeft 1.5s ease-out;
}

.animate-slide-in-right {
  animation: slideInRight 1.5s ease-out;
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-scale-in {
  animation: scaleIn 1.2s ease-out;
}

.animate-pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

/* Stagger animations for multiple elements */

/* Hover effects */

.hover-glow:hover {
  box-shadow: 0 0 30px rgba(255, 107, 53, 0.4);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Button animations */

.btn-animated {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-animated::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: left 0.5s;
}

.btn-animated:hover::before {
  left: 100%;
}

/* Loading states */

@keyframes loadingDots {
  0%, 20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60%, 100% {
    content: '...';
  }
}

/* Loading spinner */

.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #FF6B35;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-96 {
  left: -24rem;
}

.-left-\[105px\] {
  left: -105px;
}

.-left-\[70px\] {
  left: -70px;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-32 {
  bottom: 8rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[1071px\] {
  left: 1071px;
}

.left-\[1177px\] {
  left: 1177px;
}

.left-\[321px\] {
  left: 321px;
}

.left-\[526px\] {
  left: 526px;
}

.left-\[749px\] {
  left: 749px;
}

.left-\[954px\] {
  left: 954px;
}

.left-\[98px\] {
  left: 98px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-\[72px\] {
  right: 72px;
}

.top-20 {
  top: 5rem;
}

.top-\[108px\] {
  top: 108px;
}

.top-\[247px\] {
  top: 247px;
}

.top-\[322px\] {
  top: 322px;
}

.top-\[420px\] {
  top: 420px;
}

.top-\[424px\] {
  top: 424px;
}

.top-\[496px\] {
  top: 496px;
}

.top-\[570px\] {
  top: 570px;
}

.top-\[617px\] {
  top: 617px;
}

.top-\[618px\] {
  top: 618px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[576px\] {
  height: 576px;
}

.h-\[665px\] {
  height: 665px;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.min-h-\[calc\(100vh-5rem\)\] {
  min-height: calc(100vh - 5rem);
}

.min-h-screen {
  min-height: 100vh;
}

.w-20 {
  width: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[164px\] {
  width: 164px;
}

.w-\[496px\] {
  width: 496px;
}

.w-\[720px\] {
  width: 720px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.min-w-full {
  min-width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.-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));
}

.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 1.2s ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 1.5s ease-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 107, 53, 0.6);
  }
}

.animate-pulse-glow {
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes scaleIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-scale-in {
  animation: scaleIn 1.2s ease-out;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-left {
  animation: slideInLeft 1.5s ease-out;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-right {
  animation: slideInRight 1.5s ease-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 1.2s ease-out;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-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));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[80px\] {
  border-radius: 80px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-orange-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-orange-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}

.bg-paragraph {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-gradient-hero {
  background-image: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);;
}

.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));
}

.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-orange-50\/30 {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 237 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-\[55px\] {
  font-size: 55px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-\[67px\] {
  font-size: 67px;
}

.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;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[80px\] {
  line-height: 80px;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-button {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}

.text-paragraph {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.05;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_62px_85px_-22px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0px 62px 85px -22px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0px 62px 85px -22px 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-\[24px_30px_51px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 24px 30px 51px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 24px 30px 51px 0px 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-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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* Enhanced scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #FF6B35, #e55a2b);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #e55a2b, #d14d20);
}

/* Gradient text effect */

/* Particle background effect */

@keyframes particleMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100px, -100px);
  }
}

/* Enhanced card effects */

/* Animated dots pattern */

.dots-pattern {
  position: relative;
  padding: 10px;
}

.dot-animated {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  animation: dotPulse 3s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

/* Staggered container animations */

.stagger-container > * {
  opacity: 0;
  animation: fadeInStagger 1s ease-out forwards;
}

.stagger-container > *:nth-child(1) {
  animation-delay: 0.2s;
}

.stagger-container > *:nth-child(2) {
  animation-delay: 0.4s;
}

.stagger-container > *:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes fadeInStagger {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero specific animations */

.hero-title {
  opacity: 0;
  animation: heroTitleReveal 1.5s ease-out 0.5s forwards;
}

@keyframes heroTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-description {
  opacity: 0;
  animation: heroDescriptionReveal 1.5s ease-out 0.8s forwards;
}

@keyframes heroDescriptionReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-cta {
  opacity: 0;
  animation: heroCTAReveal 1.5s ease-out 1.1s forwards;
}

@keyframes heroCTAReveal {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-image {
  opacity: 0;
  animation: heroImageSlide 1.8s ease-out 0.3s forwards;
}

@keyframes heroImageSlide {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Client Logo Carousel */

.logo-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
}

.logo-carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.logo-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 32px;
}

.logo-carousel-item {
  flex: 0 0 calc(25% - 24px);
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  height: 120px;
  transition: all 0.3s ease-out;
}

@media (max-width: 640px) {
  .logo-carousel-item {
    flex: 0 0 100%;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .logo-carousel-item {
    flex: 0 0 calc(50% - 16px);
  }
}

.logo-carousel-item:hover {
  transform: scale(1.05);
}

.logo-carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease-out;
}

.logo-carousel-item.special-size img {
  width: 180px;
  height: 90px;
}

.logo-carousel-item.normal-size img {
  width: 160px;
  height: 80px;
}

.carousel-nav-btn {
  position: relative;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 2px solid #E5E7EB;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-nav-btn:hover {
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  border-color: transparent;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(242, 82, 39, 0.3);
}

.carousel-nav-btn:active {
  transform: scale(0.95);
}

.carousel-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 640px) {
  .carousel-nav-btn {
    width: 40px;
    height: 40px;
  }
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D1D5DB;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: #9CA3AF;
  transform: scale(1.2);
}

.carousel-dot.active {
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  width: 24px;
  border-radius: 5px;
}

/* About section animations */

.about-image {
  opacity: 0;
  animation: aboutImageSlide 1.5s ease-out 0.2s forwards;
}

@keyframes aboutImageSlide {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-content {
  opacity: 0;
  animation: aboutContentSlide 1.5s ease-out 0.4s forwards;
}

@keyframes aboutContentSlide {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-title {
  opacity: 0;
  animation: aboutTitleReveal 1.2s ease-out 0.6s forwards;
}

@keyframes aboutTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-description {
  opacity: 0;
  animation: aboutDescriptionReveal 1.2s ease-out 0.8s forwards;
}

@keyframes aboutDescriptionReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-features {
  opacity: 0;
  animation: aboutFeaturesReveal 1.2s ease-out 1s forwards;
}

@keyframes aboutFeaturesReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Feature item styling */

.feature-item {
  opacity: 0;
  animation: featureItemReveal 0.8s ease-out forwards;
}

.feature-item:nth-child(1) {
  animation-delay: 1.1s;
}

.feature-item:nth-child(2) {
  animation-delay: 1.2s;
}

.feature-item:nth-child(3) {
  animation-delay: 1.3s;
}

.feature-item:nth-child(4) {
  animation-delay: 1.4s;
}

@keyframes featureItemReveal {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.feature-check {
  background-color: rgba(255, 107, 53, 0.1);
  color: #e55a2b;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-check::before {
  content: '✓';
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

/* Footer animations */

.footer-logo {
  opacity: 0;
  animation: footerLogoReveal 1.2s ease-out 0.2s forwards;
}

@keyframes footerLogoReveal {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1.25);
  }
}

.footer-links {
  opacity: 0;
  animation: footerLinksSlide 1.2s ease-out 0.4s forwards;
}

@keyframes footerLinksSlide {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer-contact {
  opacity: 0;
  animation: footerContactSlide 1.2s ease-out 0.6s forwards;
}

@keyframes footerContactSlide {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer-description {
  opacity: 0;
  animation: footerDescriptionReveal 1.2s ease-out 0.8s forwards;
}

@keyframes footerDescriptionReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer link hover effects */

.footer-nav-link {
  transition: all 0.3s ease;
  position: relative;
}

.footer-nav-link:hover {
  color: #FF6B35;
  transform: scale(1.05);
}

.footer-contact-item {
  transition: all 0.3s ease;
  position: relative;
}

.footer-contact-item:hover {
  color: #FF6B35;
  transform: scale(1.05);
}

/* Footer contact icons */

.footer-icon {
  color: #FF6B35;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Individual footer link animations */

.footer-nav-link:nth-child(1) {
  animation-delay: 0.5s;
}

.footer-nav-link:nth-child(2) {
  animation-delay: 0.6s;
}

.footer-nav-link:nth-child(3) {
  animation-delay: 0.7s;
}

.footer-nav-link:nth-child(4) {
  animation-delay: 0.8s;
}

.footer-nav-link:nth-child(5) {
  animation-delay: 0.9s;
}

.footer-nav-link:nth-child(6) {
  animation-delay: 1.0s;
}

.footer-contact-item:nth-child(1) {
  animation-delay: 0.7s;
}

.footer-contact-item:nth-child(2) {
  animation-delay: 0.8s;
}

.footer-contact-item:nth-child(3) {
  animation-delay: 0.9s;
}

/* Stats section */

.stats-section {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.stats-circles {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.stats-circle {
  position: absolute;
  border-radius: 50%;
  border: 4px solid white;
}

.stats-circle-1 {
  width: 387px;
  height: 387px;
  animation: statsCircle1 4s ease-in-out infinite;
}

.stats-circle-2 {
  width: 559px;
  height: 559px;
  animation: statsCircle2 5s ease-in-out infinite 1s;
}

.stats-circle-3 {
  width: 727px;
  height: 727px;
  animation: statsCircle3 6s ease-in-out infinite 2s;
}

.stats-circle-4 {
  width: 943px;
  height: 943px;
  animation: statsCircle4 7s ease-in-out infinite 3s;
}

@keyframes statsCircle1 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

@keyframes statsCircle2 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.03);
    opacity: 0.6;
  }
}

@keyframes statsCircle3 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.02);
    opacity: 0.5;
  }
}

@keyframes statsCircle4 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }

  50% {
    transform: scale(1.01);
    opacity: 0.4;
  }
}

/* Stat cards */

.stat-card {
  position: relative;
  width: 293px;
  height: 152px;
  border-radius: 16px;
  box-shadow: 24px 30px 51px 0 rgba(0,0,0,0.10);
  margin: 0 auto;
  transition: all 0.2s ease-out;
  background: white;
  cursor: pointer;
  tabindex: 0;
}

.stat-card:focus-visible {
  outline: none;
  ring: 2px;
  ring-color: #FF6B35;
  ring-offset: 2px;
}

.stat-card.highlighted {
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  box-shadow: 24px 30px 51px 0 rgba(0,0,0,0.15);
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 24px 35px 61px 0 rgba(0,0,0,0.15);
}

/* Decorative elements for stat cards */

.stat-decorative-1 {
  position: absolute;
  left: -58px;
  top: 36px;
  width: 164px;
  height: 190px;
  border-radius: 80px;
  background: white;
  opacity: 0.05;
}

.stat-decorative-2 {
  position: absolute;
  right: -58px;
  top: -102px;
  width: 164px;
  height: 190px;
  border-radius: 20px;
  background: white;
  opacity: 0.05;
}

.stat-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.stat-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.stat-number {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  transition: color 0.2s ease-out;
  color: #3C3C3C;
}

.stat-card.highlighted .stat-number {
  color: white;
}

.stat-label {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  transition: color 0.2s ease-out;
  color: #374151;
}

.stat-card.highlighted .stat-label {
  color: white;
}

/* Stats grid */

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1024px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* Stats animations */

.stats-container {
  opacity: 0;
  animation: statsContainerReveal 1.2s ease-out 0.3s forwards;
}

@keyframes statsContainerReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-card {
  opacity: 0;
  animation: statCardReveal 0.8s ease-out forwards;
}

.stat-card:nth-child(1) {
  animation-delay: 0.5s;
}

.stat-card:nth-child(2) {
  animation-delay: 0.7s;
}

.stat-card:nth-child(3) {
  animation-delay: 0.9s;
}

@keyframes statCardReveal {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Services section */

.services-section {
  position: relative;
  overflow: hidden;
  background: white;
}

/* Service card styling - broader cards */

.service-card {
  position: relative;
  width: 100%;
  min-width: 280px;
  height: 340px;
  /* Slightly increased height to accommodate consistent 2-line titles */
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.service-card:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card-bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: white;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: all 0.3s ease-out;
}

.service-card:hover .service-card-bg {
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px 36px 24px;
  /* Adjusted padding for better balance */
  height: 100%;
}

.service-icon-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease-out;
}

.service-card:hover .service-icon-container {
  transform: scale(1.1);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-title-container {
  height: 64px;
  /* Increased height to ensure 2 lines fit comfortably */
  display: flex;
  align-items: flex-start;
  /* Changed to flex-start to align titles from top */
  justify-content: center;
  margin-bottom: 16px;
  padding-top: 4px;
  /* Small padding to center the 2-line text block */
}

.service-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  /* Slightly reduced to fit better in 2 lines */
  font-weight: bold;
  line-height: 26px;
  /* Adjusted line height for better 2-line layout */
  color: #1F2937;
  transition: color 0.3s ease-out;
  text-align: center;
  white-space: normal;
  /* Allow normal wrapping */
  word-wrap: break-word;
  /* Ensure long words wrap properly */
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to exactly 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  /* Ensure full width for proper wrapping */
  max-width: 240px;
  /* Limit width to encourage wrapping at right spots */
}

.service-description-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 8px;
  /* Small margin to ensure consistent spacing from title */
}

.service-description {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  /* Slightly tighter line height for cleaner look */
  color: #374151;
  transition: color 0.3s ease-out;
  text-align: center;
  max-width: 240px;
  /* Match title max-width for consistency */
  width: 100%;
}

/* Services grid - broader cards */

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1536px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}

@media (min-width: 1280px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

/* Services header */

.services-header {
  display: grid;
  gap: 24px;
  margin-bottom: 64px;
  place-items: center;
}

@media (min-width: 1024px) {
  .services-header {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    place-items: start;
    margin-bottom: 96px;
  }
}

.services-title {
  font-family: 'Inter', sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: bold;
  color: #1F2937;
  text-align: center;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .services-title {
    font-size: 67px;
    line-height: 80px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .services-title {
    text-align: left;
    max-width: 545px;
  }
}

.services-description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #374151;
  text-align: center;
  margin: 0;
}

@media (min-width: 640px) {
  .services-description {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  .services-description {
    text-align: left;
    max-width: 661px;
    margin-left: auto;
  }
}

/* Service modal */

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  /* Ensure modal is always centered regardless of scroll position */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

.service-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.service-modal-content {
  position: relative;
  width: 100%;
  max-width: 672px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: auto;
  max-height: 90vh;
  overflow-y: auto;
}

.service-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  padding: 8px;
  border-radius: 50%;
  background: #F3F4F6;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.service-modal-close:hover {
  background: #E5E7EB;
}

.service-modal-body {
  padding: 32px;
  padding-top: 48px;
}

.service-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-modal-title {
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #1F2937;
  text-align: center;
  margin-bottom: 16px;
}

.service-modal-description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #374151;
  text-align: center;
  margin-bottom: 24px;
}

.service-modal-separator {
  width: 96px;
  height: 2px;
  background: #FF6B35;
  margin: 0 auto 24px;
}

.service-modal-details {
  max-width: 576px;
  margin: 0 auto;
}

.service-modal-details-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #374151;
  text-align: center;
}

/* Services animations */

.services-container {
  opacity: 0;
  animation: servicesContainerReveal 1.2s ease-out 0.3s forwards;
}

@keyframes servicesContainerReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card {
  opacity: 0;
  animation: serviceCardReveal 0.8s ease-out forwards;
}

.service-card:nth-child(1) {
  animation-delay: 0.4s;
}

.service-card:nth-child(2) {
  animation-delay: 0.5s;
}

.service-card:nth-child(3) {
  animation-delay: 0.6s;
}

.service-card:nth-child(4) {
  animation-delay: 0.7s;
}

.service-card:nth-child(5) {
  animation-delay: 0.8s;
}

.service-card:nth-child(6) {
  animation-delay: 0.9s;
}

.service-card:nth-child(7) {
  animation-delay: 1.0s;
}

.service-card:nth-child(8) {
  animation-delay: 1.1s;
}

@keyframes serviceCardReveal {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Modal animations */

.modal-enter {
  animation: modalEnter 0.3s ease-out forwards;
}

@keyframes modalEnter {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes modalExit {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
}

/* Team section */

.team-section {
  position: relative;
  overflow: hidden;
  background: white;
}

/* Team layout */

.team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media (min-width: 1024px) {
  .team-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }
}

/* Team content */

.team-content {
  width: 100%;
  flex-shrink: 0;
  order: 2;
}

@media (min-width: 1024px) {
  .team-content {
    width: 528px;
    order: 1;
  }
}

.team-title {
  font-family: 'Inter', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  color: #171717;
  margin-bottom: 32px;
  text-align: center;
  display: none;
}

@media (min-width: 1024px) {
  .team-title {
    text-align: left;
    display: block;
  }
}

.team-description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #525252;
  white-space: pre-line;
  text-align: center;
}

@media (min-width: 1024px) {
  .team-description {
    text-align: left;
  }
}

/* Team card container */

.team-card-container {
  flex: 1;
  display: flex;
  justify-content: center;
  order: 1;
}

@media (min-width: 1024px) {
  .team-card-container {
    max-width: 640px;
    order: 2;
  }
}

/* Large team card */

.large-team-card {
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: white;
  box-shadow: 24px 30px 51px 0 rgba(0,0,0,0.10);
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}

@media (min-width: 640px) {
  .large-team-card {
    padding: 24px;
    gap: 16px;
  }
}

.large-team-card:hover {
  box-shadow: 24px 30px 51px 0 rgba(0,0,0,0.15);
  transform: scale(1.02);
}

.large-team-card:focus-visible {
  outline: none;
  ring: 2px;
  ring-color: #FF6B35;
  ring-offset: 2px;
  box-shadow: 24px 30px 51px 0 rgba(0,0,0,0.15);
  transform: scale(1.02);
}

.large-team-card:active {
  transform: scale(0.98);
}

/* Team card image */

.team-card-image {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 640px) {
  .team-card-image {
    max-width: 360px;
    height: 300px;
  }
}

.team-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Team card content */

.team-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

@media (min-width: 640px) {
  .team-card-content {
    gap: 24px;
  }
}

.team-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

@media (min-width: 640px) {
  .team-card-info {
    gap: 24px;
  }
}

.team-card-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

@media (min-width: 640px) {
  .team-card-details {
    gap: 16px;
  }
}

.team-member-name {
  align-self: stretch;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #171717;
}

.team-member-title {
  align-self: stretch;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #525252;
}

.team-member-title.featured {
  background: linear-gradient(to right, #f97316, #ea580c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.team-member-bio {
  display: none;
  align-self: stretch;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #737373;
  margin-top: 16px;
  max-width: 500px;
}

@media (min-width: 640px) {
  .team-member-bio {
    display: block;
  }
}

/* Team animations */

.team-content-animate {
  opacity: 0;
  animation: teamContentSlide 1.5s ease-out 0.2s forwards;
}

@keyframes teamContentSlide {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.team-card-animate {
  opacity: 0;
  animation: teamCardSlide 1.5s ease-out 0.4s forwards;
}

@keyframes teamCardSlide {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Header section */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  width: 100%;
  background: white;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  height: 80px;
  border-bottom: 1px solid #F3F4F6;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 16px;
  gap: 12px;
}

@media (min-width: 640px) {
  .header-container {
    padding: 0 48px;
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .header-container {
    padding-left: 235px;
    padding-right: 98px;
  }
}

/* Logo styling */

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s;
  border-radius: 4px;
}

.site-logo:focus-visible {
  outline: none;
  ring: 2px;
  ring-color: #FF6B35;
  ring-offset: 2px;
}

.site-logo img {
  height: 40px;
  width: auto;
  transition: all 0.3s ease;
}

@media (min-width: 640px) {
  .site-logo img {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .site-logo img {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .site-logo img {
    height: 80px;
  }
}

/* Desktop navigation */

.desktop-nav-wrapper {
  display: none;
}

@media (min-width: 640px) {
  .desktop-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .desktop-nav-wrapper {
    gap: 8px;
  }
}

@media (min-width: 1024px) {
  .desktop-nav-wrapper {
    gap: 20px;
    padding-left: 100px;
  }
}

@media (min-width: 1280px) {
  .desktop-nav-wrapper {
    gap: 24px;
    padding-left: 200px;
  }
}

@media (min-width: 1440px) {
  .desktop-nav-wrapper {
    padding-left: 350px;
  }
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .desktop-nav {
    gap: 8px;
  }
}

@media (min-width: 1024px) {
  .desktop-nav {
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .desktop-nav {
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .desktop-nav {
    gap: 24px;
  }
}

/* Navigation links - consistent styling for all nav items */

.nav-link {
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s;
  border-radius: 6px;
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration: none;
  white-space: nowrap !important;
  flex-shrink: 0;
  padding: 6px 1px;
  margin: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 12px;
    padding: 6px 2px;
  }
}

@media (min-width: 1024px) {
  .nav-link {
    font-size: 14px;
    padding: 7px 3px;
  }
}

@media (min-width: 1280px) {
  .nav-link {
    font-size: 16px;
    padding: 8px 4px;
  }
}

.nav-link span {
  white-space: nowrap !important;
  display: inline-block;
  word-break: keep-all;
}

.nav-link:focus-visible {
  outline: none;
  ring: 2px;
  ring-color: #FF6B35;
  ring-offset: 2px;
}

.nav-link:hover {
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.05);
}

.nav-link.active {
  font-weight: 800;
}

/* Mobile menu button */

.mobile-menu-button {
  display: flex;
  position: relative;
  z-index: 60;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

@media (min-width: 640px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu-button:hover {
  background: #F5F5F5;
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.25s;
}

.menu-icon.menu {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.menu-icon.menu.open {
  opacity: 0;
  transform: rotate(45deg) scale(0.75);
}

.menu-icon.close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.75);
}

.menu-icon.close.open {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* Mobile menu overlay */

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
  display: none;
}

.mobile-menu-overlay.open {
  display: block;
}

@media (min-width: 640px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}

/* Mobile menu panel */

.mobile-menu-panel {
  position: fixed;
  top: 80px;
  right: 16px;
  width: 320px;
  max-width: 92vw;
  max-height: 80vh;
  overflow: auto;
  background: white;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  z-index: 110;
  display: none;
}

.mobile-menu-panel.open {
  display: block;
}

@media (min-width: 640px) {
  .mobile-menu-panel {
    display: none !important;
  }
}

/* Mobile menu header */

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #E5E5E5;
  background: white;
  border-radius: 12px 12px 0 0;
}

.mobile-menu-close {
  width: 72px;
  height: 48px;
  margin-left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mobile-menu-close:hover {
  background: #F5F5F5;
}

.mobile-menu-title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #171717;
  flex: 1;
  text-align: center;
  margin-left: -24px;
}

/* Mobile menu navigation */

.mobile-menu-nav {
  padding: 12px 0;
  background: white;
  flex: 1;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px 16px;
}

.mobile-nav-link {
  width: 100%;
  justify-content: flex-start;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 6px;
  transition: all 0.2s;
  text-decoration: none;
  color: #171717;
  background: linear-gradient(135deg, #F25227 0%, #E8AA29 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.mobile-nav-link:hover {
  background-color: #FAFAFA;
  transform: translateX(4px);
}

/* Login button in mobile menu */

.mobile-login-section {
  padding-top: 16px;
  border-top: 1px solid #F3F4F6;
}

.mobile-login-button {
  display: block;
  width: 100%;
  background: #FF6B35;
  color: white;
  text-align: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.mobile-login-button:hover {
  background: rgba(255, 107, 53, 0.9);
}

/* Body scroll lock */

.body-scroll-lock {
  overflow: hidden;
}

/* SVG gradient definition */

.nav-gradient-svg {
  position: absolute;
  width: 0;
  height: 0;
}

/* Enhanced animation variants matching React components */

/* Fade in up animation (matching fadeInUp variant) */

.fade-in-up {
  opacity: 0;
  animation: fadeInUpVariant 0.8s ease-out forwards;
}

@keyframes fadeInUpVariant {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide in left animation (matching slideInLeft variant) */

@keyframes slideInLeftVariant {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Slide in right animation (matching slideInRight variant) */

@keyframes slideInRightVariant {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Stagger container animations */

.stagger-container {
  opacity: 0;
  animation: staggerContainerReveal 0.6s ease-out forwards;
}

@keyframes staggerContainerReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Stagger item animations */

.stagger-item {
  opacity: 0;
  animation: staggerItemReveal 0.5s ease-out forwards;
}

@keyframes staggerItemReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apple-style hover effects */

/* Scale on hover (matching scaleOnHover variant) */

/* Floating animation (matching floating variant) */

@keyframes floatingVariant {
  0%, 100% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }
}

/* Page transition animation */

.page-transition {
  opacity: 0;
  animation: pageTransitionVariant 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes pageTransitionVariant {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Enhanced button animations */

.btn-enhanced {
  transition: all 0.2s ease-out;
  transform-origin: center;
}

.btn-enhanced:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.25);
}

.btn-enhanced:active {
  transform: scale(0.98);
}

.btn-enhanced:focus-visible {
  outline: none;
  ring: 2px;
  ring-color: #FF6B35;
  ring-offset: 2px;
}

/* Intersection Observer enhanced classes */

.observe-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.observe-fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.observe-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.observe-slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.observe-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.observe-slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Ripple effect animation */

@keyframes rippleAnimation {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Login page specific animations */

.slide-in-up {
  opacity: 0;
  animation: slideInUpLogin 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInUpLogin {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Login form container */

/* Enhanced form styling */

/* Input field enhancements */

/* Button loading animation */

/* Error message animation */

.error-message {
  animation: errorSlideIn 0.3s ease-out;
}

@keyframes errorSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Password visibility toggle */

/* Demo credentials styling */

/* Back to home button */

/* Stagger animation for login elements */

/* Loading spinner for login button */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Text reveal animation */

.text-reveal {
  overflow: hidden;
}

@keyframes textReveal {
  to {
    transform: translateY(0);
  }
}

/* Improved mobile responsiveness */

@media (max-width: 768px) {
  .animate-slide-in-left,
    .animate-slide-in-right {
    animation: fadeInUp 1.2s ease-out;
  }
}

/* Reduced motion accessibility */

@media (prefers-reduced-motion: reduce) {
  *,
    *::before,
    *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Base styles */

/* Custom base styles */

/* Custom component styles */

/* Custom utility styles */

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-orange-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 53 / var(--tw-border-opacity, 1));
}

.hover\:bg-orange-button\/90:hover {
  background-color: rgb(255 107 53 / 0.9);
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-button\/80:hover {
  color: rgb(255 107 53 / 0.8);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 107 53 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:h-\[500px\] {
    height: 500px;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

  .sm\:max-w-\[700px\] {
    max-width: 700px;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\: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));
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:flex-\[2\] {
    flex: 2;
  }

  .lg\:flex-\[3\] {
    flex: 3;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
