/*
! tailwindcss v3.0.23 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-4 {
  right: 1rem;
}

.top-full {
  top: 100%;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

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

.bottom-4 {
  bottom: 1rem;
}

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

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

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

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-14 {
  height: 3.5rem;
}

.h-8 {
  height: 2rem;
}

.w-full {
  width: 100%;
}

.w-9 {
  width: 2.25rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-8 {
  width: 2rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

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

.origin-top-left {
  transform-origin: top left;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.-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-45 {
  --tw-rotate: 45deg;
  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));
}

.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-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

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

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(247 246 243 / var(--tw-border-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 243 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.fill-current {
  fill: currentColor;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

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

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

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

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

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

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

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

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

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(247 246 243 / var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

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

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

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

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

.ring-4 {
  --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(4px + 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);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 246 243 / var(--tw-ring-opacity));
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(247 246 243 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

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

.dark .dark\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.dark .dark\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(247 246 243 / var(--tw-text-opacity));
}

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

.dark .dark\:text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}

.dark .dark\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.dark .dark\:shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.dark .dark\:brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

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

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }

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

@media (min-width: 768px) {
  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

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

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

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark .lg\:dark\:bg-transparent {
    background-color: transparent;
  }
}

/* ============================================================
   CSS CUSTOM PROPERTIES (Houdini @property)
   ============================================================ */

@property --gradient-angle {
  syntax: "<angle>";

  initial-value: 135deg;

  inherits: false;
}

@property --glow-opacity {
  syntax: "<number>";

  initial-value: 0;

  inherits: false;
}

@property --card-shine-x {
  syntax: "<percentage>";

  initial-value: 50%;

  inherits: false;
}

@property --card-shine-y {
  syntax: "<percentage>";

  initial-value: 50%;

  inherits: false;
}

/* ============================================================
   BASE / RESET
   ============================================================ */

body {
  font-family: "Inter", sans-serif;
  /* Custom cursor – default state */
  cursor: none;
}

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */

#cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0ea5e9;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  /* transform is written every rAF frame by animations.js – no CSS transition needed */
  box-shadow: 0 0 8px #0ea5e9, 0 0 20px #0ea5e980;
  /* will-change set by JS only while interacting, not globally */
}

#cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(14, 165, 233, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  /* Only non-transform properties transition via CSS; transform is rAF-driven */
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease,
    opacity 0.15s ease;
}

body:has(a:hover) #cursor-dot,
body:has(button:hover) #cursor-dot {
  width: 18px;
  height: 18px;
  background: #38bdf8;
}

body:has(a:hover) #cursor-ring,
body:has(button:hover) #cursor-ring {
  width: 56px;
  height: 56px;
  border-color: rgba(56, 189, 248, 0.7);
}

/* ============================================================
   SCROLL-REVEAL  (IntersectionObserver toggled)
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger siblings */

.reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal:nth-child(4) {
  transition-delay: 0.3s;
}

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar-fixed {
  position: fixed;
  z-index: 9999;
  background-color: rgb(247 246 243 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  --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);
}

.dark .navbar-fixed {
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}

.navbar-fixed {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

.hamburger-line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  height: 2px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.dark .hamburger-line {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 243 / var(--tw-bg-opacity));
}

.hamburger-active > span:nth-child(1) {
  --tw-rotate: 45deg;
  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));
}

.hamburger-active > span:nth-child(2) {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.hamburger-active > span:nth-child(3) {
  --tw-rotate: -45deg;
  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));
}

/* ============================================================
   LANGUAGE SELECTOR
   ============================================================ */

/* Hide Google Translate injected toolbar & badge */

.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-te-menu-value:hover {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  height: 0 !important;
  overflow: hidden !important;
}

/* Custom language dropdown trigger */

.lang-select-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.07);
  color: #0ea5e9;
  transition: background 0.2s, border-color 0.2s;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lang-btn:hover {
  background: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.6);
}

