@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&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 */
}

/*
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;
}

.btn-primary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / 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: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
  box-shadow: var(--shadow-cta);
}

.btn-primary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / 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: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
}

.btn-accent {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / 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: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
}

.card-testimonial {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(30 8 42 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}

.input-field {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
}

.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  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(219 234 254 / var(--tw-ring-opacity, 1));
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-40 {
  bottom: -10rem;
}

.-left-40 {
  left: -10rem;
}

.-right-40 {
  right: -10rem;
}

.-top-4 {
  top: -1rem;
}

.-top-40 {
  top: -10rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.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;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-md {
  max-width: 28rem;
}

.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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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.5s ease-in-out;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 0.5s ease-out;
}

.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-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-6> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * 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-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));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 0.1 px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / 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-background {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / 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-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-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-text-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.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-primary {
  --tw-gradient-from: #1E40AF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 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);
}

.via-primary-700 {
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1D4ED8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent-50 {
  --tw-gradient-to: #FFFBEB var(--tw-gradient-to-position);
}

.to-secondary {
  --tw-gradient-to: #3B82F6 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-6 {
  padding: 1.5rem;
}

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;

}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-body {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.text-body-lg {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}

.text-body-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.text-cta {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.text-heading-lg {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.text-heading-md {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
}

.text-heading-sm {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
}

.text-heading-xl {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 800;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-gold {
  color: #3291B6;
}

.text-orange {

  color: #BB8ED0;
}

.text-cream {
  color: #FCF6D9;
}

.feature-content {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

.feature-content.active {
  opacity: 1;
  transform: translateY(0);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-text-muted {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-card {
  --tw-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.font-inter {
  font-family: 'Inter', sans-serif;
}

.font-poppins {
  font-family: 'Poppins', sans-serif;
}

.text-heading-xl {
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(95 91 150 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .text-heading-xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .text-heading-xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.text-heading-lg {
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  /* color: rgb(31 41 55 / var(--tw-text-opacity, 1)); */
  font-family: 'Inter', sans-serif;
  color: var(--color-success-50);
}

.text-lg i.ph {
  display: flex !important;
  font-size: 24px !important;
  margin: 4px !important;
}

