*, ::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, ui-sans-serif, 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;
}

* {
  --tw-border-opacity: 1;
  border-color: rgb(219 227 239 / var(--tw-border-opacity, 1));
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--foreground);
  background-image: radial-gradient(
      ellipse 120% 80% at 50% -30%,
      rgba(26, 120, 245, 0.1),
      transparent 50%
    );
  background-attachment: fixed;
}

::-moz-selection {
  background-color: rgb(26 120 245 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

::selection {
  background-color: rgb(26 120 245 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section-heading {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--foreground);
}

.section-eyebrow {
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.section-lead {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section-lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.gradient-text {
  background-image: linear-gradient(135deg, #1a78f5 0%, #22d3ee 50%, #a78bfa 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.card-interactive {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 239 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.6);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.card-interactive:hover {
  --tw-translate-y: -0.25rem;
  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));
  border-color: rgb(51 153 255 / 0.4);
  --tw-shadow: 0 22px 48px -16px rgba(15, 23, 42, 0.20), 0 0 28px -10px rgba(59, 130, 246, 0.18), 0 0 0 1px rgba(59, 130, 246, 0.24);
  --tw-shadow-colored: 0 22px 48px -16px var(--tw-shadow-color), 0 0 28px -10px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1a78f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 120 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3399ff var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-shadow: 0 0 24px -8px rgba(59, 130, 246, 0.35);
  --tw-shadow-colored: 0 0 24px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:hover {
  --tw-gradient-from: #3399ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 153 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
  --tw-shadow: 0 0 40px -10px rgba(59, 130, 246, 0.45);
  --tw-shadow-colored: 0 0 40px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.btn-primary {
  color: #fff;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(71 85 105 / 0.8);
  background-color: rgb(255 255 255 / 0.8);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--foreground);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-secondary:hover {
  border-color: rgb(37 99 235 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 255 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #2563eb;
}

.link-underline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
  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;
}

.link-underline:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.link-underline::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.link-underline:hover::after {
  width: 100%;
}

.badge-new {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(8 145 178 / 0.2) var(--tw-gradient-to-position);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(8 145 178 / 0.3);
}

.input-field {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 239 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--foreground);
  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;
}

.input-field::-moz-placeholder {
  color: rgb(100 116 139 / 0.6);
}

.input-field::placeholder {
  color: rgb(100 116 139 / 0.6);
}

.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 153 255 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(51 153 255 / 0.2);
}

.on-brand {
  color: #fff;
}

.footer-link {
  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;
}

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

.reveal {
  opacity: 1;
  transform: none;
}

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

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

.nav-link.is-active {
  --tw-text-opacity: 1;
  color: rgb(26 120 245 / var(--tw-text-opacity, 1));
}

.mobile-menu {
  display: none;
}

.mobile-menu.is-open {
  display: block;
}

.services-dropdown {
  display: none;
}

.services-dropdown.is-open,
  .nav-item-services:hover .services-dropdown,
  .nav-item-services:focus-within .services-dropdown {
  display: block;
}

.mobile-services {
  display: none;
}

.mobile-services.is-open {
  display: block;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

.-right-20 {
  right: -5rem;
}

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

.bottom-2 {
  bottom: 0.5rem;
}

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

.left-3 {
  left: 0.75rem;
}

.left-\[1\.15rem\] {
  left: 1.15rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-full {
  top: 100%;
}

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

.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-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

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

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[calc\(100dvh-5rem\)\] {
  max-height: calc(100dvh - 5rem);
}

.min-h-\[70vh\] {
  min-height: 70vh;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

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

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

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

.max-w-sm {
  max-width: 24rem;
}

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

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

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

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.animate-marquee {
  animation: marquee 40s linear infinite;
}

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

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.text-balance {
  text-wrap: balance;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[1\.55rem\] {
  border-radius: 1.55rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-accent-cyan\/20 {
  border-color: rgb(8 145 178 / 0.2);
}

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

.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}

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

.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}

.border-white\/10 {
  border-color: rgb(15 23 42 / 0.1);
}

.border-white\/5 {
  border-color: rgb(15 23 42 / 0.05);
}

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

.bg-accent-cyan {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-accent-cyan\/10 {
  background-color: rgb(8 145 178 / 0.1);
}

.bg-accent-cyan\/15 {
  background-color: rgb(8 145 178 / 0.15);
}

.bg-accent-cyan\/5 {
  background-color: rgb(8 145 178 / 0.05);
}

.bg-accent-violet\/15 {
  background-color: rgb(124 58 237 / 0.15);
}

.bg-accent-violet\/20 {
  background-color: rgb(124 58 237 / 0.2);
}

.bg-brand-500\/10 {
  background-color: rgb(51 153 255 / 0.1);
}

.bg-brand-500\/15 {
  background-color: rgb(51 153 255 / 0.15);
}

.bg-brand-500\/20 {
  background-color: rgb(51 153 255 / 0.2);
}

.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 120 245 / var(--tw-bg-opacity, 1));
}

.bg-brand-600\/15 {
  background-color: rgb(26 120 245 / 0.15);
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}

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

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

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

.bg-surface-raised\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-surface-raised\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

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

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

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

.bg-white\/5 {
  background-color: rgb(15 23 42 / 0.05);
}

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

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

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

.bg-hero-glow {
  background-image: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(59,130,246,0.18), transparent), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(124,58,237,0.10), transparent), radial-gradient(ellipse 50% 30% at 20% 80%, rgba(8,145,178,0.08), transparent);
}

.from-accent-cyan\/20 {
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-violet\/10 {
  --tw-gradient-from: rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-violet\/20 {
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-violet\/25 {
  --tw-gradient-from: rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/20 {
  --tw-gradient-from: rgb(51 153 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 153 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/60 {
  --tw-gradient-from: rgb(51 153 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 153 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600 {
  --tw-gradient-from: #1a78f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 120 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/10 {
  --tw-gradient-from: rgb(26 120 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 120 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/80 {
  --tw-gradient-from: rgb(241 246 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-accent-cyan\/40 {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(8 145 178 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/50 {
  --tw-gradient-to: rgb(51 153 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(51 153 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.via-surface-raised\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent-cyan\/10 {
  --tw-gradient-to: rgb(8 145 178 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-violet {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.to-accent-violet\/10 {
  --tw-gradient-to: rgb(124 58 237 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-violet\/40 {
  --tw-gradient-to: rgb(124 58 237 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-500 {
  --tw-gradient-to: #3399ff var(--tw-gradient-to-position);
}

.to-brand-600\/5 {
  --tw-gradient-to: rgb(26 120 245 / 0.05) var(--tw-gradient-to-position);
}

.to-cyan-900\/10 {
  --tw-gradient-to: rgb(22 78 99 / 0.1) var(--tw-gradient-to-position);
}

.to-fuchsia-900\/10 {
  --tw-gradient-to: rgb(112 26 117 / 0.1) var(--tw-gradient-to-position);
}

.to-surface-overlay {
  --tw-gradient-to: #eef4ff var(--tw-gradient-to-position);
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.\!pb-10 {
  padding-bottom: 2.5rem !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-14 {
  padding-top: 3.5rem !important;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-section-sm {
  padding-bottom: 4rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

.text-display-lg {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.text-display-md {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

.text-accent-cyan {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-accent-violet {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

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

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

.text-foreground {
  color: var(--foreground);
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

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

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

.text-surface-muted\/80 {
  color: rgb(100 116 139 / 0.8);
}

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

.shadow-card {
  --tw-shadow: 0 8px 30px -10px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(148, 163, 184, 0.18);
  --tw-shadow-colored: 0 8px 30px -10px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-glow-sm {
  --tw-shadow: 0 0 24px -8px rgba(59, 130, 246, 0.35);
  --tw-shadow-colored: 0 0 24px -8px 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);
}

.ring-1 {
  --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(1px + 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-accent-cyan\/10 {
  --tw-ring-color: rgb(8 145 178 / 0.1);
}

.ring-accent-cyan\/20 {
  --tw-ring-color: rgb(8 145 178 / 0.2);
}

.ring-accent-cyan\/25 {
  --tw-ring-color: rgb(8 145 178 / 0.25);
}

.ring-accent-cyan\/30 {
  --tw-ring-color: rgb(8 145 178 / 0.3);
}

.ring-accent-violet\/25 {
  --tw-ring-color: rgb(124 58 237 / 0.25);
}

.ring-brand-400\/20 {
  --tw-ring-color: rgb(37 99 235 / 0.2);
}

.ring-brand-500\/20 {
  --tw-ring-color: rgb(51 153 255 / 0.2);
}

.ring-sky-400\/20 {
  --tw-ring-color: rgb(56 189 248 / 0.2);
}

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

.ring-white\/10 {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}

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

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

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

.ease-out-expo {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.text-balance {
  text-wrap: balance;
}

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

@media (prefers-reduced-motion: reduce) {
  .animate-fade-in,
    .animate-fade-up,
    .animate-float,
    .animate-marquee,
    .animate-marquee-reverse,
    .animate-pulse-glow,
    .animate-spin-slow,
    .animate-shimmer,
    .hero-progress,
    .reveal,
    .header-shell::before {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

:root {
  --background: #f8fafc;
  --foreground: #0f172a;
  --muted: #64748b;
  --border: #dbe3ef;
  --brand: #1a78f5;
  --cyan: #22d3ee;
  --violet: #a78bfa;
  --font-display: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
}

@keyframes heroBar {
  to {
    width: 72%;
  }
}

/* Hero Section Animations & Styles */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }

  50% {
    opacity: 0.8;
    filter: brightness(1.2);
  }
}

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

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

.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

/* Animated Gradient Text */

.gradient-text-animated {
  background: linear-gradient(
    90deg,
    #3b82f6,
    #22d3ee,
    #a78bfa,
    #3b82f6
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 4s ease infinite;
}

/* Stat Cards */

.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 640px) {
  .stat-card {
    padding: 1rem;
  }
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px -8px rgba(59, 130, 246, 0.3);
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(8, 145, 178, 0.1));
  color: #22d3ee;
  transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(8, 145, 178, 0.2));
}

/* Hero Visual Container */

.hero-visual-container {
  position: relative;
  aspect-ratio: 1;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow: 
    0 0 60px -10px rgba(59, 130, 246, 0.2),
    inset 0 0 60px -20px rgba(59, 130, 246, 0.1);
}

/* Hero Content Animation */

.hero-content > * {
  opacity: 0;
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-content > *:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-content > *:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-content > *:nth-child(3) {
  animation-delay: 0.3s;
}

.hero-content > *:nth-child(4) {
  animation-delay: 0.4s;
}

.hero-content > *:nth-child(5) {
  animation-delay: 0.5s;
}

/* AI Insight Card */

.ai-insight-card {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.85);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

@media (min-width: 640px) {
  .ai-insight-card {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }
}

/* Animation Classes */

.animate-fade-in {
  animation: fadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-fade-up {
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

.animation-delay-100 {
  animation-delay: 0.1s;
}

.animation-delay-200 {
  animation-delay: 0.2s;
}

.animation-delay-300 {
  animation-delay: 0.3s;
}

.animation-delay-400 {
  animation-delay: 0.4s;
}

.animation-delay-600 {
  animation-delay: 0.6s;
}

/* Button Hover Enhancements */

.btn-primary:hover svg {
  animation: pulseGlow 1s ease-in-out infinite;
}

/* Responsive Adjustments */

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
  }

  .ai-insight-card {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 2rem;
  }

  .hero-visual-container {
    aspect-ratio: 4/3;
  }
}

/* AnalitikPro interactive technology ecosystem */

.hero-ecosystem {
  isolation: isolate;
  min-height: auto;
  padding: 1.25rem 0 5.5rem;
  background:
    linear-gradient(180deg, rgba(238, 248, 255, 0.5), rgba(248, 250, 252, 0) 45%),
    radial-gradient(circle at 50% 34%, rgba(51, 153, 255, 0.11), transparent 31%);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .6;
  background-image:
    linear-gradient(rgba(26, 120, 245, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 120, 245, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse 66% 64% at 50% 36%, #000 15%, transparent 78%);
          mask-image: radial-gradient(ellipse 66% 64% at 50% 36%, #000 15%, transparent 78%);
}

.hero-copy.is-page {
  min-height: 0;
  margin-top: -5.75rem;
  padding-top: 8.75rem;
  padding-bottom: 3.25rem;
  background: linear-gradient(
    90deg,
    #f7fbff 0%,
    #eaf3ff 46%,
    #f3efff 100%
  );
}

.hero-copy.is-page .hero-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(1, 65, 133, 0.045) 0%,
    rgba(26, 120, 245, 0.07) 52%,
    rgba(124, 58, 237, 0.05) 100%
  );
}

.page-contact .header-shell,
.page-contact .site-header.is-scrolled .header-shell {
  background: linear-gradient(
    90deg,
    rgba(247, 251, 255, 0.9) 0%,
    rgba(234, 243, 255, 0.86) 46%,
    rgba(243, 239, 255, 0.9) 100%
  );
}

.hero-stats.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 34rem;
}

.office-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.6rem 1.5rem 1.45rem;
}

.office-card-kicker {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(26, 120, 245, 0.16);
  background: rgba(26, 120, 245, 0.06);
  padding: 0.28rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #014185;
}

.hero-copy {
  isolation: isolate;
  min-height: calc(100vh - 4.5rem);
  padding: 5rem 0 4.5rem;
  background:
    linear-gradient(180deg, rgba(238, 248, 255, 0.55), rgba(248, 250, 252, 0) 52%),
    radial-gradient(circle at 72% 38%, rgba(51, 153, 255, 0.12), transparent 34%),
    radial-gradient(circle at 18% 72%, rgba(124, 58, 237, 0.07), transparent 32%);
}

.hero-copy > .container {
  z-index: 1;
}

.hero-copy-inner {
  position: relative;
  max-width: 58rem;
}

.hero-copy .section-eyebrow {
  margin-bottom: 1.15rem;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 4.35vw, 3.55rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.038em;
  color: #0f172a;
}

.hero-copy h1 .gradient-text {
  display: inline;
  background-image: linear-gradient(90deg, #2563eb 0%, #6366f1 48%, #a78bfa 100%);
}

.hero-copy-tagline {
  display: block;
  margin-top: 0.9rem;
  font-size: clamp(1.15rem, 2.15vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #334155;
}

.hero-copy-lead {
  max-width: 44rem;
  margin-top: 1.35rem;
  color: #64748b;
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.7;
}

.hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 44rem;
  margin-top: 2.5rem;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  min-height: 6.25rem;
  padding: 1.1rem 0.7rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
}

.hero-stat strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0f172a;
}

.hero-stat small {
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.3;
}

.hero-ecosystem > .container {
  z-index: 1;
}

.hero-word-glow {
  --mx: 50%;
  --my: 40%;
  --ix: 62%;
  --iy: 42%;
  --mh: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-circuit {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.hero-word-halo {
  position: absolute;
  left: 0;
  top: 0;
  width: 22rem;
  height: 22rem;
  margin: -11rem 0 0 -11rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.42) 0%,
    rgba(26, 120, 245, 0.22) 36%,
    transparent 70%
  );
  filter: blur(56px);
  will-change: transform, opacity;
}

.hero-word-halo.is-idle {
  transform: translate3d(var(--ix, 50%), var(--iy, 40%), 0);
  opacity: 0.72;
}

.hero-word-halo.is-mouse {
  transform: translate3d(var(--mx, 50%), var(--my, 40%), 0);
  opacity: var(--mh, 0);
}

.hero-glow-word {
  --i: 0;
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(calc(200 + (var(--i) * 60)), 90%, 46%);
  opacity: var(--i);
  text-shadow:
    0 0 calc(10px + (22px * var(--i))) hsla(calc(210 + (var(--i) * 40)), 95%, 55%, calc(var(--i) * 0.8)),
    0 0 calc(28px + (36px * var(--i))) hsla(245, 90%, 58%, calc(var(--i) * 0.4));
  transform: scale(calc(0.97 + (var(--i) * 0.07)));
  will-change: opacity, transform, color;
}

.hero-glow-word[data-size="sm"] {
  font-size: clamp(0.82rem, 1.5vw, 1.12rem);
}

.hero-glow-word[data-size="md"] {
  font-size: clamp(1.05rem, 2.1vw, 1.55rem);
}

.hero-glow-word[data-size="lg"] {
  font-size: clamp(1.35rem, 2.7vw, 2.1rem);
}

.hero-glow-word[data-size="xl"] {
  font-size: clamp(1.7rem, 3.5vw, 2.75rem);
}

.hero-glow-word[data-size="xxl"] {
  font-size: clamp(2.15rem, 5vw, 3.5rem);
}

.ecosystem-stage {
  --mx: 0;
  --my: 0;
  position: relative;
  height: clamp(600px, 65vw, 680px);
  max-width: 1200px;
  margin: 0 auto;
  perspective: 1000px;
}

.ecosystem-stage::before,
.ecosystem-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.ecosystem-stage::before {
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(255,255,255,.96) 0 20%, rgba(26,120,245,.06) 44%, transparent 70%);
}

.ecosystem-stage::after {
  width: 8px;
  height: 8px;
  background: #1a78f5;
  box-shadow: 0 0 38px 14px rgba(26, 120, 245, .2);
}

.ecosystem-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ecosystem-connections path {
  fill: none;
  stroke: url(#line-soft);
  stroke-width: 1.15;
  stroke-dasharray: 3 7;
  vector-effect: non-scaling-stroke;
  transition: stroke .45s ease, stroke-width .45s ease, opacity .45s ease, filter .45s ease;
  opacity: .58;
}

.ecosystem-stage[data-active] .ecosystem-connections path:not(.is-active) {
  opacity: .17;
}

.ecosystem-connections path.is-active {
  stroke: #1a78f5;
  stroke-width: 1.7;
  stroke-dasharray: 5 5;
  opacity: .85;
  filter: drop-shadow(0 0 4px rgba(26,120,245,.45));
  animation: ecosystemFlow 3s linear infinite;
}

.ecosystem-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(26,120,245,.09);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.orbit-one {
  width: 52%;
  height: 62%;
}

.orbit-two {
  width: 76%;
  height: 83%;
  transform: translate(-50%, -50%) rotate(13deg);
}

.ecosystem-core {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 5;
  width: clamp(260px, 29vw, 350px);
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  border: 1px solid rgba(26, 120, 245, .18);
  border-radius: 50%;
  background: rgba(255,255,255,.8);
  box-shadow: 0 25px 70px -34px rgba(15,23,42,.35), inset 0 0 45px rgba(238,248,255,.7);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  transform: translate(-50%, -50%) translate3d(var(--core-x, 0px), var(--core-y, 0px), 0);
  transition: transform .65s cubic-bezier(.16,1,.3,1), box-shadow .5s ease;
}

.ecosystem-stage[data-active] .ecosystem-core {
  box-shadow: 0 28px 74px -30px rgba(26,120,245,.28), inset 0 0 45px rgba(238,248,255,.8);
}

.core-kicker {
  display: block;
  color: #64748b;
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .22em;
}

.ecosystem-core h1 {
  margin-top: .65rem;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.055em;
  color: #0f172a;
}

.ecosystem-core h1 span {
  color: #1a78f5;
}

.ecosystem-core p {
  max-width: 16rem;
  margin: .9rem auto 0;
  color: #64748b;
  font-size: .75rem;
  line-height: 1.55;
}

.core-status {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  padding: .35rem .65rem;
  border: 1px solid rgba(8,145,178,.14);
  border-radius: 999px;
  background: rgba(238,248,255,.8);
  color: #0e7490;
  font-size: .62rem;
  font-weight: 600;
}

.core-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0891b2;
  box-shadow: 0 0 0 4px rgba(8,145,178,.09);
}

.tech-node {
  --float-y: 0px;
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .72rem;
  min-width: 150px;
  padding: .7rem .85rem;
  border: 1px solid rgba(148,163,184,.26);
  border-radius: 1rem;
  background: rgba(255,255,255,.64);
  color: #0f172a;
  box-shadow: 0 14px 35px -28px rgba(15,23,42,.55);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) + var(--float-y)), 0);
  transition: opacity .45s ease, border-color .45s ease, background .45s ease, box-shadow .5s ease, transform .6s cubic-bezier(.16,1,.3,1);
  animation: ecosystemFloat var(--float-speed, 7s) ease-in-out var(--float-delay, 0s) infinite;
  will-change: transform;
}

.tech-node:hover,
.tech-node:focus-visible {
  z-index: 8;
  border-color: rgba(26,120,245,.42);
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 48px -24px rgba(26,120,245,.38), 0 0 0 5px rgba(26,120,245,.045);
  transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) + var(--float-y)), 0) scale(1.085);
  outline: none;
  animation-play-state: paused;
}

.ecosystem-stage[data-active] .tech-node:not(.is-active) {
  opacity: .48;
}

.tech-node.is-active {
  opacity: 1;
}

.tech-node[data-depth="1.25"] {
  --depth-x: 14px;
  --depth-y: 11px;
}

.tech-node[data-depth="1.2"] {
  --depth-x: 12px;
  --depth-y: 10px;
}

.tech-node[data-depth="1.1"] {
  --depth-x: 11px;
  --depth-y: 9px;
}

.tech-node[data-depth=".9"] {
  --depth-x: 9px;
  --depth-y: 7px;
}

.tech-node[data-depth=".85"] {
  --depth-x: 8px;
  --depth-y: 6px;
}

.tech-node[data-depth=".8"] {
  --depth-x: 7px;
  --depth-y: 6px;
}

.tech-node[data-depth=".75"] {
  --depth-x: 6px;
  --depth-y: 5px;
}

.node-ai {
  left: 8%;
  top: 10%;
  --float-speed: 7.4s;
}

.node-sap {
  left: 1%;
  top: 38%;
  --float-speed: 8.2s;
  --float-delay: -2s;
}

.node-fabric {
  right: 3%;
  top: 10%;
  --float-speed: 7.8s;
  --float-delay: -1s;
}

.node-powerbi {
  right: 0;
  top: 38%;
  --float-speed: 8.5s;
  --float-delay: -3s;
}

.node-analytics {
  left: 8%;
  bottom: 9%;
  --float-speed: 7.5s;
  --float-delay: -4s;
}

.node-bi {
  left: 53%;
  bottom: 0;
  --float-speed: 8.8s;
  --float-delay: -2.5s;
}

.node-automation {
  right: 6%;
  bottom: 10%;
  --float-speed: 7.9s;
  --float-delay: -5s;
}

.tech-visual {
  position: relative;
  display: block;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(26,120,245,.08), rgba(8,145,178,.04));
  color: #1a78f5;
  transition: background .4s ease, transform .5s cubic-bezier(.16,1,.3,1);
}

.tech-node:hover .tech-visual,
.tech-node:focus-visible .tech-visual {
  background: linear-gradient(145deg, rgba(26,120,245,.15), rgba(8,145,178,.09));
  transform: rotate(-2deg) scale(1.04);
}

.tech-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.tech-copy strong {
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.tech-copy small {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #64748b;
  font-size: .58rem;
  opacity: 0;
  transform: translateY(4px);
  transition: max-height .4s ease, margin .4s ease, opacity .4s ease, transform .4s ease;
}

.tech-node:hover .tech-copy small,
.tech-node:focus-visible .tech-copy small {
  max-height: 1rem;
  margin-top: .16rem;
  opacity: 1;
  transform: translateY(0);
}

.visual-ai i {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #1a78f5;
  border-radius: 50%;
}

.visual-ai i:nth-child(1) {
  left: 8px;
  top: 10px;
}

.visual-ai i:nth-child(2) {
  left: 25px;
  top: 8px;
}

.visual-ai i:nth-child(3) {
  left: 17px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #1a78f5;
}

.visual-ai i:nth-child(4) {
  left: 9px;
  top: 27px;
}

.visual-ai i:nth-child(5) {
  left: 27px;
  top: 26px;
}

.visual-ai::after {
  content:"";
  position:absolute;
  inset: 10px;
  border: 1px solid rgba(26,120,245,.3);
  transform: rotate(45deg);
}

.visual-sap i {
  position:absolute;
  left: 8px;
  width: 23px;
  height: 7px;
  border: 1px solid rgba(26,120,245,.5);
  border-radius: 2px;
}

.visual-sap i:nth-child(1) {
  top: 7px;
}

.visual-sap i:nth-child(2) {
  top: 16px;
  left: 11px;
  width: 20px;
}

.visual-sap i:nth-child(3) {
  top: 25px;
  left: 14px;
  width: 17px;
}

.visual-fabric i {
  position:absolute;
  left: 7px;
  width:24px;
  height:7px;
  border-radius: 4px;
  background: rgba(26,120,245,.2);
  transform: skewX(-18deg);
}

.visual-fabric i:nth-child(1) {
  top:8px;
}

.visual-fabric i:nth-child(2) {
  top:16px;
  left:9px;
  background:rgba(8,145,178,.24);
}

.visual-fabric i:nth-child(3) {
  top:24px;
  left:11px;
  background:rgba(124,58,237,.2);
}

.visual-powerbi i {
  position:absolute;
  bottom:8px;
  width:5px;
  border-radius:3px 3px 1px 1px;
  background:#1a78f5;
  opacity:.72;
}

.visual-powerbi i:nth-child(1) {
  left:8px;
  height:9px;
}

.visual-powerbi i:nth-child(2) {
  left:15px;
  height:16px;
}

.visual-powerbi i:nth-child(3) {
  left:22px;
  height:22px;
}

.visual-powerbi i:nth-child(4) {
  left:29px;
  height:13px;
}

.visual-analytics svg {
  width:100%;
  height:100%;
  overflow:visible;
}

.visual-analytics path {
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}

.visual-analytics circle {
  fill:#fff;
  stroke:currentColor;
  stroke-width:1.5;
}

.visual-bi i {
  position:absolute;
  border:1px solid rgba(26,120,245,.5);
  background:rgba(255,255,255,.65);
}

.visual-bi i:nth-child(1) {
  left:7px;
  top:8px;
  width:12px;
  height:10px;
  border-radius:3px;
}

.visual-bi i:nth-child(2) {
  right:7px;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
}

.visual-bi i:nth-child(3) {
  left:7px;
  bottom:7px;
  width:24px;
  height:9px;
  border-radius:3px;
}

.visual-automation i {
  position:absolute;
  width:7px;
  height:7px;
  border:1px solid #1a78f5;
  border-radius:50%;
  background:#fff;
}

.visual-automation i:nth-child(1) {
  left:6px;
  top:16px;
}

.visual-automation i:nth-child(2) {
  left:16px;
  top:7px;
}

.visual-automation i:nth-child(3) {
  right:6px;
  top:16px;
}

.visual-automation i:nth-child(4) {
  left:16px;
  bottom:6px;
}

.visual-automation::after {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(26,120,245,.3);
  transform:rotate(45deg);
}

.hero-intro {
  max-width: 680px;
  margin: -1.1rem auto 0;
  text-align: center;
}

.hero-intro .section-eyebrow {
  justify-content: center;
  margin-bottom: .5rem;
}

.hero-intro > p {
  color:#475569;
  font-size:clamp(.95rem, 1.8vw, 1.08rem);
  line-height:1.7;
}

.hero-actions {
  display:flex;
  justify-content:center;
  gap:.75rem;
  margin-top:1.5rem;
}

@keyframes ecosystemFloat {
  0%, 100% {
    --float-y: 0px;
  }

  50% {
    --float-y: -7px;
  }
}

@keyframes ecosystemFlow {
  to {
    stroke-dashoffset: -40;
  }
}

@media (max-width: 1023px) {
  .ecosystem-stage {
    height: 620px;
  }

  .tech-node {
    transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) + var(--float-y)), 0);
  }

  .tech-node:hover, .tech-node:focus-visible {
    transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) + var(--float-y)), 0) scale(1.06);
  }

  .node-ai {
    left:2%;
  }

  .node-fabric {
    right:0;
  }

  .node-bi {
    left:45%;
  }
}

@media (max-width: 767px) {
  .hero-copy {
    padding-top: 3.25rem;
    padding-bottom: 3.5rem;
    min-height: auto;
  }

  .hero-copy.is-page {
    margin-top: -5.25rem;
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.85rem, 8.2vw, 2.55rem);
    line-height: 1.18;
  }

  .hero-copy .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .hero-stats.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-word-halo {
    width: 16rem;
    height: 16rem;
    margin: -8rem 0 0 -8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-node, .ecosystem-connections path.is-active {
    animation:none !important;
  }

  .tech-node, .ecosystem-core {
    transform:none;
  }

  .ecosystem-core {
    transform:translate(-50%, -50%);
  }

  .hero-word-glow {
    display: none;
  }
}

.tech-card {
  background: #fff;
  box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.22);
}

.tech-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 70% at 50% 30%, rgba(51, 153, 255, 0.12), transparent 62%),
    linear-gradient(180deg, #eef6ff 0%, #f8fafc 100%);
}

.tech-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 42%;
     object-position: center 42%;
  transform: scale(1.06);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.tech-card:hover .tech-card-media img {
  transform: scale(1.14);
}

.tech-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.92) 100%);
}

.tech-card-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  z-index: 2;
  width: 40%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  transition: left 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.tech-card:hover .tech-card-media::after {
  left: 120%;
  opacity: 1;
}

.tech-card-icon {
  position: absolute;
  left: 1.1rem;
  bottom: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  color: #2563eb;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px -12px rgba(37, 99, 235, 0.55), 0 0 0 1px rgba(37, 99, 235, 0.12);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.tech-card-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.tech-card:hover .tech-card-icon {
  transform: scale(1.08);
  color: #0891b2;
  background: #fff;
}

.tech-card-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.tech-card.is-featured {
  background: linear-gradient(160deg, rgba(124, 58, 237, 0.1), #fff 42%, rgba(8, 145, 178, 0.08));
  box-shadow: 0 12px 32px -18px rgba(124, 58, 237, 0.28), 0 0 0 1px rgba(8, 145, 178, 0.18);
}

.tech-card.is-featured .tech-card-media {
  background:
    radial-gradient(ellipse 80% 70% at 50% 30%, rgba(124, 58, 237, 0.16), transparent 62%),
    linear-gradient(180deg, #f4edff 0%, #eef8ff 100%);
}

.tech-card.is-featured .tech-card-icon {
  color: #7c3aed;
  box-shadow: 0 8px 20px -12px rgba(124, 58, 237, 0.55), 0 0 0 1px rgba(124, 58, 237, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .tech-card-media img,
  .tech-card:hover .tech-card-media img {
    transform: none;
    transition: none;
  }

  .tech-card-media::after,
  .tech-card:hover .tech-card-media::after {
    display: none;
  }
}

/* Product-style service showcase cards */
.showcase-wrap {
  position: relative;
  margin-top: 3.25rem;
  padding-top: 1.35rem;
  padding-bottom: 1.6rem;
}
.showcase-arch {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 11%;
  right: 11%;
  height: 42px;
  border: 1.5px solid rgba(148, 163, 184, 0.28);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}
.showcase-grid {
  display: grid;
  gap: 1.35rem;
}
.showcase-card {
  --sc-accent: #2563eb;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 28.5rem;
  overflow: visible;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.28) 1px, transparent 0) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow:
    0 1px 1px rgba(15, 23, 42, 0.04),
    0 22px 44px -24px rgba(15, 23, 42, 0.28);
  outline: 1px solid rgba(148, 163, 184, 0.18);
  text-decoration: none;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-card.is-bi {
  --sc-accent: #2563eb;
  background:
    radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.22) 1px, transparent 0) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}
.showcase-card.is-etl {
  --sc-accent: #0f766e;
  background:
    radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.22) 1px, transparent 0) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #eefbf8 100%);
}
.showcase-card.is-ai {
  --sc-accent: #7c3aed;
  background:
    radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.22) 1px, transparent 0) 0 0 / 18px 18px,
    linear-gradient(180deg, #ffffff 0%, #f4efff 100%);
}
.showcase-card.is-ai .showcase-copy {
  padding-right: 4.25rem;
}
.showcase-card:hover,
.js .showcase-card.reveal.is-visible:hover {
  transform: translateY(-8px);
  box-shadow:
    0 1px 1px rgba(15, 23, 42, 0.04),
    0 32px 56px -24px rgba(15, 23, 42, 0.32);
}
.showcase-card:focus-visible {
  outline: 2px solid #1a78f5;
  outline-offset: 3px;
}
.showcase-copy {
  position: relative;
  z-index: 2;
  padding: 1.35rem 1.4rem 0.4rem;
}
.showcase-copy h3 {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0f172a;
}
.showcase-copy p {
  margin: 0.55rem 0 0;
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #64748b;
}
.showcase-ico {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-top: 0.05rem;
  border-radius: 0.55rem;
  color: var(--sc-accent);
  background: color-mix(in srgb, var(--sc-accent) 10%, #fff);
}
.showcase-ico svg {
  width: 0.92rem;
  height: 0.92rem;
}
.showcase-badge {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  z-index: 3;
}
.showcase-stage {
  position: relative;
  flex: 1;
  min-height: 16.5rem;
  margin: 0.2rem 0.55rem 0.7rem;
  overflow: visible;
}
.showcase-stage::before {
  content: "";
  position: absolute;
  inset: 8% 6% 0;
  border-radius: 1.15rem 1.15rem 1.35rem 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(90deg, transparent, transparent 17px, rgba(148, 163, 184, 0.07) 17px, rgba(148, 163, 184, 0.07) 18px),
    repeating-linear-gradient(0deg, transparent, transparent 17px, rgba(148, 163, 184, 0.07) 17px, rgba(148, 163, 184, 0.07) 18px);
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
}
.sc-ghost {
  position: absolute;
  inset: auto 8% 8% 8%;
  overflow: hidden;
  opacity: 0.34;
  filter: blur(0.2px);
  pointer-events: none;
}
.sc-ghost-table {
  top: 22%;
  bottom: 16%;
  opacity: 0.3;
}
.sc-ghost-flow {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 62%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 62%, transparent);
}
.sc-ghost-head,
.sc-ghost-row,
.sc-flow-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.7fr;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.68rem;
  color: #64748b;
}
.sc-ghost-head {
  margin-bottom: 0.55rem;
  font-weight: 600;
  color: #94a3b8;
}
.sc-ghost-row,
.sc-flow-row {
  padding: 0.38rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}
.sc-ghost-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.42rem;
  height: 3.4rem;
  margin-top: 0.8rem;
}
.sc-ghost-bars i {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: #cbd5e1;
}
.sc-ghost-bars i:nth-child(1) { height: 42%; }
.sc-ghost-bars i:nth-child(2) { height: 68%; }
.sc-ghost-bars i:nth-child(3) { height: 54%; }
.sc-ghost-bars i:nth-child(4) { height: 86%; }
.sc-ghost-bars i:nth-child(5) { height: 48%; }
.sc-ghost-bars i:nth-child(6) { height: 72%; }
.sc-ghost-bars i:nth-child(7) { height: 38%; }
.sc-flow-row {
  grid-template-columns: auto 1fr auto;
}
.sc-flow-row i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 99px;
}
.dot-blue { background: #2563eb; }
.dot-cyan { background: #0891b2; }
.dot-violet { background: #7c3aed; }
.dot-amber { background: #d97706; }
.sc-ghost-usage {
  inset: auto 8% 10% 8%;
  opacity: 0.55;
}
.sc-usage-track {
  display: flex;
  height: 0.7rem;
  overflow: hidden;
  border-radius: 99px;
  background: #e2e8f0;
}
.sc-usage-track .used {
  width: 58%;
  background: linear-gradient(90deg, #7c3aed, #8b5cf6);
}
.sc-usage-track .left {
  width: 18%;
  background: #fbbf24;
}
.sc-usage-legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin-top: 0.85rem;
  text-align: left;
}
.sc-usage-legend strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}
.sc-usage-legend span {
  font-size: 0.68rem;
  color: #64748b;
}
.sc-float {
  position: absolute;
  z-index: 2;
  width: min(86%, 17.5rem);
}
.sc-float-inner {
  background: #fff;
  border-radius: 1.15rem;
  padding: 0.95rem 1.05rem 1rem;
  box-shadow:
    0 18px 40px -18px rgba(15, 23, 42, 0.28),
    0 0 0 1px rgba(15, 23, 42, 0.05);
  transform: translateZ(0);
  animation: showcaseFloat 5.6s ease-in-out infinite;
}
.showcase-card.is-etl .sc-float-inner { animation-delay: -1.8s; }
.showcase-card.is-ai .sc-float-inner { animation-delay: -3.2s; }
.showcase-card:hover .sc-float-inner {
  animation-play-state: paused;
  transform: translateY(-6px);
}
@keyframes showcaseFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
.sc-hello {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #334155;
}
.sc-kpi {
  left: 5%;
  bottom: -1.15rem;
  width: min(90%, 18.75rem);
}
.sc-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.sc-kpi-grid span,
.sc-mini-table span {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
}
.sc-kpi-grid strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #0f172a;
}
.sc-kpi-grid em {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.68rem;
  font-style: normal;
  color: #94a3b8;
}
.sc-kpi-grid em.is-ok {
  color: #ea580c;
  font-weight: 600;
}
.sc-mini-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 0.85rem;
  padding-top: 0.7rem;
  border-top: 1px solid #eef2f7;
}
.sc-mini-table b {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: #0f172a;
}
.sc-pipeline {
  left: 50%;
  bottom: 14%;
  width: min(90%, 18.4rem);
  transform: translateX(-50%);
}
.sc-pipe {
  display: grid;
  grid-template-columns: 5.4rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.55rem;
  font-size: 0.72rem;
  color: #475569;
}
.sc-pipe b {
  min-width: 1.1rem;
  text-align: right;
  color: #0f172a;
}
.sc-bar {
  height: 0.42rem;
  overflow: hidden;
  border-radius: 99px;
  background: #eef2f7;
}
.sc-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}
.sc-pipe.is-cyan .sc-bar i { background: #0891b2; }
.sc-pipe.is-violet .sc-bar i { background: #7c3aed; }
.sc-pipe.is-amber .sc-bar i { background: #d97706; }
.sc-ai {
  right: -0.55rem;
  top: 1.1rem;
  width: min(82%, 16rem);
}
.sc-ai-metric strong {
  display: block;
  font-size: 2.35rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0f172a;
}
.sc-ai-metric span {
  font-size: 1.15rem;
  font-weight: 600;
  color: #7c3aed;
}
.sc-ai-metric em {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-style: normal;
  color: #64748b;
}
.sc-ai-chip {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.28rem 0.58rem;
  border-radius: 99px;
  background: rgba(124, 58, 237, 0.08);
  color: #6d28d9;
  font-size: 0.68rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .showcase-arch { display: block; }
  .showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.45rem;
  }
  .showcase-card { min-height: 30.5rem; }
  .showcase-copy { padding: 1.5rem 1.55rem 0.5rem; }
  .showcase-copy h3 { font-size: 1.14rem; }
}
@media (max-width: 767px) {
  .showcase-card { min-height: 26rem; }
  .sc-float { width: min(90%, 19rem); }
  .sc-ai { top: auto; bottom: 38%; }
}
@media (prefers-reduced-motion: reduce) {
  .sc-float-inner,
  .showcase-card:hover .sc-float-inner,
  .showcase-card:hover,
  .js .showcase-card.reveal.is-visible:hover {
    animation: none;
    transform: none;
  }
}

/* Premium floating header */

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

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

header.site-header.sticky {
  top: 0.7rem;
  z-index: 50;
  padding: 0 0.85rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

header.site-header.is-scrolled,
header.site-header:not(.is-scrolled) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

.header-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  border: 1px solid rgba(26, 120, 245, 0.14);
  box-shadow:
    0 18px 48px -24px rgba(15, 23, 42, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset,
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.header-shell::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #1a78f5 18%,
    #22d3ee 50%,
    #a78bfa 82%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: headerShine 5s linear infinite;
  pointer-events: none;
}

.header-shell::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -16px;
  height: 28px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(26, 120, 245, 0.22), transparent 72%);
  filter: blur(6px);
}

.site-header.is-scrolled .header-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.9));
  border-color: rgba(26, 120, 245, 0.18);
  box-shadow:
    0 22px 54px -22px rgba(15, 23, 42, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.site-header.is-menu-open .header-shell {
  border-bottom-left-radius: 1.15rem;
  border-bottom-right-radius: 1.15rem;
}

.header-shell > .container {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.site-header.is-scrolled .header-shell > .container {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  text-decoration: none;
}

.site-brand-mark {
  width: 75px;
  height: auto;
  flex-shrink: 0;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(26, 120, 245, 0.12));
}

.site-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  min-width: 0;
}

.site-brand-name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #014185;
}

.site-brand-tag {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}

.site-header.is-scrolled .site-brand-mark {
  width: 75px;
}

.site-header nav[aria-label="Ana navigasyon"] {
  gap: 0.15rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(241, 246, 255, 0.55);
  border: 1px solid rgba(26, 120, 245, 0.08);
}

.site-header nav[aria-label="Ana navigasyon"] > a,
.site-header nav[aria-label="Ana navigasyon"] [data-services-button] {
  position: relative;
  border-radius: 999px !important;
  padding: 0.48rem 0.78rem !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #475569 !important;
  background: transparent;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.site-header nav[aria-label="Ana navigasyon"] > a:hover,
.site-header nav[aria-label="Ana navigasyon"] [data-services-button]:hover {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 16px -10px rgba(15, 23, 42, 0.35);
}

.site-header nav[aria-label="Ana navigasyon"] > a[aria-current="page"],
.site-header nav[aria-label="Ana navigasyon"] [data-services-button].is-active {
  color: #1a78f5 !important;
  background: #fff;
  box-shadow:
    0 8px 18px -12px rgba(26, 120, 245, 0.55),
    0 0 0 1px rgba(26, 120, 245, 0.12);
}

.site-header nav[aria-label="Ana navigasyon"] [data-services-button] svg {
  transition: transform 0.25s ease;
}

.nav-item-services:hover [data-services-button] svg,
.nav-item-services:focus-within [data-services-button] svg,
[data-services-button][aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.site-header nav[aria-label="Ana navigasyon"] > a[href*="iletisim"] {
  margin-left: 0.2rem;
  background: linear-gradient(135deg, #1a78f5 0%, #1360e1 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px -10px rgba(26, 120, 245, 0.7);
}

.site-header nav[aria-label="Ana navigasyon"] > a[href*="iletisim"]:hover,
.site-header nav[aria-label="Ana navigasyon"] > a[href*="iletisim"][aria-current="page"] {
  background: linear-gradient(135deg, #3399ff 0%, #1a78f5 100%) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -10px rgba(26, 120, 245, 0.8);
}

.header-shell [data-mobile-toggle] {
  border-radius: 0.9rem;
  border-color: rgba(26, 120, 245, 0.16);
  background: linear-gradient(180deg, #fff, #eef8ff);
  color: #1a78f5;
  box-shadow: 0 8px 16px -12px rgba(26, 120, 245, 0.45);
}

.header-shell [data-mobile-toggle]:hover {
  background: #eef8ff;
  border-color: rgba(26, 120, 245, 0.32);
}

.header-shell .mobile-menu {
  border-top: 1px solid rgba(219, 227, 239, 0.9);
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.header-shell .mobile-menu nav > a,
.header-shell .mobile-menu [data-mobile-services-toggle] {
  border-radius: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-shell .mobile-menu nav > a:hover,
.header-shell .mobile-menu [data-mobile-services-toggle]:hover {
  background: rgba(26, 120, 245, 0.07);
}

.header-shell .mobile-menu nav > a[aria-current="page"] {
  color: #1a78f5 !important;
  background: rgba(26, 120, 245, 0.08);
}

.header-shell .mobile-menu nav > a[href*="iletisim"] {
  margin-top: 0.5rem;
  text-align: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a78f5 0%, #1360e1 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px -10px rgba(26, 120, 245, 0.65);
}

.services-dropdown > div {
  border: 1px solid rgba(26, 120, 245, 0.14) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    0 28px 56px -24px rgba(15, 23, 42, 0.35),
    0 0 0 1px rgba(26, 120, 245, 0.06);
}

.services-dropdown a:hover {
  background: rgba(26, 120, 245, 0.08) !important;
  color: #0f172a !important;
}

.services-dropdown a[aria-current="page"] {
  background: rgba(26, 120, 245, 0.1) !important;
  color: #1a78f5 !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .site-brand-mark,
  .site-header.is-scrolled .site-brand-mark {
    width: 75px;
  }

  .site-brand-name {
    font-size: 0.98rem;
  }

  .site-header nav[aria-label="Ana navigasyon"] > a,
  .site-header nav[aria-label="Ana navigasyon"] [data-services-button] {
    padding: 0.42rem 0.62rem !important;
    font-size: 0.78rem;
  }
}

@media (max-width: 1023px) {
  header.site-header.sticky {
    top: 0.5rem;
    padding: 0 0.7rem;
  }

  .header-shell {
    border-radius: 1.15rem;
  }

  .site-brand-mark {
    width: 75px;
  }

  .site-brand-name {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-shell::before {
    animation: none;
  }

  .site-header nav[aria-label="Ana navigasyon"] > a[href*="iletisim"]:hover {
    transform: none;
  }
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:border-brand-500\/30:hover {
  border-color: rgb(51 153 255 / 0.3);
}

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

.hover\:bg-white\/5:hover {
  background-color: rgb(15 23 42 / 0.05);
}

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

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

.hover\:shadow-card:hover {
  --tw-shadow: 0 8px 30px -10px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(148, 163, 184, 0.18);
  --tw-shadow-colored: 0 8px 30px -10px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-glow-sm:hover {
  --tw-shadow: 0 0 24px -8px rgba(59, 130, 246, 0.35);
  --tw-shadow-colored: 0 0 24px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:\[animation-play-state\:paused\]:hover {
  animation-play-state: paused;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

.focus\:z-\[100\]:focus {
  z-index: 100;
}

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

.focus\:bg-brand-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 120 245 / var(--tw-bg-opacity, 1));
}

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

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

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.025\] {
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-brand-500\/15 {
  background-color: rgb(51 153 255 / 0.15);
}

.group:hover .group-hover\:text-accent-cyan {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:shadow-glow {
  --tw-shadow: 0 0 40px -10px rgba(59, 130, 246, 0.45);
  --tw-shadow-colored: 0 0 40px -10px 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\:shadow-glow-cyan {
  --tw-shadow: 0 0 40px -10px rgba(34, 211, 238, 0.4);
  --tw-shadow-colored: 0 0 40px -10px 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\:shadow-glow-violet {
  --tw-shadow: 0 0 40px -10px rgba(167, 139, 250, 0.4);
  --tw-shadow-colored: 0 0 40px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }
}

@media (min-width: 640px) {
  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:\!pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-section {
    padding-bottom: 6rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:p-14 {
    padding: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* References page — luxury logo wall */
.refs-hero {
  display: grid;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .refs-hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.75fr);
    gap: 3rem;
  }
}

.refs-hero-stat {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 10.5rem;
  padding: 1.6rem 1.85rem 1.5rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(26, 120, 245, 0.16);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(241, 246, 255, 0.86));
  box-shadow:
    0 24px 50px -28px rgba(26, 120, 245, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.refs-hero-stat::before,
.refs-hero-stat::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.refs-hero-stat::before {
  right: -18%;
  top: -38%;
  width: 13rem;
  height: 13rem;
  background: radial-gradient(circle, rgba(26, 120, 245, 0.24), transparent 68%);
}

.refs-hero-stat::after {
  left: -12%;
  bottom: -42%;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), transparent 70%);
}

.refs-hero-stat strong {
  font-family: var(--font-display);
  font-size: clamp(4.25rem, 9vw, 6.75rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.86;
  background: linear-gradient(135deg, #1a78f5 0%, #0891b2 48%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.refs-hero-stat span {
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

@media (max-width: 767px) {
  .refs-hero-stat {
    align-items: center;
    text-align: center;
  }
}

.refs-marquee-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.refs-marquee-track {
  display: flex;
  width: max-content;
  gap: 0.85rem;
  padding-block: 0.2rem;
  animation: marquee 42s linear infinite;
}

.refs-marquee-track.is-reverse {
  animation-duration: 52s;
  animation-direction: reverse;
}

.refs-marquee-stack:hover .refs-marquee-track {
  animation-play-state: paused;
}

.refs-marquee-card,
.refs-card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(219, 227, 239, 0.95);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 28px -22px rgba(15, 23, 42, 0.35);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.refs-marquee-card {
  height: 5.15rem;
  width: 11.25rem;
  flex-shrink: 0;
  padding: 0.8rem 1.05rem;
}

.refs-card {
  width: 100%;
  height: 100%;
  min-height: 8.25rem;
  padding: 1.2rem;
}

.refs-marquee-card img,
.refs-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.refs-marquee-card:hover,
.refs-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 120, 245, 0.5);
  box-shadow:
    0 22px 44px -18px rgba(15, 23, 42, 0.2),
    0 0 0 1px rgba(26, 120, 245, 0.3),
    0 0 32px -8px rgba(26, 120, 245, 0.32);
}

.refs-marquee-card:hover img,
.refs-card:hover img {
  transform: scale(1.06);
}

.refs-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .refs-marquee-card {
    height: 5.85rem;
    width: 13.25rem;
    padding: 0.95rem 1.2rem;
  }

  .refs-bento {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .refs-bento > :nth-child(8n + 1):nth-child(-n + 32),
  .refs-bento > :nth-child(8n + 6):nth-child(-n + 32) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 17.5rem;
    padding: 2.15rem;
  }
}

@media (min-width: 768px) {
  .refs-bento {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

@media (max-width: 639px) {
  .refs-bento > :nth-child(5n + 1) {
    grid-column: span 2;
    min-height: 8.75rem;
    padding: 1.5rem 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .refs-marquee-track,
  .refs-marquee-track.is-reverse {
    animation: none !important;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .refs-marquee-track [aria-hidden="true"] {
    display: none;
  }

  .refs-marquee-stack {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .refs-marquee-card:hover,
  .refs-card:hover,
  .refs-marquee-card:hover img,
  .refs-card:hover img {
    transform: none;
  }
}