.dark .lang-btn {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.4);
  color: #38bdf8;
}

.lang-btn svg {
  flex-shrink: 0;
}

.lang-btn .lang-arrow {
  transition: transform 0.2s ease;
  margin-left: 2px;
}

.lang-select-wrap.open .lang-arrow {
  transform: rotate(180deg);
}

/* Dropdown panel */

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  background: #f7f6f3;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(14, 165, 233, 0.1);
  overflow: hidden;
  z-index: 10000;
  -webkit-animation: langDropIn 0.18s cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: langDropIn 0.18s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.dark .lang-dropdown {
  background: #1e293b;
  border-color: rgba(14, 165, 233, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(14, 165, 233, 0.15);
}

.lang-select-wrap.open .lang-dropdown {
  display: block;
}

@-webkit-keyframes langDropIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }

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

@keyframes langDropIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }

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

/* Dropdown items */

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
  transition: background 0.15s;
}

.dark .lang-option {
  color: #cbd5e1;
}

.lang-option:hover {
  background: rgba(14, 165, 233, 0.08);
  color: #0ea5e9;
}

.dark .lang-option:hover {
  background: rgba(14, 165, 233, 0.15);
  color: #38bdf8;
}

.lang-option.active {
  background: rgba(14, 165, 233, 0.1);
  color: #0ea5e9;
  font-weight: 700;
}

.dark .lang-option.active {
  background: rgba(14, 165, 233, 0.18);
  color: #38bdf8;
}

.lang-flag {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

#dark-toggle:checked ~ label div.toggle-circle {
  --tw-translate-x: 0.75rem;
  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));
}

/* Nav link underline pseudo-selector */

nav a {
  position: relative;
}

/* Ensure nav links are always readable in dark mode (header starts transparent) */

.dark nav a {
  color: #f1f5f9;
  /* slate-100 */
}

.dark nav a:hover {
  color: #0ea5e9;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: linear-gradient(90deg, #0ea5e9, #38bdf8);
  border-radius: 2px;
  transition: left 0.3s ease, right 0.3s ease;
}

nav a:hover::after,
nav a:focus-visible::after {
  left: 0;
  right: 0;
}

/* ============================================================
   HERO SECTION  – animated gradient + SVG noise pattern
   ============================================================ */

#home {
  position: relative;
  overflow: hidden;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.2' fill='%230ea5e920'/%3E%3Ccircle cx='10' cy='10' r='0.7' fill='%230ea5e915'/%3E%3Ccircle cx='50' cy='50' r='0.7' fill='%230ea5e915'/%3E%3C/svg%3E"),
    radial-gradient(
      ellipse 80% 60% at 70% 40%,
      rgba(14, 165, 233, 0.12) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 50% 50% at 20% 80%,
      rgba(99, 102, 241, 0.08) 0%,
      transparent 60%
    );
  background-size: 60px 60px, cover, cover;
}

.dark #home {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.2' fill='%230ea5e925'/%3E%3Ccircle cx='10' cy='10' r='0.7' fill='%230ea5e918'/%3E%3Ccircle cx='50' cy='50' r='0.7' fill='%230ea5e918'/%3E%3C/svg%3E"),
    radial-gradient(
      ellipse 80% 60% at 70% 40%,
      rgba(14, 165, 233, 0.18) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 50% 50% at 20% 80%,
      rgba(99, 102, 241, 0.14) 0%,
      transparent 60%
    );
  background-size: 60px 60px, cover, cover;
}

/* Floating animated orbs */

#home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle 500px at var(--orb-x, 70%) var(--orb-y, 40%),
    rgba(14, 165, 233, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  -webkit-animation: orb-drift 12s ease-in-out infinite alternate;
          animation: orb-drift 12s ease-in-out infinite alternate;
}

#home::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #f7f6f3);
  pointer-events: none;
  z-index: 1;
}

.dark #home::after {
  background: linear-gradient(to bottom, transparent, #0f172a);
}

