*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, 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.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 95 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover {
  opacity: 0.9;
}

.section-title {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-24 {
  top: 6rem;
}

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

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

.h-screen {
  height: 100vh;
}

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

.max-h-full {
  max-height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

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

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

.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-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-cyan-500\/60 {
  border-color: rgb(6 182 212 / 0.6);
}

.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-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

.p-4 {
  padding: 1rem;
}

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

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

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

.pt-40 {
  padding-top: 10rem;
}

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

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

.font-display {
  font-family: Bebas Neue, Impact, sans-serif;
}

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

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

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

.text-\[11px\] {
  font-size: 11px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[42px\] {
  font-size: 42px;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.95\] {
  line-height: 0.95;
}

.leading-none {
  line-height: 1;
}

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

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

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

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

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

.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-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-primary {
  --tw-text-opacity: 1;
  color: rgb(11 95 255 / var(--tw-text-opacity, 1));
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hero-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 110%;
  height: 700px;
  background: #f0f9ff;
  border-radius: 0 0 50% 50%;
  z-index: 9;
  pointer-events: none;
}

/* Dots image — design position (behind headline, above photos) */

.hero-dots {
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
  width: min(1100px, 92vw);
  height: auto;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  z-index: 10;
  pointer-events: none;
  opacity: 0.85;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hero-photo-grid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 34%;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.85fr 1.05fr 1.15fr 0.95fr;
  grid-template-rows: 1.15fr 0.7fr 0.7fr;
  gap: 0;
  pointer-events: none;
  border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.hero-photo-grid .cell {
  position: relative;
  overflow: hidden;
  background: #c5d5e6;
  pointer-events: auto;
  border-right: 1px solid rgba(148, 163, 184, 0.4);
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.hero-photo-grid .cell .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  transition: opacity 0.45s ease;
}

.hero-photo-grid .cell:hover .img {
  opacity: 1;
}

.hero-photo-grid .c1 {
  grid-column: 1;
  grid-row: 1;
}

.hero-photo-grid .c2 {
  grid-column: 1;
  grid-row: 2 / 4;
}

.hero-photo-grid .c3 {
  grid-column: 2;
  grid-row: 2 / 4;
}

.hero-photo-grid .c4 {
  grid-column: 3;
  grid-row: 2;
}

.hero-photo-grid .c5 {
  grid-column: 3;
  grid-row: 3;
}

.hero-photo-grid .c6 {
  grid-column: 4;
  grid-row: 2 / 4;
}

.hero-photo-grid .c7 {
  grid-column: 5;
  grid-row: 1 / 4;
}

.hero-photo-grid .c8 {
  grid-column: 6;
  grid-row: 1 / 3;
}

.hero-photo-grid .c9 {
  grid-column: 6;
  grid-row: 3;
}

.hero-photo-grid .c-empty {
  grid-column: 2 / 5;
  grid-row: 1;
  background: transparent;
  border: none;
  pointer-events: none;
}

.hero-photo-veil {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
  background: linear-gradient(to bottom,
      #f0f7ff 0%,
      rgba(240, 247, 255, 0.92) 10%,
      rgba(240, 247, 255, 0.5) 35%,
      rgba(240, 247, 255, 0.18) 55%,
      transparent 100%);
}

@media (max-width: 900px) {
  .hero-dots {
    top: 22%;
    width: 100%;
    max-height: 280px;
    opacity: 0.6;
  }

  .hero-photo-grid {
    top: 55%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .hero-photo-grid .c-empty {
    display: none;
  }

  .hero-photo-grid .c1 {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-photo-grid .c2 {
    grid-column: 2;
    grid-row: 1;
  }

  .hero-photo-grid .c3 {
    grid-column: 3;
    grid-row: 1;
  }

  .hero-photo-grid .c4 {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-photo-grid .c5 {
    grid-column: 2;
    grid-row: 2;
  }

  .hero-photo-grid .c6 {
    grid-column: 3;
    grid-row: 2;
  }

  .hero-photo-grid .c7 {
    grid-column: 1;
    grid-row: 3;
  }

  .hero-photo-grid .c8 {
    grid-column: 2;
    grid-row: 3;
  }

  .hero-photo-grid .c9 {
    grid-column: 3;
    grid-row: 3;
  }
}

.trusted-by {
  position: relative;
  background: #f0f7ff;
  padding: 117px 0 117px;
  overflow: hidden;
}

.trusted-by .trusted-by__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .trusted-by .trusted-by__inner {
    grid-template-columns: 260px 1px minmax(0, 1fr);
    gap: 2.25rem 2.5rem;
    align-items: center;
    padding-bottom: 125px;
  }
}

.trusted-by .trusted-by__copy {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trusted-by .trusted-by__copy h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 2.125rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.trusted-by .trusted-by__copy p {
  margin: 0.85rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
  max-width: 260px;
  font-weight: 400;
}

.trusted-by .trusted-by__divider {
  display: none;
  width: 1px;
  align-self: stretch;
  background: #cbd5e1;
}

@media (min-width: 1024px) {
  .trusted-by .trusted-by__divider {
    display: block;
  }
}

.trusted-by .trusted-by__marquees {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
  width: 100%;
}

.trusted-by .trusted-by__logo-line {
  width: 100%;
  height: 1px;
  background: #cbd5e1;
  border: none;
  margin: 0;
  padding: 0;
}

.trusted-by .marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.trusted-by .marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 2.75rem;
  align-items: center;
}

.trusted-by .marquee--left .marquee__track {
  animation: marquee-left 32s linear infinite;
}

.trusted-by .marquee--right .marquee__track {
  animation: marquee-right 32s linear infinite;
}

.trusted-by .marquee:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.trusted-by .marquee__logo {
  flex-shrink: 0;
  width: auto;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.trusted-by .marquee__logo:hover {
  opacity: 1;
}

.trusted-by .trusted-by__watermark {
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  transform: translateX(-50%);
  font-size: clamp(4rem, 14vw, 229px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(148, 163, 184, 0.18);
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.industries-sec {
  background: #0B1120;
  padding: 4rem 1.5rem 4.5rem;
}

.industries-sec__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
}

.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #334155;
  background-clip: padding-box;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.industry-card__icon {
  display: flex;
  color: #475569;
  margin-bottom: 0.85rem;
  transition: color 0.2s ease, transform 0.28s ease;
}

.industry-card__icon svg {
  width: 22px;
  height: 22px;
}

.industry-card__name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #1e293b;
}

/* Hover only — stacked card layers */

.industry-card:hover {
  transform: translateY(-6px);
  z-index: 5;
  box-shadow: 5px 5px 0 0 #ffffff;
}

.industry-card:hover .industry-card__icon {
  color: #0f172a;
}

/* Services Section  */

.services-sec {
  position: relative;
  background: #f0f7ff;
  padding: 5rem 1.5rem 4.5rem;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.services-sec__watermark {
  top: 1.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(4rem, 12vw, 229px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(148, 163, 184, 0.18);
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}

.services-sec__watermark::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(240, 247, 255, 0) 0%, rgb(240 247 255 / 77%) 25%, rgb(240 247 255) 100%, #f0f7ff 100%);
  z-index: 1;
  pointer-events: none;
}

.services-grid {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.svc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 4px 20px -6px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.18);
}

.svc-card__media {
  position: relative;
  height: 240px;
  background: linear-gradient(160deg, #e0f2fe, #f0f9ff 50%, #eef2ff);
  overflow: hidden;
}

.svc-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.svc-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

.svc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 1.5rem 1.5rem;
  margin-top: -0.35rem;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

/* Heading — Inter bold (design match) */

.svc-card__title {
  margin: 0 0 .75rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: #0f172a;
}

@media (min-width: 1024px) {
  .svc-card__title {
    font-size: 1.4rem;
  }
}

.svc-card__desc {
  margin: 0 0 1.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #64748b;
  flex: 1;
}

.svc-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

/* Tech icons — Font Awesome */

.svc-card__tech {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.svc-card__tech .tech-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.svc-card__tech .tech-icon.laravel {
  color: #FF2D20;
}

.svc-card__tech .tech-icon.html5 {
  color: #E34F26;
}

.svc-card__tech .tech-icon.css3 {
  color: #1572B6;
}

.svc-card__tech .tech-icon.js {
  color: #F0DB4F;
  background: #1e293b;
  border-color: #1e293b;
}

.svc-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  border: 1.5px solid #4F46E5;
  color: #4F46E5;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.svc-card:hover .svc-card__btn {
  background: #4F46E5;
  color: #fff;
  box-shadow: 0 8px 20px -6px rgba(79, 70, 229, 0.55);
}

.services-more {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 2.5rem auto 0;
  text-align: center;
}

.services-more a {
  display: inline-flex;
  align-items: center;
  height: 54px;
  padding: 0 1.75rem;
  border-radius: 999px;
  border: 1.5px solid #4F46E5;
  color: #4F46E5;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: #fff;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: -10px 10px 10px 0px #43424233;
}

.services-more a:hover {
  background: #4F46E5;
  color: #fff;
  box-shadow: 0 10px 24px -8px rgba(79, 70, 229, 0.5);
}

/* Featured Works  */

.fw-bridge {
  position: relative;
  background: #f0f7ff;
  padding: 3.5rem 1rem 0;
  overflow: hidden;
}

.fw-bridge__watermark {
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3.25rem, 12vw, 229px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(148, 163, 184, 0.28);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0;
  padding-bottom: 1.25rem;
  position: relative;
}

/* Figma-style fade */

.fw-bridge__watermark::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(240, 247, 255, 0) 0%, rgb(240 247 255 / 77%) 25%, rgb(240 247 255) 100%, #f0f7ff 100%);
  z-index: 1;
  pointer-events: none;
}

.fw-sec {
  position: relative;
  background: #0a0a0a;
  padding: 3.5rem 1.25rem 5rem;
  overflow: clip;
  border-radius: 2rem;
}

.fw-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.fw-heading {
  text-align: center;
  margin: 0 0 2.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.fw-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

.fw-card {
  position: sticky;
  top: 5.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.75rem 1.5rem;
  border-radius: 1.5rem;
  border-bottom: 4px solid transparent;
  box-shadow:
      0 20px 50px -20px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.04);
  min-height: 280px;
  background: #f8f4f4;
}

@media (min-width: 900px) {
  .fw-card {
    grid-template-columns: 1.05fr 1fr;
    gap: 2rem;
    padding: 2.25rem 2.5rem;
    min-height: 320px;
  }
}

.fw-card--pink {
  background: #f8f4f4;
  border-bottom-color: #ef4444;
}

.fw-card--mint {
  background: #e8f5ef;
  border-bottom-color: #22c55e;
}

.fw-card--mint .fw-card__visual {
  order: 2;
}

.fw-card--mint .fw-card__content {
  order: 1;
}

@media (max-width: 899px) {
  .fw-card--mint .fw-card__visual,
    .fw-card--mint .fw-card__content {
    order: unset;
  }
}

.fw-card:nth-child(1) {
  top: 5.5rem;
  z-index: 1;
}

.fw-card:nth-child(2) {
  top: 6.15rem;
  z-index: 2;
}

.fw-card:nth-child(3) {
  top: 6.8rem;
  z-index: 3;
}

.fw-card:nth-child(4) {
  top: 7.45rem;
  z-index: 4;
}

.fw-card__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.fw-card__visual img {
  width: 100%;
  /* max-width: 420px; */
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(15, 23, 42, 0.18));
}

.fw-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.fw-card__tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.7);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #475569;
}

.fw-card__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.fw-card__desc {
  margin: 0;
  max-width: 360px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #64748b;
}

.fw-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4F46E5;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.fw-card__link:hover {
  gap: 0.55rem;
  color: #3730a3;
}

.fw-card__link svg {
  width: 16px;
  height: 16px;
}

.fw-more {
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 5;
}

.fw-more a {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 1.75rem;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.fw-more a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.45);
}

@media (max-width: 640px) {
  .fw-card {
    top: 4.5rem !important;
    padding: 1.25rem 1.1rem;
  }

  .fw-card__visual {
    min-height: 160px;
  }
}

/* About Us section */

.about-sec {
  position: relative;
  background: #f0f7ff;
  padding: 5rem 1.5rem 6rem;
  overflow: hidden;
}

.about-bridge {
  position: relative;
  background: #f0f7ff;
  padding: 3.5rem 1rem 0;
  overflow: hidden;
}

.about-sec__watermark{
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3.25rem, 12vw, 229px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgba(148, 163, 184, 0.28);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0;
  padding-bottom: 1.25rem;
  position: relative;
}

/* Figma-style fade */

.about-sec__watermark::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(240, 247, 255, 0) 0%, rgb(240 247 255 / 77%) 25%, rgb(240 247 255) 100%, #f0f7ff 100%);
  z-index: 1;
  pointer-events: none;
}

.about-sec__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .about-sec__inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 5rem;
  }
}