@media (min-width: 768px) {
  .text-heading-lg {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.text-heading-md {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(246 242 255 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .text-heading-md {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text-heading-sm {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: whitesmoke;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .text-heading-sm {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-body-lg {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  /* color: #eebbeb; */

  color: rgb(107 150 128 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

.text-body {
  color: rgb(179, 197, 179);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  /* color: rgb(31 41 55 / var(--tw-text-opacity, 1)); */
  font-family: 'Inter', sans-serif;
}

.text-body-sm {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

.text-cta {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.text-testimonial {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 246 250 / var(--tw-text-opacity, 1));
  /* #FFF6FA */
  font-family: 'Poppins', sans-serif;
}

.text-dusty-rose {
  color: #E0A8A8;
}

.text-light-rose {
  color: #F1E2E2;
}

.transition-smooth {
  transition: all 250ms ease-in-out;
}

.hover-lift:hover {
  transform: translateY(-2px);
}

/* ========================================
   LANDING PAGE SPECIFIC CLASSES
   ======================================== */

.landing-heading-xl {
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(95 91 150 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .landing-heading-xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .landing-heading-xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.landing-heading-lg {
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  /* color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  color: var(--color-success-50); */
  font-family: 'Inter', sans-serif;
  color: #93C5FD;
}

@media (min-width: 768px) {
  .landing-heading-lg {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.landing-heading-md {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(246 242 255 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .landing-heading-md {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.landing-heading-sm {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  /* color: rgb(301 41 55 / var(--tw-text-opacity, 1)); */
  font-family: 'Inter', sans-serif;
  color: rgb(109, 234, 251);
}

@media (min-width: 768px) {
  .landing-heading-sm {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.landing-body-lg {
  font-family: Inter, sans-serif;
  /* font-size: 1.125rem; */
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  /* color: rgb(127 107 128 / var(--tw-text-opacity, 1)); */
  color: #84b8f7;
  font-family: 'Inter', sans-serif;
}

.landing-body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  font-family: 'Inter', sans-serif;
}

/* ========================================
   PRIVACY POLICY PAGE SPECIFIC CLASSES
   ======================================== */

.privacy-heading-xl {
  margin-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .privacy-heading-xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .privacy-heading-xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.privacy-heading-lg {
  font-family: Inter, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .privacy-heading-lg {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.privacy-heading-md {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .privacy-heading-md {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.privacy-heading-sm {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 768px) {
  .privacy-heading-sm {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.privacy-body-lg {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.privacy-body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.privacy-text-secondary {
  color: #FFFFFF;
}



:root {
  /* Primary Colors */
  --color-primary: #1E40AF;
  /* blue-800 */
  --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: #3B82F6;
  /* blue-500 */
  --color-secondary-50: #EFF6FF;
  /* blue-50 */
  --color-secondary-100: #DBEAFE;
  /* blue-100 */
  --color-secondary-200: #BFDBFE;
  /* blue-200 */
  --color-secondary-300: #93C5FD;
  /* blue-300 */
  --color-secondary-400: #60A5FA;
  /* blue-400 */
  --color-secondary-500: #3B82F6;
  /* blue-500 */
  --color-secondary-600: #2563EB;
  /* blue-600 */
  /* 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 */
  /* Background Colors */
  --color-background: #FFFFFF;
  /* white */
  --color-surface: #F8FAFC;
  /* slate-50 */
  --color-surface-100: #F1F5F9;
  /* slate-100 */
  --color-surface-200: #E2E8F0;
  /* slate-200 */
  /* Text Colors */
  --color-text-primary: #1F2937;
  /* gray-800 */
  --color-text-secondary: #6B7280;
  /* gray-500 */
  --color-text-muted: #9CA3AF;
  /* gray-400 */
  /* 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-error: #EF4444;
  /* red-500 */
  --color-error-50: #FEF2F2;
  /* red-50 */
  --color-error-100: #FEE2E2;
  /* red-100 */
  --color-error-500: #EF4444;
  /* red-500 */
  /* Border Colors */
  --color-border: #E5E7EB;
  /* gray-200 */
  --color-border-light: #F3F4F6;
  /* gray-100 */
  /* Shadow Variables */
  --shadow-cta: 0 4px 14px 0 rgba(30, 64, 175, 0.15);
  --shadow-card: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  --shadow-subtle: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Custom Component Classes */

/* Typography Classes */

/* Animation Classes */

/* Parallax Effect */
.parallax-container {
  overflow: hidden;
  position: relative;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  will-change: transform;
}

.parallax-speed-fast {
  transform: translateY(var(--parallax-offset-fast, 0));
}

.parallax-speed-medium {
  transform: translateY(var(--parallax-offset-medium, 0));
}

.parallax-speed-slow {
  transform: translateY(var(--parallax-offset-slow, 0));
}

/* Wandering Floating Elements */
.wandering-element {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(30, 64, 175, 0.05) 100%);
  border-radius: 50%;
  animation: wander 20s ease-in-out infinite;
}

.wandering-element:nth-child(1) {
  width: 50px;
  height: 50px;
  top: 10%;
  left: 20%;
  animation-delay: 0s;
  animation-duration: 25s;
}

.wandering-element:nth-child(2) {
  width: 30px;
  height: 30px;
  top: 60%;
  right: 15%;
  animation-delay: -5s;
  animation-duration: 18s;
}

.wandering-element:nth-child(3) {
  width: 25px;
  height: 25px;
  top: 30%;
  left: 70%;
  animation-delay: -10s;
  animation-duration: 22s;
}

.wandering-element:nth-child(4) {
  width: 40px;
  height: 40px;
  bottom: 15%;
  left: 45%;
  animation-delay: -7s;
  animation-duration: 30s;
}

.wandering-element:nth-child(5) {
  width: 20px;
  height: 20px;
  top: 70%;
  right: 35%;
  animation-delay: -12s;
  animation-duration: 16s;
}

@keyframes wander {

  0%,
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
    opacity: 0.3;
  }

  25% {
    transform: translate(30px, -25px) rotate(90deg) scale(1.1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-20px, 40px) rotate(180deg) scale(0.9);
    opacity: 0.4;
  }

  75% {
    transform: translate(25px, 15px) rotate(270deg) scale(1.05);
    opacity: 0.7;
  }
}

/* Enhanced Scroll Animations */
.scroll-fade-in {
  opacity: 0;
  /* Start hidden */
  transform: translateY(50px);
  /* Start below */
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

/* Sliding Animations for Screenshots */
.screenshot-img {
  opacity: 0;
}

.screenshot-img[data-direction="left"] {
  transform: translateX(-100px);
}

.screenshot-img[data-direction="top"] {
  transform: translateY(-100px);
}

.screenshot-img[data-direction="right"] {
  transform: translateX(100px);
}

.animate-from-left {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-from-top {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-from-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation-complete.animate-from-left:hover {
  transform: translateX(0) scale(1.05);
  transition: transform 0.3s;
}

.animation-complete.animate-from-top:hover {
  transform: translateY(0) scale(1.05);
  transition: transform 0.3s;
}

.animation-complete.animate-from-right:hover {
  transform: translateX(0) scale(1.05);
  transition: transform 0.3s;
}

/* For re-triggering animation on scroll, add this class dynamically */
.scroll-fade-in.hidden {
  opacity: 0;
  transform: translateY(50px);
}

.scroll-fade-in.delay-100 {
  transition-delay: 0.1s;
}

.scroll-fade-in.delay-200 {
  transition-delay: 0.2s;
}

.scroll-fade-in.delay-300 {
  transition-delay: 0.3s;
}

.scroll-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-left.active {
  opacity: 1;
  transform: translateX(0);
}

.scroll-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

.scroll-scale-in {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-scale-in.active {
  opacity: 1;
  transform: scale(1);
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Clean Transitions */
* {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

/* Hover Effects for Better UX */
.card-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.trust-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px 0 rgba(30, 64, 175, 0.15);
}

/* Responsive Animation Adjustments */
@media (max-width: 768px) {
  .wandering-element {
    display: none;
    /* Hide wandering elements on mobile for performance */
  }

  .scroll-fade-in,
  .scroll-slide-left,
  .scroll-slide-right,
  .scroll-scale-in {
    transition-duration: 0.6s;
  }
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .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;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}

/* Trust Card Component */
.trust-card {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.25, 0, 0.45, 0.94);
  transition-duration: 700ms;
  cursor: pointer;
}

.trust-card:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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);
  transform: translate(0px, -0.5rem) scale(1.05);
  background-color: rgb(255 255 255 / 0.2);
}

.trust-card.trust-card-primary:hover {
  --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-ring-color: rgb(30 64 175 / 0.5);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-radius: 0.75rem;
}

.trust-card.trust-card-accent:hover {
  --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-ring-color: rgb(245 158 11 / 0.5);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-radius: 0.75rem;
}

.trust-card.trust-card-success:hover {
  --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-ring-color: rgb(16 185 129 / 0.5);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-radius: 0.75rem;
}

/* Logo Hover Effects */
.logo-hover {
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.logo-hover:hover .logo-image {
  transform: scale(1.2) rotate(-2deg);
  filter: brightness(1.1) drop-shadow(0 0 8px rgba(30, 64, 175, 0.3));
}

.logo-hover:hover .logo-text {
  transform: scale(1.2) translateX(2px);
}

/* Enhanced Trust Card Animations */
.trust-card-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.trust-card {
  border-radius: 0.75rem;
  background-color: rgba(221, 187, 187, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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);
  transition: all 0.6s cubic-bezier(0.25, 0, 0.45, 0.94);
  cursor: pointer;
  transform: translateY(30px) scale(0.95);
  opacity: 0;
  animation: trustCardEnter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.trust-card:nth-child(1) {
  animation-delay: 0.1s;
}

.trust-card:nth-child(2) {
  animation-delay: 0.3s;
}

.trust-card:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes trustCardEnter {
  0% {
    transform: translateY(50px) scale(0.9);
    opacity: 0;
  }

  60% {
    transform: translateY(-5px) scale(1.02);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

.trust-card:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color), 0 20px 25px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-8px) scale(1.15);
  background-color: rgb(255 255 255 / 0.25);
  backdrop-filter: blur(8px) brightness(1.1);
}

.trust-card:hover .trust-card-number {
  animation: numberPulse 0.6s ease-in-out;
}



@keyframes numberPulse {

  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.1);
    filter: brightness(1.2);
  }
}

.trust-card-primary:hover {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: rgb(30 64 175 / 0.6);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000), 0 25px 50px -12px rgba(30, 64, 175, 0.15);
}

.trust-card-primary:hover .trust-card-label {
  color: rgb(30 64 175 / 1);
}

.trust-card-accent:hover {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: rgb(245 158 11 / 0.6);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000), 0 25px 50px -12px rgba(245, 158, 11, 0.15);
}

.trust-card-accent:hover .trust-card-label {
  color: rgb(245 158 11 / 1);
}

.trust-card-success:hover {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: rgb(16 185 129 / 0.6);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000), 0 25px 50px -12px rgba(16, 185, 129, 0.15);
}

.trust-card-success:hover .trust-card-label {
  color: rgb(16 185 129 / 1);
}

.trust-card-number {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: inline-block;
}

.trust-card-label {
  transition: all 0.4s ease;
  opacity: 0.8;
}

.trust-card.idle:hover {
  animation: trustCardHover 2s ease-in-out infinite;
}

@keyframes trustCardHover {

  0%,
  100% {
    transform: translateY(-8px) scale(1.08);
  }

  50% {
    transform: translateY(-12px) scale(1.1);
  }
}

/* Floating particles effect for trust cards section */
.trust-card-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(30, 64, 175, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: trustParticleFloat 6s ease-in-out infinite;
  pointer-events: none;
}

.trust-card-section::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: trustParticleFloat 8s ease-in-out infinite reverse;
  animation-delay: 2s;
  pointer-events: none;
}

@keyframes trustParticleFloat {

  0%,
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.3;
  }

  25% {
    transform: translate(20px, -15px) rotate(90deg);
    opacity: 0.6;
  }

  50% {
    transform: translate(-10px, 20px) rotate(180deg);
    opacity: 0.4;
  }

  75% {
    transform: translate(15px, 10px) rotate(270deg);
    opacity: 0.7;
  }
}

/* Elegant Problem Section Background */
.problem-section-bg {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #020617 0%, #0f0728 25%, #1e1a4a 50%, #2e1065 75%, #4c1d95 100%);
}

/* Carousel Pagination Dots */
.dot-indicator {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  border-radius: 50% !important;
  cursor: -webkit-grab !important;
  transition: all 0.3s ease !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 8px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.dot-indicator.bg-white,
.dot-indicator.shadow-glow {
  background-color: #a32af9 !important;
  box-shadow: 0 0 10px rgba(85, 8, 46, 0.5) !important;
}

.dot-indicator:hover {
  transform: scale(1.3) !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.dot-indicator:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5) !important;
  outline-offset: 2px !important;
}

/* Content Container - Above Background Theme */
.problem-section-bg .max-w-7xl.mx-auto {
  position: relative;
  z-index: 10 !important;
}

/* Comparison Cards Hover Effect */
.rounded-2xl.bg-gradient-to-b {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.rounded-2xl.bg-gradient-to-b:hover {
  transform: translateY(-8px);
  border-color: rgba(168, 85, 247, 0.4) !important;
  box-shadow: 0 20px 40px rgba(168, 85, 247, 0.2),
    0 0 20px rgba(236, 72, 153, 0.15) !important;
}

.rounded-2xl.bg-gradient-to-b:hover::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.05), rgba(236, 72, 153, 0.05));
  pointer-events: none;
  z-index: -1;
}

.problem-section-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(2, 6, 23, 0.5) 0%,
      transparent 50%);
  z-index: -1;
}

/* Floating Decorative Orbs for Problem Section */
.problem-section-bg .floating-orb:nth-child(1) {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.15) 0%,
      rgba(168, 85, 247, 0.1) 100%);
  border-radius: 50%;
  filter: blur(8px);
  animation: gentle-float 8s ease-in-out infinite;
  z-index: -1;
}

.problem-section-bg .floating-orb:nth-child(2) {
  position: absolute;
  bottom: 20%;
  right: 16%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle,
      rgba(168, 85, 247, 0.12) 0%,
      rgba(236, 72, 153, 0.08) 100%);
  border-radius: 50%;
  filter: blur(12px);
  animation: gentle-float 12s ease-in-out infinite reverse;
  animation-delay: 3s;
  z-index: -1;
}

.problem-section-bg .floating-orb:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle,
      rgba(236, 72, 153, 0.1) 0%,
      rgba(168, 85, 247, 0.08) 100%);
  border-radius: 50%;
  filter: blur(6px);
  animation: gentle-float 10s ease-in-out infinite;
  animation-delay: 6s;
  z-index: -1;
}

@keyframes gentle-float {

  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.3;
  }

  33% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.5;
  }

  66% {
    transform: translateY(10px) scale(0.95);
    opacity: 0.2;
  }
}

/* Screenshot Gallery Animation Effects */
.screenshot-gallery {
  position: relative;
  overflow: hidden;
}

.screenshot-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(30, 64, 175, 0.03) 0%,
      rgba(245, 158, 11, 0.02) 25%,
      rgba(16, 185, 129, 0.03) 50%,
      rgba(139, 92, 246, 0.02) 75%,
      rgba(30, 64, 175, 0.03) 100%);
  animation: background-shift 8s ease-in-out infinite;
  z-index: -1;
}

@keyframes background-shift {

  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Image Entrance Animations - Initial positioning for animation queue */
.screenshot-img {
  position: relative;
  opacity: 1;
  transform: translateX(0) translateY(0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.screenshot-img[data-direction="left"] {
  transform: translateX(0) translateY(0);
}

.screenshot-img[data-direction="top"] {
  transform: translateX(0) translateY(0);
}

.screenshot-img[data-direction="right"] {
  transform: translateX(0) translateY(0);
}

/* Active state when animation triggers */
.screenshot-img.animate-from-left {
  animation: none;
}

.screenshot-img.animate-from-top {
  animation: none;
}

.screenshot-img.animate-from-right {
  animation: none;
}

@keyframes slideFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(30px) scale(0.9);
  }

  60% {
    opacity: 0.8;
    transform: translateX(-20px) translateY(10px) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
}

@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100px) translateX(0) scale(0.8);
  }

  60% {
    opacity: 0.8;
    transform: translateY(-20px) translateX(0) scale(1.1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    box-shadow: 0 20px 40px rgba(245, 158, 11, 0.1);
  }
}

@keyframes slideFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(30px) scale(0.9);
  }

  60% {
    opacity: 0.8;
    transform: translateX(20px) translateY(10px) scale(1.05);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.1);
  }
}

/* Animation completed state - ensure images stay visible and properly positioned */
.screenshot-img.animate-from-left,
.screenshot-img.animate-from-top,
.screenshot-img.animate-from-right {
  opacity: 1 !important;
}

/* Enhanced hover effects */
.screenshot-img:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.screenshot-img:nth-child(2):hover,
.screenshot-img:nth-child(5):hover,
.screenshot-img:nth-child(8):hover {
  box-shadow: 0 25px 50px rgba(245, 158, 11, 0.2);
}

.screenshot-img:nth-child(3):hover,
.screenshot-img:nth-child(6):hover,
.screenshot-img:nth-child(9):hover {
  box-shadow: 0 25px 50px rgba(16, 185, 129, 0.2);
}

/* Comprehensive Responsive Design */

/* Mobile First Approach - Small screens (320px and up) */
@media (max-width: 768px) {

  /* Hero Section */
  .hero-section {
    min-height: 90vh;
    padding: 2rem 1rem;
  }

  /* Text sizes on very small screens */
  .text-heading-xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .text-heading-lg {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .text-heading-md {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  /* Reduce padding on small screens */
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .py-16 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-20 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  /* Adjust grid layouts */
  .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Adjust spacing */
  .gap-8 {
    gap: 1.5rem !important;
  }

  .mb-12 {
    margin-bottom: 2rem !important;
  }

  .mb-16 {
    margin-bottom: 3rem !important;
  }
}

/* Tablet and larger mobile (768px and down) */
@media (max-width: 768px) {

  /* Show only the first image on mobile, hide all others */
  .w-screen.min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50 .grid img:not(:first-child) {
    display: none !important;
  }

  /* Make the single visible image responsive */
  .w-screen.min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50 .grid img:first-child {
    width: 90% !important;
    height: auto !important;
    max-width: 280px !important;
    margin: 0 auto !important;
    display: block !important;
    aspect-ratio: 1/2;
  }

  /* Center the container on mobile */
  .w-screen.min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50 .grid {
    gap: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* Disable heavy animations on mobile for performance */
  .screenshot-img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Hide floating elements on mobile for performance */
  .problem-section-bg .floating-orb {
    display: none !important;
  }

  .w-screen.min-h-screen.bg-gradient-to-br.from-blue-50.to-purple-50 .grid {
    padding: 2rem 0 !important;
  }

  /* Navigation improvements */
  .text-xl {
    font-size: 1.125rem !important;
  }

  /* Trust cards layout */
  .trust-card-container {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .trust-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Feature sections */
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:text-left {
    text-align: center !important;
  }

  /* Footer layout */
  .md\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /* Testimonial section */
  .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  /* Stack buttons vertically on mobile */
  .flex-row {
    flex-direction: column !important;
  }

  /* Hide elements that don't work well on mobile */
  .scroll-fade-in,
  .scroll-slide-left,
  .scroll-slide-right,
  .scroll-scale-in {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Adjust section padding */
  section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Reduce hero section height on tablets */
  .min-h-screen {
    min-height: 90vh !important;
  }
}



/* Desktop Large (1440px and up) */
@media (min-width: 1440px) {
  .max-w-7xl {
    max-width: 1400px !important;
  }

  .text-heading-xl {
    font-size: 4rem !important;
    line-height: 1 !important;
  }

  .text-heading-lg {
    font-size: 2.5rem !important;
    line-height: 2.75rem !important;
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1920px) {
  .max-w-7xl {
    max-width: 1600px !important;
  }

  .text-heading-xl {
    font-size: 5rem !important;
    line-height: 1 !important;
  }

  .text-heading-lg {
    font-size: 3rem !important;
    line-height: 3.25rem !important;
  }

  .py-20 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

/* Aspect Ratio Support */
@supports (aspect-ratio: 1/1) {
  .screenshot-img {
    aspect-ratio: var(--aspect-ratio, 1/2);
  }
}

/* CSS Custom Properties for Responsive Design */
:root {
  /* Base responsive units */
  --base-font-size: clamp(14px, 2.5vw, 18px);
  --heading-scale: clamp(1.5rem, 4vw, 3rem);
  --spacing-unit: clamp(0.5rem, 2vw, 2rem);

  /* Container max-widths */
  --container-xs: clamp(320px, 90vw, 480px);
  --container-sm: clamp(640px, 95vw, 720px);
  --container-md: clamp(768px, 95vw, 1024px);
  --container-lg: clamp(1024px, 95vw, 1280px);
  --container-xl: clamp(1280px, 95vw, 1440px);
  --container-2xl: clamp(1440px, 95vw, 1600px);

  /* Spacing scales */
  --space-xs: clamp(0.25rem, 1vw, 0.5rem);
  --space-sm: clamp(0.5rem, 2vw, 1rem);
  --space-md: clamp(1rem, 3vw, 1.5rem);
  --space-lg: clamp(1.5rem, 4vw, 2rem);
  --space-xl: clamp(2rem, 5vw, 3rem);
  --space-2xl: clamp(3rem, 6vw, 4rem);
}

/* Fluid Typography */
.text-heading-xl {
  font-size: clamp(2rem, 5vw + 0.5rem, 5rem);
  line-height: clamp(1, 2vw + 0.5, 1.2);
}

.text-heading-lg {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 3rem);
  line-height: clamp(1.1, 1.5vw + 0.5, 1.3);
}

.text-heading-md {
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
  line-height: clamp(1.2, 1.2vw + 0.5, 1.25);
}

.text-heading-sm {
  font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem);
  line-height: clamp(1.3, 1vw + 0.5, 1.3);
}

/* Fluid Spacing */
.py-fluid-xl {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.py-fluid-lg {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.py-fluid-md {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.py-fluid-sm {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.px-fluid {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}

/* Responsive Container Utilities */
.container-fluid {
  width: 100%;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .container-fluid {
    max-width: var(--container-sm);
  }
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: var(--container-md);
    padding-left: var(--space-lg);
    padding-right: var(--space-lg);
  }
}

@media (min-width: 1024px) {
  .container-fluid {
    max-width: var(--container-lg);
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    max-width: var(--container-xl);
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    max-width: var(--container-2xl);
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

/* Orientation Support */
@media (orientation: portrait) {
  .min-h-screen {
    min-height: 100vh;
  }

  .hero-section {
    min-height: 90vh;
  }
}

@media (orientation: landscape) and (max-height: 500px) {

  /* Adjust for short devices in landscape mode */
  .min-h-screen {
    min-height: 80vh;
  }

  .hero-section {
    padding: 4rem 0;
  }

  .text-heading-xl {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }

  .text-heading-lg {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

/* Touch Devices Support */
@media (pointer: coarse) {

  /* Increase touch targets */
  button,
  .btn-primary,
  .btn-secondary,
  .feature-tab {
    min-height: 44px;
    min-width: 44px;
  }

  /* Adjust hover effects for touch devices */
  .hover-lift:hover {
    transform: none;
    scale: none;
  }

  /* Improve spacing for touch */
  .space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {

  /* Improve contrast for better readability */
  .text-heading-xl {
    color: #000000 !important;
  }

  .text-heading-lg {
    color: #000000 !important;
  }

  .text-heading-md {
    color: #000000 !important;
  }

  .text-heading-sm {
    color: #000000 !important;
  }

  .text-body {
    color: #1f2937 !important;
  }

  .text-body-lg {
    color: #1f2937 !important;
  }
}

/* Content Linear Gradient Background */
.content-linear-gradient {
  background: linear-gradient(135deg,
      #f3e8ff 0%,
      #e9d5ff 25%,
      #d8b4fe 50%,
      #c084fc 75%,
      #a855f7 100%);
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
  padding: 2rem;
  margin: 0 auto;
}




.problem-section-bg::before {
  opacity: 0.8;
  /* Reduce gradient intensity on mobile */
}

/* 3D Hero Image Styles */
.hero-image-3d-container {
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-3d {
  width: 100%;
  max-width: 36rem;
  height: auto;
  border-radius: 0.75rem;
  /* animation: rotate360 12s linear infinite; */
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(30, 64, 175, 0.3),
    inset 0 0 0 5px rgba(255, 255, 255, 0.2);
  /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3),
    inset 0 0 0 5px rgba(255, 255, 255, 0.1); */
  transition: all 0.3s ease;
}

.hero-image-3d:hover {
  /* animation: rotate360 20s linear infinite; */
  /* transform: rotateX(5deg) rotateY(5deg) scale(1.08); */
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(255, 213, 3, 0.3),
    inset 0 0 0 5px rgba(255, 255, 255, 0.2);
}

@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

/* Responsive adjustments for 3D image */
@media (max-width: 1024px) {
  .hero-image-3d-container {
    perspective: 800px;
  }

  .hero-image-3d {
    max-width: 36rem;
    animation: rotate360 15s linear infinite;
  }
}

@media (max-width: 768px) {
  .hero-image-3d-container {
    perspective: 600px;
  }

  .hero-image-3d {
    max-width: 40rem;
    animation: none;
    /* Disable rotation on mobile for better performance */
  }


  /* Enhanced Screenshot Gallery Background */
  .screenshot-gallery-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
        #eff6ff 0%,
        #faf5ff 25%,
        #f0f9ff 50%,
        #fdf4ff 75%,
        #f0f9ff 100%);
    background-size: 300% 300%;
    animation: gradientShift 15s ease-in-out infinite;
  }

  .screenshot-gallery-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%,
        rgba(59, 130, 246, 0.08) 0%,
        transparent 50%);
    animation: pulse-overlay 8s ease-in-out infinite;
  }

  .screenshot-gallery-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 80%,
        rgba(147, 51, 234, 0.06) 0%,
        transparent 50%);
    animation: pulse-overlay 12s ease-in-out infinite reverse;
  }

  @keyframes gradientShift {

    0%,
    100% {
      background-position: 0% 50%;
    }

    25% {
      background-position: 100% 50%;
    }

    50% {
      background-position: 100% 0%;
    }

    75% {
      background-position: 0% 100%;
    }
  }

  @keyframes pulse-overlay {

    0%,
    100% {
      opacity: 0.4;
      transform: scale(1);
    }

    50% {
      opacity: 0.8;
      transform: scale(1.1);
    }
  }

  /* Floating Geometric Shapes */
  .screenshot-gallery-bg .floating-shape {
    position: absolute;
    background: linear-gradient(45deg,
        rgba(255, 255, 255, 0.05),
        rgba(59, 130, 246, 0.03));
    border-radius: 50%;
    animation: float-geometric 15s ease-in-out infinite;
    backdrop-filter: blur(1px);
  }

  .screenshot-gallery-bg .floating-shape:nth-child(1) {
    top: 15%;
    left: 15%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
  }

  .screenshot-gallery-bg .floating-shape:nth-child(2) {
    top: 60%;
    right: 20%;
    width: 80px;
    height: 80px;
    animation-delay: -5s;
    border-radius: 20px;
  }

  .screenshot-gallery-bg .floating-shape:nth-child(3) {
    bottom: 20%;
    left: 25%;
    width: 100px;
    height: 100px;
    animation-delay: -10s;
    border-radius: 10px 40px;
  }

  .screenshot-gallery-bg .floating-shape:nth-child(4) {
    top: 30%;
    right: 10%;
    width: 60px;
    height: 60px;
    animation-delay: -7s;
    border-radius: 30px 10px 30px 10px;
  }

  @keyframes float-geometric {

    0%,
    100% {
      transform: translateY(0px) rotate(0deg) scale(1);
      opacity: 0.3;
    }

    25% {
      transform: translateY(-20px) rotate(90deg) scale(1.1);
      opacity: 0.8;
    }

    50% {
      transform: translateY(15px) rotate(180deg) scale(0.9);
      opacity: 0.5;
    }

    75% {
      transform: translateY(-10px) rotate(270deg) scale(1.05);
      opacity: 0.7;
    }
  }

  /* Tech Grid Overlay */
  .screenshot-gallery-bg .tech-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: grid-pan 30s linear infinite;
    opacity: 0.2;
  }

  @keyframes grid-pan {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 50px 50px;
    }
  }

  /* Particle Effects */
  .screenshot-gallery-bg .particle {
    position: absolute;
    background: radial-gradient(circle,
        rgba(59, 130, 246, 0.6) 0%,
        rgba(147, 51, 234, 0.4) 50%,
        transparent 100%);
    border-radius: 50%;
    animation: particle-float 10s ease-in-out infinite;
  }

  .screenshot-gallery-bg .particle:nth-child(5) {
    top: 20%;
    left: 30%;
    width: 6px;
    height: 6px;
    animation-delay: 0s;
  }

  .screenshot-gallery-bg .particle:nth-child(6) {
    top: 70%;
    right: 25%;
    width: 4px;
    height: 4px;
    animation-delay: -3s;
  }

  .screenshot-gallery-bg .particle:nth-child(7) {
    bottom: 30%;
    left: 70%;
    width: 5px;
    height: 5px;
    animation-delay: -6s;
  }

  .screenshot-gallery-bg .particle:nth-child(8) {
    top: 50%;
    right: 40%;
    width: 3px;
    height: 3px;
    animation-delay: -9s;
  }

  @keyframes particle-float {

    0%,
    100% {
      opacity: 0.3;
      transform: translateY(0px) translateX(0px);
    }

    25% {
      opacity: 0.8;
      transform: translateY(-10px) translateX(5px);
    }

    50% {
      opacity: 0.6;
      transform: translateY(5px) translateX(-5px);
    }

    75% {
      opacity: 0.9;
      transform: translateY(-5px) translateX(3px);
    }
  }


}

/* Dark Theme Overrides */
:root {
  --color-background: #030014;
  --color-surface: #0F0728;
  --color-primary: #8B5CF6;
  --color-text-primary: #F8FAFC;
  --color-text-secondary: #94A3B8;
  --shadow-glow: 0 0 15px rgba(124, 58, 237, 0.3), 0 0 30px rgba(124, 58, 237, 0.1);
}

body {
  background-color: var(--color-background);
  color: var(--color-text-primary);
}

.bg-background {
  background-color: var(--color-background);
}

.text-text-primary {
  /* color: rgb(31 41 55 / var(--tw-text-opacity, 1)); */
  color: #ceebf6;
}

/* Glass Components */
.glass-panel {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.glass-card {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.glass-card:hover {
  box-shadow: var(--shadow-glow);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #A78BFA, #EC4899);
}

/* Animation overrides */
.animate-float {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.text-gold {
  color: #DDBA7D;
}

.text-orange {
  color: #F97316;
}

.problem-section-bg {
  background-color: transparent;
}

/* Manual Overrides for Dark Theme Utilities */

.glass-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

.bg-surface {
  background-color: #0F0728;
  color: #F8FAFC;
}

.logo-text {
  color: #F8FAFC !important;
}

.bg-black {
  background-color: #000000;
}

/* Accessibility - Skip to Main Content Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #a855f7;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  z-index: 100;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
  outline: 3px solid #ec4899;
  outline-offset: 2px;
}

/* Matrix Animation for Heading */
.matrix-animated-heading {
  color: transparent;
  background-image: linear-gradient(90deg, #A78BFA 0%, #EC4899 25%, #8B5CF6 50%, #A78BFA 75%, #EC4899 100%);
  background-size: 200%;
  background-position: 0 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: matrix-background-animate 8s infinite linear;
}

@keyframes matrix-background-animate {
  0% {
    background-position: 0 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

/* Comparison Card Hover Effects */
.comparison-card {
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.25s, border-color 0.25s;
  overflow: hidden;
}

.comparison-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04),
    0px 15px 25px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Shine Effect */
.card-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.card-shine::before {
  content: '';
  width: 150%;
  padding-bottom: 150%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: 0.15;
  transform: translateX(-50%);
  background-image: conic-gradient(from 205deg at 50% 50%,
      rgba(168, 85, 247, 0) 0deg,
      #A855F7 25deg,
      rgba(236, 72, 153, 0.18) 295deg,
      rgba(168, 85, 247, 0) 360deg);
}

.comparison-card:hover .card-shine {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

/* Background Container */
.card-background {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
  mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
  pointer-events: none;
}

/* Tiles */
.card-tiles {
  opacity: 0;
  transition: opacity 0.25s;
}

.comparison-card:hover .card-tiles {
  opacity: 1;
  transition-delay: 0.25s;
}

.card-tile {
  position: absolute;
  background-color: rgba(168, 85, 247, 0.08);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  opacity: 0;
}

.comparison-card:hover .card-tile {
  animation-name: card-tile-animate;
}

/* Tile Delays */
.card-tile-4,
.card-tile-6,
.card-tile-10 {
  animation-delay: -2s;
}

.card-tile-3,
.card-tile-5,
.card-tile-8 {
  animation-delay: -4s;
}

.card-tile-2,
.card-tile-9 {
  animation-delay: -6s;
}

/* Tile Positions */
.card-tile-1 {
  top: 0;
  left: 0;
  height: 10%;
  width: 22.5%;
}

.card-tile-2 {
  top: 0;
  left: 22.5%;
  height: 10%;
  width: 27.5%;
}

.card-tile-3 {
  top: 0;
  left: 50%;
  height: 10%;
  width: 27.5%;
}

.card-tile-4 {
  top: 0;
  left: 77.5%;
  height: 10%;
  width: 22.5%;
}

.card-tile-5 {
  top: 10%;
  left: 0;
  height: 22.5%;
  width: 22.5%;
}

.card-tile-6 {
  top: 10%;
  left: 22.5%;
  height: 22.5%;
  width: 27.5%;
}

.card-tile-7 {
  top: 10%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}

.card-tile-8 {
  top: 10%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}

.card-tile-9 {
  top: 32.5%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}

.card-tile-10 {
  top: 32.5%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}

@keyframes card-tile-animate {

  0%,
  12.5%,
  100% {
    opacity: 1;
  }

  25%,
  82.5% {
    opacity: 0;
  }
}

/* Lines */
.card-line {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}

.comparison-card:hover .card-line {
  opacity: 1;
  transition-duration: 0.15s;
}

.card-line::before,
.card-line::after {
  content: '';
  position: absolute;
  background-color: rgba(168, 85, 247, 0.3);
  transition: transform 0.35s;
}

.card-line::before {
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
}

.card-line::after {
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
}

.comparison-card:hover .card-line::before {
  transform: scaleX(1);
}

.comparison-card:hover .card-line::after {
  transform: scaleY(1);
}

/* Line 1 */
.card-line-1::before {
  top: 10%;
}

.card-line-1::after {
  left: 22.5%;
}

.card-line-1::before,
.card-line-1::after {
  transition-delay: 0.3s;
}

.comparison-card:hover .card-line-1::before,
.comparison-card:hover .card-line-1::after {
  transition-delay: 0s;
}

/* Line 2 */
.card-line-2::before {
  top: 32.5%;
}

.card-line-2::after {
  left: 50%;
}

.card-line-2::before,
.card-line-2::after {
  transition-delay: 0.15s;
}

.comparison-card:hover .card-line-2::before,
.comparison-card:hover .card-line-2::after {
  transition-delay: 0.15s;
}

/* Line 3 */
.card-line-3::before {
  top: 55%;
}

.card-line-3::after {
  right: 22.5%;
}

.comparison-card:hover .card-line-3::before,
.comparison-card:hover .card-line-3::after {
  transition-delay: 0.3s;
}