@-webkit-keyframes orb-drift {
  0% {
    background-position: 70% 40%;
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position: 30% 60%;
    opacity: 0.6;
  }
}

@keyframes orb-drift {
  0% {
    background-position: 70% 40%;
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position: 30% 60%;
    opacity: 0.6;
  }
}

/* Hero text gradient on name */

.hero-name {
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 50%, #0ea5e9 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-animation: text-shimmer 4s linear infinite;
          animation: text-shimmer 4s linear infinite;
}

@-webkit-keyframes text-shimmer {
  to {
    background-position: 200% center;
  }
}

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

/* Hero image – clip-path polygon frame */

.hero-img-frame {
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
          clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  filter: drop-shadow(0 20px 40px rgba(14, 165, 233, 0.3));
  transition: filter 0.4s ease, -webkit-clip-path 0.4s ease;
  transition: filter 0.4s ease, clip-path 0.4s ease;
  transition: filter 0.4s ease, clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}

.hero-img-frame:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  filter: drop-shadow(0 25px 50px rgba(14, 165, 233, 0.45));
}

/* Blob behind hero image – SVG shape animation */

.hero-blob {
  -webkit-animation: blob-morph 8s ease-in-out infinite;
          animation: blob-morph 8s ease-in-out infinite;
  filter: blur(0px);
  opacity: 0.9;
}

@-webkit-keyframes blob-morph {
  0%,
  100% {
    transform: translate(100px, 100px) scale(1.1) rotate(0deg);
  }

  33% {
    transform: translate(100px, 100px) scale(1.15) rotate(8deg);
  }

  66% {
    transform: translate(100px, 100px) scale(1.08) rotate(-6deg);
  }
}

@keyframes blob-morph {
  0%,
  100% {
    transform: translate(100px, 100px) scale(1.1) rotate(0deg);
  }

  33% {
    transform: translate(100px, 100px) scale(1.15) rotate(8deg);
  }

  66% {
    transform: translate(100px, 100px) scale(1.08) rotate(-6deg);
  }
}

/* CTA button */

.btn-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-cta::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    var(--gradient-angle),
    #0ea5e9,
    #6366f1,
    #22d3ee,
    #0ea5e9
  );
  background-size: 300% 300%;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  -webkit-animation: gradient-angle-spin 4s linear infinite,
    gradient-bg-move 3s ease infinite;
          animation: gradient-angle-spin 4s linear infinite,
    gradient-bg-move 3s ease infinite;
  transition: opacity 0.3s ease;
}

.btn-cta:hover::before {
  opacity: 1;
}

@-webkit-keyframes gradient-angle-spin {
  to {
    --gradient-angle: 495deg;
  }
}

@keyframes gradient-angle-spin {
  to {
    --gradient-angle: 495deg;
  }
}

@-webkit-keyframes gradient-bg-move {
  0%,
  100% {
    background-position: 0% 50%;
  }

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

@keyframes gradient-bg-move {
  0%,
  100% {
    background-position: 0% 50%;
  }

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

/* ============================================================
   ABOUT SECTION
   ============================================================ */

#about {
  position: relative;
  overflow: hidden;
}

/* Diagonal top divider */

#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  pointer-events: none;
}

/* Social icon enhanced hover */

.social-icon {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  isolation: isolate;
}

.social-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.social-icon:hover {
  transform: translateY(-4px) scale(1.15);
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.4);
}

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

/* :is() – shared heading styles */

:is(#about, #portfolio, #timeline) h4 {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:is(#about, #portfolio, #timeline) h2 {
  position: relative;
  display: inline-block;
}

:is(#about, #portfolio, #timeline) h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
  border-radius: 2px;
}

/* Center-aligned headings (portfolio, clients) */

.section-heading-center h2::after {
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
}

/* ============================================================
   PORTFOLIO SECTION
   ============================================================ */