/* Circle photo */

.about-photo {
  position: relative;
  width: min(500px, 78vw);
  margin: 0 auto;
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 50%;
  border: 2.5px dotted rgba(148, 163, 184, 0.45);
  pointer-events: none;
}

.about-photo__img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  /* background: #e2e8f0; */
  /* box-shadow: 0 0 0 12px #f0f7ff, 0 0 0 13px rgb(203 213 225), 0 20px 40px -12px rgb(249 249 249 / 0%); */
  border: 1px dotted rgba(148, 163, 184, 0.45);
  padding: 30px;
}

.about-content {
  width: 100%;
  /* max-width: 480px; */
}

@media (max-width: 899px) {
  .about-content {
    margin: 0 auto;
  }
}

.about-content__title {
  margin: 0 0 0.85rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.85rem, 3vw, 48px);
  font-weight: 300;
  letter-spacing: -4%;
  line-height: 1.15;
  color: #0f172a;
}

.about-content__lead {
  margin: 0 0 0;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #dbe3ee;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #777777;
}

/* Stats — number | text, clear columns */

.about-stats {
  margin-top: 0;
}

.about-stat {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #dbe3ee;
}

/* .about-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  } */

.about-stat__num {
  flex: 0 0 auto;
  min-width: 200px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #777777;
  white-space: nowrap;
}

.about-stat__num span {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -4%;
  color: #000;
  vertical-align: middle;
  transform: translateY(6px);
}

.about-stat__text {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 0.2rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #777777;
}

@media (max-width: 480px) {
  .about-stat {
    flex-direction: column;
    gap: 0.5rem;
  }

  .about-stat__num {
    min-width: 0;
  }
}

.hover\:bg-cyan-500\/10:hover {
  background-color: rgb(6 182 212 / 0.1);
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 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-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.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-primary\/40:focus {
  --tw-ring-color: rgb(11 95 255 / 0.4);
}

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

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

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

  .sm\:text-\[56px\] {
    font-size: 56px;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

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

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

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

  .md\:text-\[72px\] {
    font-size: 72px;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:text-\[112px\] {
    font-size: 112px;
  }

  .lg\:text-\[122px\] {
    font-size: 122px;
  }
}