#portfolio {
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect x='38' y='0' width='4' height='4' rx='1' fill='%230ea5e912'/%3E%3Crect x='0' y='38' width='4' height='4' rx='1' fill='%230ea5e912'/%3E%3Crect x='76' y='38' width='4' height='4' rx='1' fill='%230ea5e912'/%3E%3Crect x='38' y='76' width='4' height='4' rx='1' fill='%230ea5e912'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  background-size: 80px 80px, cover;
}

.dark #portfolio {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect x='38' y='0' width='4' height='4' rx='1' fill='%230ea5e920'/%3E%3Crect x='0' y='38' width='4' height='4' rx='1' fill='%230ea5e920'/%3E%3Crect x='76' y='38' width='4' height='4' rx='1' fill='%230ea5e920'/%3E%3Crect x='38' y='76' width='4' height='4' rx='1' fill='%230ea5e920'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  background-size: 80px 80px, cover;
}

/* Portfolio cards */

.portfolio-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.35s ease;
  isolation: isolate;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.08) 0%,
    rgba(99, 102, 241, 0.06) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.portfolio-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 48px rgba(14, 165, 233, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.12);
}

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

/* Image overlay with blend mode */

.portfolio-card .img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.portfolio-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.portfolio-card .img-wrap > svg,
.portfolio-card .img-wrap > div {
  width: 100%;
  height: 100%;
}

.portfolio-card .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(14, 165, 233, 0.6) 100%
  );
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.portfolio-card:hover .img-wrap::after {
  opacity: 1;
}

.portfolio-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  filter: saturate(0.85) brightness(0.97);
}

.portfolio-card:hover .img-wrap img {
  transform: scale(1.06);
  filter: saturate(1.1) brightness(1.03);
}

/* nth-child alternating card accent */

.portfolio-card:nth-child(odd) {
  --card-accent: #0ea5e9;
}

.portfolio-card:nth-child(even) {
  --card-accent: #6366f1;
}

.portfolio-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--card-accent), transparent);
  border-radius: 12px 12px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-card:hover::after {
  opacity: 1;
}

/* ============================================================
   CLIENTS SECTION – blend mode overlay + gradient
   ============================================================ */

#clients {
  position: relative;
  background: linear-gradient(135deg, #1e3a5f 0%, #1e293b 50%, #312e81 100%);
  overflow: hidden;
}

#clients::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cpolygon points='50,5 95,25 95,75 50,95 5,75 5,25' fill='none' stroke='%230ea5e912' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100px 100px;
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0.5;
}

#clients::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #6366f1, #0ea5e9);
  background-size: 200% auto;
  -webkit-animation: gradient-slide 3s linear infinite;
          animation: gradient-slide 3s linear infinite;
}

@-webkit-keyframes gradient-slide {
  to {
    background-position: 200% center;
  }
}

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

/* "Coming Soon" client card */

.client-coming-soon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 48px 32px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 16px;
  background: rgba(14, 165, 233, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.client-coming-soon::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.3),
    rgba(99, 102, 241, 0.3),
    transparent
  );
  z-index: -1;
  opacity: 0.5;
}

/* ============================================================
   TIMELINE SECTION
   ============================================================ */

#timeline {
  position: relative;
  overflow: hidden;
}

/* Top wave clip */

#timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #475569;
  -webkit-clip-path: ellipse(55% 100% at 50% 0%);
          clip-path: ellipse(55% 100% at 50% 0%);
  pointer-events: none;
  opacity: 0.15;
}

.dark #timeline::before {
  background: #1e293b;
}

/* Timeline line glow */

.timeline-item {
  position: relative;
}

.timeline-dot {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-dot::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.4), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.25);
}

.timeline-item:hover .timeline-dot::before {
  opacity: 1;
}

/* Timeline card */

.timeline-card {
  position: relative;
  padding: 16px 20px;
  border-radius: 10px;
  border-left: 3px solid transparent;
  background: linear-gradient(#f7f6f3, #f7f6f3) padding-box,
    linear-gradient(135deg, #0ea5e9, #6366f1) border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dark .timeline-card {
  background: linear-gradient(#1e293b, #1e293b) padding-box,
    linear-gradient(135deg, #0ea5e9, #6366f1) border-box;
}

.timeline-card:hover {
  transform: translateX(6px);
  box-shadow: -4px 0 20px rgba(14, 165, 233, 0.2);
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #0ea5e9,
    #6366f1,
    transparent
  );
}

footer a {
  position: relative;
}

/* Footer social icons re-use .social-icon */

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */

#to-top {
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: none;
}

#to-top:hover {
  box-shadow: 0 8px 32px rgba(14, 165, 233, 0.6);
  transform: translateY(-3px) scale(1.05);
}

/* ============================================================
   HOUDINI PAINT WORKLET – animated spotlight
   Registered in <script> inline worklet. CSS custom props
   feed the worklet so it can be animated from JS.
   ============================================================ */

.houdini-hero-bg {
  /* Consumed by paint worklet "hero-spotlight" */
  --hl-x: 70;
  --hl-y: 35;
  --hl-color-r: 14;
  --hl-color-g: 165;
  --hl-color-b: 233;
  background-image: paint(hero-spotlight);
  /* Graceful fallback if worklet unavailable */
  background-color: transparent;
}

/* ============================================================
   UTILITY HELPERS
   ============================================================ */

/* Glassmorphism card */

.glass-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

/* Gradient text */

.gradient-text {
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Cinematic blur on scroll */

@supports (animation-timeline: scroll()) {
  .cinematic-header {
    -webkit-animation: header-blur linear both;
            animation: header-blur linear both;
    animation-timeline: scroll();
    animation-range: 0px 200px;
  }

  @-webkit-keyframes header-blur {
    from {
      -webkit-backdrop-filter: blur(0px) brightness(1);
              backdrop-filter: blur(0px) brightness(1);
    }

    to {
      -webkit-backdrop-filter: blur(16px) brightness(0.95);
              backdrop-filter: blur(16px) brightness(0.95);
    }
  }

  @keyframes header-blur {
    from {
      -webkit-backdrop-filter: blur(0px) brightness(1);
              backdrop-filter: blur(0px) brightness(1);
    }

    to {
      -webkit-backdrop-filter: blur(16px) brightness(0.95);
              backdrop-filter: blur(16px) brightness(0.95);
    }
  }
}

/* Mask-image fade edges on horizontal scroll container */

.fade-mask-x {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

/* ============================================================
   ANIMATION ENGINE – CSS VARIABLE HOOKS
   Written by animations.js via JS; declared here so CSS can
   consume them before JS runs (avoids flash of un-styled state).
   ============================================================ */

/* Per-card spotlight driven by --mouse-x / --mouse-y (set by JS) */

.portfolio-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --reveal-ratio: 0;
}

/* Ratio-driven reveal base state (JS overrides inline before class fires) */

.reveal {
  --reveal-ratio: 0;
}

/* Parallax layers – depth tokens */

[data-parallax] {
  will-change: transform;
}

/* ============================================================
   CARD TILT – 3-D perspective container
   rotateX / rotateY written by rAF loop in animations.js
   ============================================================ */

.portfolio-card {
  transform-style: preserve-3d;
  transform-origin: center center;
  /* perspective applied per-card so siblings don't share a vanishing point */
  perspective: 800px;
}

/* ============================================================
   REDUCED-MOTION SAFETY NET  (JS also guards this)
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-blob,
  .btn-cta::before,
  #home::before,
  #clients::after {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .hero-name {
    -webkit-animation: none !important;
            animation: none !important;
    background: #0ea5e9;
  }

  .portfolio-card {
    transition: none !important;
    transform: none !important;
  }

  #cursor-dot,
  #cursor-ring {
    display: none !important;
  }
}
