@import url('https://fonts.googleapis.com/css2?family=Inter+Display:wght@400;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400&display=swap');

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "JetBrains Mono", 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;
}

html,
  body {
  overflow-x: clip;
  max-width: 100%;
}

:root {
  /* Dotone brand — Flux (primary) & Mynt (secondary) */
  --color-primary: #0096EE;
  --color-primary-50: #E6F5FE;
  --color-primary-100: #B3E3FC;
  --color-primary-200: #80D1FA;
  --color-primary-300: #4DBFF8;
  --color-primary-400: #1AADF6;
  --color-primary-500: #0096EE;
  --color-primary-600: #0078BE;
  --color-primary-700: #005A8F;
  --color-primary-800: #003C5F;
  --color-primary-900: #001E30;
  --color-secondary: #00FEC0;
  --color-secondary-50: #E6FFF9;
  --color-secondary-100: #B3FFED;
  --color-secondary-200: #80FFE1;
  --color-secondary-300: #4DFFD5;
  --color-secondary-400: #1AFFC9;
  --color-secondary-500: #00FEC0;
  --color-secondary-600: #00CB99;
  --color-secondary-700: #009873;
  --color-secondary-800: #00654D;
  --color-secondary-900: #003226;
  --color-accent: #E76500;
  --color-accent-50: #FFF4EB;
  --color-accent-100: #FFE2C2;
  --color-accent-200: #FFCF99;
  --color-accent-300: #FFB866;
  --color-accent-400: #FF9F33;
  --color-accent-500: #E76500;
  --color-accent-600: #C75500;
  --color-accent-700: #A84600;
  --color-accent-800: #893800;
  --color-accent-900: #6B2C00;
  --color-background: #F5F6F7;
  --color-surface: #EFF1F2;
  --color-surface-hover: #E5E7E9;
  --color-text-primary: #32363A;
  --color-text-secondary: #6A6D70;
  --color-text-tertiary: #89919A;
  --color-text-inverse: #FFFFFF;
  --color-success: #107E3E;
  --color-success-50: #E8F5ED;
  --color-success-100: #CCEBD9;
  --color-success-600: #0D6632;
  --color-success-700: #0A5027;
  --color-warning: #E9730C;
  --color-warning-50: #FEF3E6;
  --color-warning-100: #FDE4C7;
  --color-warning-600: #C75F0A;
  --color-warning-700: #A54E08;
  --color-error: #BB0000;
  --color-error-50: #FCE8E8;
  --color-error-100: #F8CCCC;
  --color-error-600: #990000;
  --color-error-700: #770000;
  --color-border: #D9D9D9;
  --color-border-light: #EAECEE;
  --color-border-dark: #BFBFBF;
  --shadow-sm: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --shadow-base: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --shadow-md: 0 4px 16px 0 rgba(29, 45, 62, 0.1);
  --shadow-lg: 0 8px 24px 0 rgba(29, 45, 62, 0.12);
  --shadow-xl: 0 16px 40px 0 rgba(29, 45, 62, 0.14);
  --gradient-brand: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
  --gradient-brand-hover: linear-gradient(135deg, #0078BE 0%, #00CB99 100%);
  --gradient-subtle: linear-gradient(180deg, #FFFFFF 0%, #F5F6F7 100%);
  --gradient-sky-frost: linear-gradient(180deg, #0096EE 0%, #E6F5FE 100%);
  --gradient-mint-flow: linear-gradient(180deg, #00A86B 0%, #00FEC0 100%);
  /* Timing Functions */
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  /* Spacing Scale */
  --spacing-xs: 0.25rem;
  /* 4px */
  --spacing-sm: 0.5rem;
  /* 8px */
  --spacing-md: 1rem;
  /* 16px */
  --spacing-lg: 1.5rem;
  /* 24px */
  --spacing-xl: 2rem;
  /* 32px */
  --spacing-2xl: 3rem;
  /* 48px */
  --spacing-3xl: 4rem;
  /* 64px */
  --spacing-4xl: 6rem;
  /* 96px */
}

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

body{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 247 / var(--tw-bg-opacity, 1));
  font-family: "Source Sans 3", system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

h1{
  font-size: 3rem;
  line-height: 3.5rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  h1{
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 4.5rem;
    line-height: 4.75rem;
  }
}

h2{
  font-size: 2.25rem;
  line-height: 2.75rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  h2{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

h3{
  font-size: 1.875rem;
  line-height: 2.5rem;
  line-height: 1.375;
}

@media (min-width: 768px){
  h3{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

h4{
  font-size: 1.5rem;
  line-height: 2.25rem;
  line-height: 1.375;
}

@media (min-width: 768px){
  h4{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h5{
  font-size: 1.25rem;
  line-height: 2rem;
  line-height: 1.5;
}

@media (min-width: 768px){
  h5{
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

h6{
  font-size: 1.125rem;
  line-height: 1.875rem;
  line-height: 1.5;
}

@media (min-width: 768px){
  h6{
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

p{
  font-size: 1rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  p{
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

a{
  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: 300ms;
}

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

/* Gradient Text */

.text-gradient{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: var(--gradient-brand);
}

/* Gradient Background */

.bg-gradient-brand {
  background-image: var(--gradient-brand);
}

/* Gradient Border */

/* Primary CTA Button — Flux brand */

@media (min-width: 1024px) {
  .guide-hero-grid .btn-primary {
    justify-content: flex-start;
  }
}

.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: var(--gradient-brand);
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
}

.btn-primary:hover:hover {
  background-image: var(--gradient-brand-hover);
}

.btn-primary:hover{
  background-image: linear-gradient(135deg, #0078BE 0%, #00CB99 100%);
}

.btn-primary{
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.btn-primary:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.btn-primary:focus{
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 209 250 / var(--tw-ring-opacity, 1));
}

/* Secondary Button */

@media (min-width: 1024px) {
  .guide-hero-grid .btn-secondary {
    justify-content: flex-start;
  }
}

.btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.btn-secondary{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 150 238 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.btn-secondary:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.btn-secondary:focus{
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(179 227 252 / var(--tw-ring-opacity, 1));
}

/* Outline Button */

@media (min-width: 1024px) {
  .guide-hero-grid .btn-outline {
    justify-content: flex-start;
  }
}

.btn-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.btn-outline{
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 150 238 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-outline:focus{
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 209 250 / var(--tw-ring-opacity, 1));
}

/* Card Component */

.card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.card:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.card-elevated{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-elevated:hover{
  --tw-shadow: 0 4px 16px 0 rgba(29, 45, 62, 0.1);
  --tw-shadow-colored: 0 4px 16px 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);
}

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

/* Input Fields */

.\!input{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.input{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.\!input{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!input:focus{
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 150 238 / var(--tw-ring-opacity, 1));
}

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

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

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

.\!input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.\!input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.input-error{
  --tw-border-opacity: 1;
  border-color: rgb(187 0 0 / var(--tw-border-opacity, 1));
}

.input-error:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 0 0 / var(--tw-ring-opacity, 1));
}

/* Badge Component */

.badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.badge-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(179 227 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.badge-success{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 80 39 / var(--tw-text-opacity, 1));
}

.badge-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(253 228 199 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(165 78 8 / var(--tw-text-opacity, 1));
}

.badge-error{
  --tw-bg-opacity: 1;
  background-color: rgb(248 204 204 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(119 0 0 / var(--tw-text-opacity, 1));
}

/* Section Container */

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

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

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

/* Container */

.container-custom{
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .container-custom{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .container-custom{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Scroll Animation */

.scroll-reveal{
  --tw-translate-y: 2.5rem;
  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));
  opacity: 0;
  transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-reveal.active{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.scroll-reveal-left{
  --tw-translate-x: -2.5rem;
  --tw-translate-y: 0px;
  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));
  opacity: 0;
  transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-delay, 0ms);
}

.scroll-reveal-left.active{
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.scroll-reveal-scale{
  --tw-translate-y: 2rem;
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
  opacity: 0;
  transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--scroll-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-reveal-scale.active{
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  opacity: 1;
}

/* Code Block */

/* Metric Display */

.metric{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: var(--gradient-brand);
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .metric{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px){
  .metric{
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

/* ── Dark hero (homepage) ── */

.hero-dark {
  background-color: #080c14;
  background-image:
      radial-gradient(ellipse 80% 50% at 20% -10%, rgba(0, 150, 238, 0.35) 0%, transparent 55%),
      radial-gradient(ellipse 60% 45% at 85% 10%, rgba(0, 254, 192, 0.2) 0%, transparent 50%),
      radial-gradient(ellipse 50% 40% at 50% 100%, rgba(0, 96, 238, 0.15) 0%, transparent 60%);
}

.text-gradient-flux{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
}

.text-gradient-mynt{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, #00FEC0 0%, #0096EE 100%);
}

.hero-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(26 255 201 / var(--tw-text-opacity, 1));
  --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);
}

.hero-module-pill{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.85);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  --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;
}

.hero-module-pill:hover{
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.1);
}

.hero-top-grid{
  display: grid;
  width: 100%;
  min-width: 0px;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .hero-top-grid{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    row-gap: 2rem;
  }
}

.hero-slider{
  position: relative;
  width: 100%;
}

.hero-scroll-track {
  --hero-slides: 5;
  --hero-step: 140vh;
  height: calc(var(--hero-slides) * var(--hero-step));
  position: relative;
}

@media (min-width: 768px) {
  .hero-scroll-track {
    --hero-step: 105vh;
  }
}

.hero-scroll-sticky {
  position: sticky;
  top: 4rem;
  z-index: 2;
  display: flex;
  min-height: calc(100dvh - 4rem);
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .hero-scroll-sticky {
    top: 5rem;
    min-height: calc(100vh - 5rem);
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.hero-slider-viewport {
  position: relative;
  width: 100%;
}

.hero-slide {
  display: none;
  width: 100%;
  min-width: 0;
}

.hero-slide.is-active {
  display: block;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-slider-controls {
    justify-content: flex-start;
  }
}

.hero-slider-controls{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

@media (min-width: 1024px){
  .hero-slider-controls{
    margin-top: 2.5rem;
  }
}

.hero-slider-dot{
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0.25rem;
}

.hero-slider-dot span{
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.25);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.hero-slider-dot.is-active span{
  width: 2rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0096EE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 150 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1AFFC9 var(--tw-gradient-to-position);
}

.hero-slider-dot:hover span{
  background-color: rgb(255 255 255 / 0.45);
}

.hero-slider-dot:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 173 246 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: transparent;
}

/* Slide 1 — connected factory (See More · Do More) */

.hero-command-body--factory {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
}

.hero-command-body--factory .hero-factory-dual {
  grid-column: 1 / -1;
  grid-row: 1;
}

.hero-command-body--factory .hero-factory-map {
  grid-column: 1 / -1;
  grid-row: 2;
}

.hero-command-body--factory .hero-command-chat {
  grid-column: 1 / -1;
  grid-row: 3;
}

.hero-factory-dual{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.hero-factory-panel{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.03);
  opacity: 0;
  transform: translateY(8px);
}

.hero-factory-panel--see {
  border-color: rgba(0, 150, 238, 0.2);
  background: rgba(0, 150, 238, 0.06);
}

.hero-factory-panel--do {
  border-color: rgba(0, 254, 192, 0.22);
  background: rgba(0, 254, 192, 0.06);
}

.hero-factory-panel-head{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 0.375rem;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-factory-panel-icon {
    justify-content: flex-start;
  }
}

.hero-factory-panel-icon{
  display: flex;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  color: #0096EE;
  background: rgba(0, 150, 238, 0.2);
  border: 1px solid rgba(0, 150, 238, 0.35);
}

.hero-factory-panel-icon--do {
  color: #00FEC0;
  background: rgba(0, 254, 192, 0.15);
  border-color: rgba(0, 254, 192, 0.35);
}

.hero-factory-panel-title{
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.85);
}

.hero-factory-panel--see .hero-factory-panel-title {
  color: #0096EE;
}

.hero-factory-panel--do .hero-factory-panel-title {
  color: #00FEC0;
}

.hero-factory-feed{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-factory-feed-item{
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  font-size: 8px;
  line-height: 1.375;
  color: rgb(255 255 255 / 0.55);
  opacity: 0;
  transform: translateX(-4px);
}

.hero-factory-feed-item strong{
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
}

.hero-factory-feed-dot{
  margin-top: 0.125rem;
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #0096EE;
  box-shadow: 0 0 6px rgba(0, 150, 238, 0.55);
  animation: hero-factory-dot-pulse 1.6s ease-in-out infinite;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-factory-feed-check {
    justify-content: flex-start;
  }
}

.hero-factory-feed-check{
  display: flex;
  height: 0.875rem;
  width: 0.875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 7px;
  color: #00FEC0;
  background: rgba(0, 254, 192, 0.15);
  border: 1px solid rgba(0, 254, 192, 0.35);
}

@keyframes hero-factory-dot-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.hero-factory-map {
  position: relative;
  min-height: 200px;
  margin-top: 0.25rem;
}

.hero-factory-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-factory-spoke {
  fill: none;
  stroke: rgba(0, 150, 238, 0.22);
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
  stroke-dashoffset: 20;
  opacity: 0;
}

.hero-factory-spoke--main {
  stroke: rgba(0, 254, 192, 0.35);
  stroke-width: 2;
}

.hero-factory-flow-line {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 17%;
  z-index: 1;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, rgba(0, 254, 192, 0.25), transparent);
  opacity: 0;
}

.hero-factory-flow-dot {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 9999px;
  background: #00FEC0;
  box-shadow: 0 0 10px rgba(0, 254, 192, 0.85);
}

.hero-slide.is-active.anim-play .hero-factory-flow-line {
  animation: hero-factory-flow-line-in 0.4s ease 0.9s forwards;
}

@keyframes hero-factory-flow-line-in {
  to {
    opacity: 1;
  }
}

.hero-slide.is-active.anim-play .hero-factory-flow-dot {
  animation: hero-factory-flow-dot 3.2s ease-in-out 1.2s infinite;
}

@keyframes hero-factory-flow-dot {
  0% {
    left: 0%;
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  94% {
    opacity: 1;
  }

  100% {
    left: calc(100% - 6px);
    opacity: 0;
  }
}

.hero-slide:not(.is-active) .hero-factory-flow-line,
  .hero-slide.is-active:not(.anim-play) .hero-factory-flow-line {
  opacity: 0;
  animation: none;
}

.hero-factory-hub {
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -50%) scale(0.85);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  opacity: 0;
}

.hero-factory-hub-logo{
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.25rem;
  background: rgba(8, 12, 20, 0.92);
  border: 1px solid rgba(0, 150, 238, 0.45);
  box-shadow: 0 8px 28px rgba(0, 150, 238, 0.4);
}

.hero-factory-sat {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: scale(0.9);
}

.hero-factory-sat span{
  display: inline-block;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 7px;
  font-weight: 600;
  background: rgba(0, 150, 238, 0.15);
  border: 1px solid rgba(0, 150, 238, 0.3);
  color: rgba(255, 255, 255, 0.85);
}

.hero-factory-sat--purchase {
  left: 8%;
  top: 8%;
}

.hero-factory-sat--iot {
  left: 50%;
  top: 2%;
  transform: translateX(-50%) scale(0.9);
}

.hero-factory-sat--vision {
  right: 8%;
  top: 8%;
}

.hero-factory-sat--hrms {
  left: 6%;
  top: 52%;
}

.hero-factory-sat--crm {
  right: 6%;
  top: 52%;
}

.hero-factory-pipeline {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 6%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.15rem;
}

.hero-factory-station{
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  opacity: 0;
  transform: translateY(10px);
}

.hero-factory-station-icon{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-factory-station-label {
    text-align: left;
  }
}

.hero-factory-station-label{
  text-align: center;
  font-size: 7px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(255 255 255 / 0.5);
}

.hero-factory-station--active .hero-factory-station-label {
  color: #00FEC0;
}

.hero-factory-station--active .hero-factory-station-icon {
  filter: drop-shadow(0 0 6px rgba(0, 254, 192, 0.6));
}

.hero-slide.is-active.anim-play .hero-factory-panel--see {
  animation: hero-factory-panel-in 0.5s ease forwards;
}

.hero-slide.is-active.anim-play .hero-factory-panel--do {
  animation: hero-factory-panel-in 0.5s ease 0.12s forwards;
}

@keyframes hero-factory-panel-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--see {
  animation: hero-factory-feed-in 0.4s ease forwards;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--see:nth-child(1) {
  animation-delay: 0.25s;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--see:nth-child(2) {
  animation-delay: 0.38s;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--see:nth-child(3) {
  animation-delay: 0.51s;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--do {
  animation: hero-factory-feed-in 0.4s ease forwards;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--do:nth-child(1) {
  animation-delay: 0.35s;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--do:nth-child(2) {
  animation-delay: 0.48s;
}

.hero-slide.is-active.anim-play .hero-factory-feed-item--do:nth-child(3) {
  animation-delay: 0.61s;
}

@keyframes hero-factory-feed-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-slide.is-active.anim-play .hero-factory-hub {
  animation: hero-factory-hub-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes hero-factory-hub-in {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-factory-spoke {
  animation: hero-factory-spoke-in 0.6s ease forwards, hero-factory-spoke-flow 2.4s linear 0.8s infinite;
}

.hero-slide.is-active.anim-play .hero-factory-spoke:nth-child(1) {
  animation-delay: 0.3s, 0.9s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke:nth-child(2) {
  animation-delay: 0.35s, 0.95s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke:nth-child(3) {
  animation-delay: 0.4s, 1s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke:nth-child(4) {
  animation-delay: 0.45s, 1.05s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke:nth-child(5) {
  animation-delay: 0.5s, 1.1s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke--main:nth-child(6) {
  animation-delay: 0.55s, 1.15s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke--main:nth-child(7) {
  animation-delay: 0.6s, 1.2s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke--main:nth-child(8) {
  animation-delay: 0.65s, 1.25s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke--main:nth-child(9) {
  animation-delay: 0.7s, 1.3s;
}

.hero-slide.is-active.anim-play .hero-factory-spoke--main:nth-child(10) {
  animation-delay: 0.75s, 1.35s;
}

@keyframes hero-factory-spoke-in {
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes hero-factory-spoke-flow {
  to {
    stroke-dashoffset: -18;
  }
}

.hero-slide.is-active.anim-play .hero-factory-sat {
  animation: hero-factory-sat-in 0.45s ease forwards;
}

.hero-slide.is-active.anim-play .hero-factory-sat--purchase {
  animation-delay: 0.5s;
}

.hero-slide.is-active.anim-play .hero-factory-sat--iot {
  animation-delay: 0.58s;
}

.hero-slide.is-active.anim-play .hero-factory-sat--vision {
  animation-delay: 0.66s;
}

.hero-slide.is-active.anim-play .hero-factory-sat--hrms {
  animation-delay: 0.74s;
}

.hero-slide.is-active.anim-play .hero-factory-sat--crm {
  animation-delay: 0.82s;
}

@keyframes hero-factory-sat-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-factory-sat--iot {
  animation-name: hero-factory-sat-in-iot;
}

@keyframes hero-factory-sat-in-iot {
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-factory-station {
  animation: hero-factory-station-in 0.45s ease forwards;
}

.hero-slide.is-active.anim-play .hero-factory-station:nth-child(1) {
  animation-delay: 0.65s;
}

.hero-slide.is-active.anim-play .hero-factory-station:nth-child(2) {
  animation-delay: 0.75s;
}

.hero-slide.is-active.anim-play .hero-factory-station:nth-child(3) {
  animation-delay: 0.85s;
}

.hero-slide.is-active.anim-play .hero-factory-station:nth-child(4) {
  animation-delay: 0.95s;
}

.hero-slide.is-active.anim-play .hero-factory-station:nth-child(5) {
  animation-delay: 1.05s;
}

@keyframes hero-factory-station-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide:not(.is-active) .hero-factory-panel,
  .hero-slide.is-active:not(.anim-play) .hero-factory-panel {
  opacity: 0;
  transform: translateY(8px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-factory-feed-item,
  .hero-slide.is-active:not(.anim-play) .hero-factory-feed-item {
  opacity: 0;
  transform: translateX(-4px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-factory-hub,
  .hero-slide.is-active:not(.anim-play) .hero-factory-hub {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  animation: none;
}

.hero-slide:not(.is-active) .hero-factory-spoke,
  .hero-slide.is-active:not(.anim-play) .hero-factory-spoke {
  opacity: 0;
  stroke-dashoffset: 20;
  animation: none;
}

.hero-slide:not(.is-active) .hero-factory-sat,
  .hero-slide.is-active:not(.anim-play) .hero-factory-sat {
  opacity: 0;
  transform: scale(0.9);
  animation: none;
}

.hero-slide:not(.is-active) .hero-factory-sat--iot,
  .hero-slide.is-active:not(.anim-play) .hero-factory-sat--iot {
  transform: translateX(-50%) scale(0.9);
}

.hero-slide:not(.is-active) .hero-factory-station,
  .hero-slide.is-active:not(.anim-play) .hero-factory-station {
  opacity: 0;
  transform: translateY(10px);
  animation: none;
}

@media (max-width: 767px) {
  .hero-factory-map {
    min-height: 170px;
  }

  .hero-factory-dual{
    gap: 0.375rem;
  }

  .hero-factory-panel{
    padding: 0.5rem;
  }

  .hero-factory-station-label{
    font-size: 6px;
  }

  .hero-factory-sat span{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 6px;
  }
}

/* Slide 2 — automation pipeline (unique from slide 1 orbit) */

.hero-command-body--pipeline .hero-pipeline-panel {
  grid-column: 1;
  grid-row: 1;
}

.hero-command-body--pipeline .hero-trigger-hub {
  grid-column: 2;
  grid-row: 1 / 3;
}

.hero-command-body--pipeline .hero-command-chat {
  grid-column: 1;
  grid-row: 2;
}

.hero-pipeline-panel{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-pipeline-steps{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.hero-pipeline-step{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 10px;
  font-weight: 500;
  color: rgb(255 255 255 / 0.4);
  opacity: 0;
  transform: translateX(-10px);
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-pipeline-icon {
    justify-content: flex-start;
  }
}

.hero-pipeline-icon{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-pipeline-step--done{
  color: rgb(255 255 255 / 0.8);
}

.hero-pipeline-step--done .hero-pipeline-icon {
  background: rgba(16, 185, 129, 0.2);
  border-color: rgba(16, 185, 129, 0.45);
  color: #34d399;
}

.hero-pipeline-step--active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-pipeline-step--active .hero-pipeline-icon {
  background: rgba(0, 254, 192, 0.2);
  border-color: rgba(0, 254, 192, 0.5);
  color: #00FEC0;
  animation: hero-pipeline-pulse 1.4s ease-in-out infinite;
}

@keyframes hero-pipeline-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 254, 192, 0.45);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(0, 254, 192, 0);
  }
}

.hero-pipeline-connector{
  margin-left: 9px;
  height: 0.75rem;
  width: 0.125rem;
  transform-origin: top;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleY(0);
}

.hero-pipeline-connector--done {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.7), rgba(0, 254, 192, 0.5));
}

.hero-pipeline-connector--active {
  background: linear-gradient(180deg, rgba(0, 254, 192, 0.8), rgba(0, 150, 238, 0.4));
  animation: hero-connector-flow 1.2s ease-in-out infinite;
}

@keyframes hero-connector-flow {
  0%, 100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 254, 192, 0.5);
  }
}

.hero-pipeline-stats{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-pipeline-stat {
    text-align: left;
  }
}

.hero-pipeline-stat{
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  opacity: 0;
  transform: translateY(6px);
}

.hero-pipeline-stat--highlight {
  background: rgba(0, 254, 192, 0.1);
  border: 1px solid rgba(0, 254, 192, 0.2);
}

.hero-pipeline-stat-val{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-pipeline-stat--highlight .hero-pipeline-stat-val {
  color: #00FEC0;
}

.hero-pipeline-stat-lbl{
  margin-top: 0.125rem;
  display: block;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.4);
}

.hero-slide.is-active.anim-play .hero-pipeline-step {
  animation: hero-pipeline-step-in 0.45s ease forwards;
}

.hero-slide.is-active.anim-play .hero-pipeline-step:nth-child(1) {
  animation-delay: 0.15s;
}

.hero-slide.is-active.anim-play .hero-pipeline-step:nth-child(3) {
  animation-delay: 0.35s;
}

.hero-slide.is-active.anim-play .hero-pipeline-step:nth-child(5) {
  animation-delay: 0.55s;
}

.hero-slide.is-active.anim-play .hero-pipeline-step:nth-child(7) {
  animation-delay: 0.75s;
}

.hero-slide.is-active.anim-play .hero-pipeline-connector {
  animation: hero-pipeline-conn-grow 0.35s ease forwards;
}

.hero-slide.is-active.anim-play .hero-pipeline-connector:nth-child(2) {
  animation-delay: 0.3s;
}

.hero-slide.is-active.anim-play .hero-pipeline-connector:nth-child(4) {
  animation-delay: 0.5s;
}

.hero-slide.is-active.anim-play .hero-pipeline-connector:nth-child(6) {
  animation-delay: 0.7s;
}

@keyframes hero-pipeline-step-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hero-pipeline-conn-grow {
  to {
    transform: scaleY(1);
  }
}

.hero-slide.is-active.anim-play .hero-pipeline-stat {
  animation: hero-pipeline-stat-in 0.5s ease forwards;
}

.hero-slide.is-active.anim-play .hero-pipeline-stat:nth-child(1) {
  animation-delay: 0.9s;
}

.hero-slide.is-active.anim-play .hero-pipeline-stat:nth-child(2) {
  animation-delay: 1.05s;
}

@keyframes hero-pipeline-stat-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-trigger-hub {
    justify-content: flex-start;
  }
}

.hero-trigger-hub{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  min-height: 220px;
  width: 100%;
}

.hero-trigger-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 9999px;
  border: 1px solid rgba(0, 254, 192, 0.25);
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}

.hero-trigger-ring--1 {
  width: 100px;
  height: 100px;
}

.hero-trigger-ring--2 {
  width: 140px;
  height: 140px;
}

.hero-trigger-ring--3 {
  width: 180px;
  height: 180px;
}

.hero-slide.is-active.anim-play .hero-trigger-ring {
  animation: hero-trigger-ring-pulse 2.4s ease-out infinite;
}

.hero-slide.is-active.anim-play .hero-trigger-ring--1 {
  animation-delay: 0s;
}

.hero-slide.is-active.anim-play .hero-trigger-ring--2 {
  animation-delay: 0.4s;
}

.hero-slide.is-active.anim-play .hero-trigger-ring--3 {
  animation-delay: 0.8s;
}

@keyframes hero-trigger-ring-pulse {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.75);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-trigger-core {
    justify-content: flex-start;
  }
}

.hero-trigger-core{
  position: relative;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background: rgba(8, 12, 20, 0.92);
  border: 1px solid rgba(0, 254, 192, 0.4);
  box-shadow: 0 8px 32px rgba(0, 254, 192, 0.35);
}

.hero-trigger-badge{
  position: absolute;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 8px;
  font-weight: 600;
  background: rgba(0, 254, 192, 0.12);
  border: 1px solid rgba(0, 254, 192, 0.35);
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transform: scale(0.85);
}

.hero-trigger-badge--1 {
  top: 12%;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
}

.hero-trigger-badge--2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.85);
}

.hero-trigger-badge--3 {
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
}

.hero-trigger-badge--4 {
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.85);
}

.hero-slide.is-active.anim-play .hero-trigger-badge {
  animation: hero-trigger-badge-in 0.4s ease forwards;
}

.hero-slide.is-active.anim-play .hero-trigger-badge--1 {
  animation-delay: 0.5s;
}

.hero-slide.is-active.anim-play .hero-trigger-badge--2 {
  animation-delay: 0.65s;
}

.hero-slide.is-active.anim-play .hero-trigger-badge--3 {
  animation-delay: 0.8s;
}

.hero-slide.is-active.anim-play .hero-trigger-badge--4 {
  animation-delay: 0.95s;
}

@keyframes hero-trigger-badge-in {
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-trigger-badge--2 {
  animation-name: hero-trigger-badge-in-right;
}

.hero-slide.is-active.anim-play .hero-trigger-badge--4 {
  animation-name: hero-trigger-badge-in-left;
}

@keyframes hero-trigger-badge-in-right {
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

@keyframes hero-trigger-badge-in-left {
  to {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}

.hero-slide:not(.is-active) .hero-pipeline-step,
  .hero-slide.is-active:not(.anim-play) .hero-pipeline-step {
  opacity: 0;
  transform: translateX(-10px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-pipeline-connector,
  .hero-slide.is-active:not(.anim-play) .hero-pipeline-connector {
  transform: scaleY(0);
  animation: none;
}

.hero-slide:not(.is-active) .hero-pipeline-stat,
  .hero-slide.is-active:not(.anim-play) .hero-pipeline-stat {
  opacity: 0;
  transform: translateY(6px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-trigger-ring,
  .hero-slide.is-active:not(.anim-play) .hero-trigger-ring {
  opacity: 0;
  animation: none;
}

.hero-slide:not(.is-active) .hero-trigger-badge,
  .hero-slide.is-active:not(.anim-play) .hero-trigger-badge {
  opacity: 0;
  animation: none;
}

@media (max-width: 767px) {
  .hero-command-body--pipeline .hero-pipeline-panel,
    .hero-command-body--pipeline .hero-trigger-hub,
    .hero-command-body--pipeline .hero-command-chat {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-trigger-hub {
    min-height: 200px;
  }
}

/* Slide 4 — AI agents with person + holographic panels */

.hero-command-viz--agents {
  max-width: 560px;
}

.hero-agents-scene {
  position: relative;
  min-height: 380px;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero-agents-scene {
    min-height: 440px;
  }
}

.hero-agents-scene-glow {
  position: absolute;
  inset: 5% 5% 0;
  background:
      radial-gradient(ellipse 55% 70% at 50% 75%, rgba(0, 254, 192, 0.18) 0%, transparent 65%),
      radial-gradient(ellipse 80% 60% at 50% 70%, rgba(0, 150, 238, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.hero-agents-figure {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 340px;
  opacity: 0;
  transform: translateY(20px);
}

.hero-agents-figure::before {
  content: '';
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 72%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(0, 254, 192, 0.22) 0%, rgba(0, 150, 238, 0.12) 40%, transparent 72%);
  pointer-events: none;
  z-index: -1;
}

.hero-agents-person-img {
  display: block;
  max-height: min(480px, 60vh);
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}

.hero-agents-holo {
  position: absolute;
  z-index: 2;
  border-radius: 14px;
  border: 1px solid rgba(0, 254, 192, 0.25);
  background: rgba(8, 20, 36, 0.72);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 16px 48px rgba(0, 0, 0, 0.4),
      0 0 32px rgba(0, 150, 238, 0.12);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
}

.hero-agents-holo--main {
  right: 2%;
  top: 22%;
  width: min(52%, 240px);
  padding: 0.65rem 0.75rem 0.75rem;
}

.hero-agents-holo--feed {
  left: 2%;
  top: 8%;
  width: min(42%, 175px);
  padding: 0.6rem 0.7rem;
}

.hero-agents-holo--chat {
  left: 6%;
  bottom: 6%;
  width: min(68%, 280px);
  padding: 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-agents-holo-header{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 0.375rem;
  font-size: 10px;
  font-weight: 500;
  color: rgb(255 255 255 / 0.85);
}

.hero-agents-holo-title{
  flex: 1 1 0%;
}

.hero-agents-holo-badge{
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(0, 254, 192, 0.15);
  color: #00FEC0;
}

.hero-agents-holo-chart{
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-chart-bars--agents{
  height: 3rem;
}

.hero-agents-holo-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.hero-agents-holo-chip{
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.45);
  background: rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: scale(0.9);
}

.hero-agents-holo-chip--active {
  border-color: rgba(0, 254, 192, 0.4);
  background: rgba(0, 254, 192, 0.12);
  color: #00FEC0;
}

.hero-agents-holo--feed .hero-agents-feed-list{
  margin-top: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-agent-feed-item{
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  font-size: 8px;
  line-height: 1.375;
  color: rgb(255 255 255 / 0.5);
  opacity: 0;
  transform: translateX(6px);
}

.hero-agent-feed-item strong{
  font-weight: 600;
  color: rgb(255 255 255 / 0.8);
}

.hero-agent-feed-dot{
  margin-top: 0.125rem;
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-agent-feed-item--done .hero-agent-feed-dot {
  background: #34d399;
  box-shadow: 0 0 6px rgba(52, 211, 153, 0.5);
}

.hero-agent-feed-item--active{
  color: rgb(255 255 255 / 0.8);
}

.hero-agent-feed-item--active .hero-agent-feed-dot {
  background: #00FEC0;
  animation: hero-agent-dot-pulse 1.2s ease-in-out infinite;
}

@keyframes hero-agent-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 254, 192, 0.5);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(0, 254, 192, 0);
  }
}

.hero-agents-holo--chat .hero-chat-bubble{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 9px;
}

.hero-slide.is-active.anim-play .hero-agents-figure {
  animation: hero-agents-figure-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes hero-agents-figure-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide.is-active.anim-play .hero-agents-holo {
  animation: hero-agents-holo-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-slide.is-active.anim-play .hero-agents-holo--main {
  animation-delay: 0.25s;
}

.hero-slide.is-active.anim-play .hero-agents-holo--feed {
  animation-delay: 0.4s;
}

.hero-slide.is-active.anim-play .hero-agents-holo--chat {
  animation-delay: 0.55s;
}

@keyframes hero-agents-holo-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip {
  animation: hero-agents-chip-in 0.35s ease forwards;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(1) {
  animation-delay: 0.45s;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(2) {
  animation-delay: 0.52s;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(3) {
  animation-delay: 0.59s;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(4) {
  animation-delay: 0.66s;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(5) {
  animation-delay: 0.73s;
}

.hero-slide.is-active.anim-play .hero-agents-holo-chip:nth-child(6) {
  animation-delay: 0.8s;
}

@keyframes hero-agents-chip-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar {
  animation: hero-chart-grow 0.6s ease forwards;
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar:nth-child(1) {
  animation-delay: 0.35s;
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar:nth-child(2) {
  animation-delay: 0.42s;
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar:nth-child(3) {
  animation-delay: 0.49s;
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar:nth-child(4) {
  animation-delay: 0.56s;
}

.hero-slide.is-active.anim-play .hero-chart-bars--agents .hero-chart-bar:nth-child(5) {
  animation-delay: 0.63s;
}

.hero-slide.is-active.anim-play .hero-agent-feed-item {
  animation: hero-agent-feed-in 0.45s ease forwards;
}

.hero-slide.is-active.anim-play .hero-agent-feed-item:nth-child(1) {
  animation-delay: 0.65s;
}

.hero-slide.is-active.anim-play .hero-agent-feed-item:nth-child(2) {
  animation-delay: 0.8s;
}

@keyframes hero-agent-feed-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-slide.is-active.anim-play .hero-agents-holo--main {
  animation: hero-agents-holo-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards,
               hero-agents-holo-glow 3s ease-in-out 1s infinite;
}

@keyframes hero-agents-holo-glow {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 16px 48px rgba(0,0,0,0.4), 0 0 24px rgba(0,150,238,0.12);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(0,254,192,0.15) inset, 0 16px 48px rgba(0,0,0,0.4), 0 0 36px rgba(0,254,192,0.2);
  }
}

.hero-slide:not(.is-active) .hero-agents-figure,
  .hero-slide.is-active:not(.anim-play) .hero-agents-figure {
  opacity: 0;
  transform: translateY(20px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-agents-holo,
  .hero-slide.is-active:not(.anim-play) .hero-agents-holo {
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  animation: none;
}

.hero-slide:not(.is-active) .hero-agents-holo-chip,
  .hero-slide.is-active:not(.anim-play) .hero-agents-holo-chip {
  opacity: 0;
  transform: scale(0.9);
  animation: none;
}

.hero-slide:not(.is-active) .hero-agent-feed-item,
  .hero-slide.is-active:not(.anim-play) .hero-agent-feed-item {
  opacity: 0;
  transform: translateX(6px);
  animation: none;
}

/* Slide 5 — Vision AI (camera feed + QC metrics) */

.hero-command-body--vision {
  grid-template-rows: auto auto;
}

.hero-command-body--vision .hero-vision-feed {
  grid-column: 1;
  grid-row: 1;
}

.hero-command-body--vision .hero-vision-panel {
  grid-column: 2;
  grid-row: 1 / 3;
}

.hero-command-body--vision .hero-command-chat {
  grid-column: 1;
  grid-row: 2;
}

.hero-vision-feed{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-vision-cam {
  position: relative;
  margin-top: 0.5rem;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8, 18, 32, 0.95) 0%, rgba(12, 28, 48, 0.85) 100%);
  border: 1px solid rgba(0, 254, 192, 0.15);
}

.hero-vision-grid {
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(rgba(0, 254, 192, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 254, 192, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.6;
}

.hero-vision-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00FEC0, transparent);
  box-shadow: 0 0 12px rgba(0, 254, 192, 0.8);
  animation: hero-vision-scan 2.8s ease-in-out infinite;
}

@keyframes hero-vision-scan {
  0%, 100% {
    top: 12%;
    opacity: 0.4;
  }

  50% {
    top: 78%;
    opacity: 1;
  }
}

.hero-vision-cam-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 255, 255, 0.08);
}

.hero-vision-cam-icon svg {
  width: 100%;
  height: 100%;
}

.hero-vision-box {
  position: absolute;
  border-radius: 4px;
  border: 1.5px solid;
  opacity: 0;
  transform: scale(0.92);
}

.hero-vision-box-label{
  position: absolute;
  top: -1rem;
  left: 0px;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.hero-vision-box--pass {
  top: 22%;
  left: 14%;
  width: 38%;
  height: 32%;
  border-color: rgba(52, 211, 153, 0.85);
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.25);
}

.hero-vision-box--pass .hero-vision-box-label {
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
}

.hero-vision-box--check {
  top: 48%;
  right: 10%;
  width: 34%;
  height: 28%;
  border-color: rgba(0, 150, 238, 0.75);
  box-shadow: 0 0 10px rgba(0, 150, 238, 0.2);
  animation: hero-vision-box-pulse 1.6s ease-in-out infinite;
}

.hero-vision-box--check .hero-vision-box-label {
  background: rgba(0, 150, 238, 0.2);
  color: #0096EE;
}

@keyframes hero-vision-box-pulse {
  0%, 100% {
    border-color: rgba(0, 150, 238, 0.5);
  }

  50% {
    border-color: rgba(0, 254, 192, 0.9);
    box-shadow: 0 0 16px rgba(0, 254, 192, 0.35);
  }
}

.hero-vision-tags{
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.hero-vision-tag{
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.4);
  background: rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: translateY(4px);
}

.hero-vision-tag--active {
  border-color: rgba(0, 254, 192, 0.35);
  background: rgba(0, 254, 192, 0.1);
  color: #00FEC0;
}

.hero-vision-panel{
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-vision-metrics{
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-vision-metric {
    text-align: left;
  }
}

.hero-vision-metric{
  border-radius: 0.5rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  opacity: 0;
  transform: translateY(6px);
}

.hero-vision-metric--highlight {
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.25);
}

.hero-vision-metric--highlight .hero-report-metric-val {
  color: #34d399;
}

.hero-vision-metric-lbl{
  margin-top: 0.125rem;
  display: block;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.4);
}

.hero-vision-bars{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding-top: 0.5rem;
}

.hero-vision-bar-row{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-vision-bar-row span{
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.45);
}

.hero-vision-bar-track{
  height: 0.375rem;
  overflow: hidden;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-vision-bar-fill{
  height: 100%;
  transform-origin: left;
  border-radius: 9999px;
  width: 0;
  transform: scaleX(0);
}

.hero-vision-bar-fill--qc {
  background: linear-gradient(90deg, #0096EE, #00FEC0);
}

.hero-vision-bar-fill--acc {
  background: linear-gradient(90deg, #34d399, #00FEC0);
}

.hero-slide.is-active.anim-play .hero-vision-box {
  animation: hero-vision-box-in 0.5s ease forwards;
}

.hero-slide.is-active.anim-play .hero-vision-box--pass {
  animation-delay: 0.2s;
}

.hero-slide.is-active.anim-play .hero-vision-box--check {
  animation-delay: 0.4s;
}

@keyframes hero-vision-box-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-slide.is-active.anim-play .hero-vision-tag {
  animation: hero-vision-tag-in 0.4s ease forwards;
}

.hero-slide.is-active.anim-play .hero-vision-tag:nth-child(1) {
  animation-delay: 0.55s;
}

.hero-slide.is-active.anim-play .hero-vision-tag:nth-child(2) {
  animation-delay: 0.65s;
}

.hero-slide.is-active.anim-play .hero-vision-tag:nth-child(3) {
  animation-delay: 0.75s;
}

@keyframes hero-vision-tag-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide.is-active.anim-play .hero-vision-metric--anim {
  animation: hero-pipeline-stat-in 0.5s ease forwards;
}

.hero-slide.is-active.anim-play .hero-vision-metric--anim:nth-child(1) {
  animation-delay: 0.3s;
}

.hero-slide.is-active.anim-play .hero-vision-metric--anim:nth-child(2) {
  animation-delay: 0.45s;
}

.hero-slide.is-active.anim-play .hero-vision-metric--anim:nth-child(3) {
  animation-delay: 0.6s;
}

.hero-slide.is-active.anim-play .hero-vision-bar-fill {
  animation: hero-vision-bar-grow 0.7s ease forwards;
}

.hero-slide.is-active.anim-play .hero-vision-bar-fill--qc {
  animation-delay: 0.7s;
}

.hero-slide.is-active.anim-play .hero-vision-bar-fill--acc {
  animation-delay: 0.85s;
}

@keyframes hero-vision-bar-grow {
  to {
    width: var(--w);
    transform: scaleX(1);
  }
}

.hero-slide:not(.is-active) .hero-vision-box,
  .hero-slide.is-active:not(.anim-play) .hero-vision-box {
  opacity: 0;
  transform: scale(0.92);
  animation: none;
}

.hero-slide:not(.is-active) .hero-vision-tag,
  .hero-slide.is-active:not(.anim-play) .hero-vision-tag {
  opacity: 0;
  transform: translateY(4px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-vision-metric,
  .hero-slide.is-active:not(.anim-play) .hero-vision-metric {
  opacity: 0;
  transform: translateY(6px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-vision-bar-fill,
  .hero-slide.is-active:not(.anim-play) .hero-vision-bar-fill {
  width: 0;
  transform: scaleX(0);
  animation: none;
}

@media (max-width: 767px) {
  .hero-command-body--vision .hero-vision-feed,
    .hero-command-body--vision .hero-vision-panel,
    .hero-command-body--vision .hero-command-chat {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Slide 3 — forecast & reports (chart + orbit) */

.hero-command-body--reports {
  grid-template-rows: auto auto auto;
}

.hero-command-body--reports .hero-report-panel {
  grid-column: 1;
  grid-row: 1;
}

.hero-command-body--reports .hero-orbit-wrap--reports {
  grid-column: 2;
  grid-row: 1 / 3;
}

.hero-command-body--reports .hero-report-metrics {
  grid-column: 1;
  grid-row: 2;
}

.hero-command-body--reports .hero-command-chat {
  grid-column: 1 / -1;
  grid-row: 3;
}

.hero-report-panel{
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero-report-chart{
  margin-top: 0.5rem;
  height: 5rem;
  width: 100%;
}

.hero-report-area {
  fill: url(#heroReportFill);
  opacity: 0;
}

.hero-report-bars{
  margin-top: 0.75rem;
  display: flex;
  height: 2.5rem;
  align-items: flex-end;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

.hero-report-bar{
  position: relative;
  flex: 1 1 0%;
  transform-origin: bottom;
  border-radius: 0.125rem;
  height: var(--h);
  background: linear-gradient(180deg, rgba(0, 150, 238, 0.85), rgba(0, 150, 238, 0.25));
  transform: scaleY(0);
}

.hero-report-bar span{
  position: absolute;
  bottom: -1rem;
  left: 50%;
  --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));
  white-space: nowrap;
  font-size: 7px;
  color: rgb(255 255 255 / 0.4);
}

.hero-report-bar--peak {
  background: linear-gradient(180deg, #00FEC0, rgba(0, 150, 238, 0.35));
  box-shadow: 0 0 10px rgba(0, 254, 192, 0.3);
}

.hero-report-bar:nth-child(1) {
  --ri: 0;
}

.hero-report-bar:nth-child(2) {
  --ri: 1;
}

.hero-report-bar:nth-child(3) {
  --ri: 2;
}

.hero-report-bar:nth-child(4) {
  --ri: 3;
}

.hero-orbit-wrap--reports .hero-orbit-node span {
  background: rgba(139, 92, 246, 0.18);
  border-color: rgba(139, 92, 246, 0.4);
}

.hero-orbit-wrap--reports .hero-orbit-ring--outer {
  border-color: rgba(139, 92, 246, 0.22);
}

.hero-orbit-spin--reverse {
  animation: hero-orbit-spin 32s linear infinite reverse;
}

.hero-orbit-node--r1 {
  transform: rotate(0deg) translateY(-98px) rotate(0deg);
}

.hero-orbit-node--r2 {
  transform: rotate(60deg) translateY(-98px) rotate(-60deg);
}

.hero-orbit-node--r3 {
  transform: rotate(120deg) translateY(-98px) rotate(-120deg);
}

.hero-orbit-node--r4 {
  transform: rotate(180deg) translateY(-98px) rotate(-180deg);
}

.hero-orbit-node--r5 {
  transform: rotate(240deg) translateY(-98px) rotate(-240deg);
}

.hero-orbit-node--r6 {
  transform: rotate(300deg) translateY(-98px) rotate(-300deg);
}

.hero-report-line--actual {
  stroke: #0096EE;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.hero-report-line--forecast {
  stroke: #00FEC0;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
}

.hero-report-dot {
  fill: #00FEC0;
  opacity: 0;
  transform-origin: 120px 38px;
}

.hero-slide.is-active.anim-play .hero-report-line--actual {
  animation: hero-report-draw 1.2s ease forwards 0.2s;
}

.hero-slide.is-active.anim-play .hero-report-line--forecast {
  animation: hero-report-draw 0.8s ease forwards 0.9s;
}

.hero-slide.is-active.anim-play .hero-report-area {
  animation: hero-area-fade 1s ease forwards 0.5s;
}

.hero-slide.is-active.anim-play .hero-report-dot {
  animation: hero-dot-pop 0.4s ease forwards 1.1s;
}

.hero-slide.is-active.anim-play .hero-report-bar {
  animation: hero-bar-grow 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--ri, 0) * 0.1s + 1.2s);
}

@keyframes hero-report-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hero-area-fade {
  to {
    opacity: 1;
  }
}

@keyframes hero-dot-pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.4);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-report-metrics{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-report-metric {
    text-align: left;
  }
}

.hero-report-metric{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 0.625rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  opacity: 0;
  transform: translateY(8px);
}

.hero-slide.is-active.anim-play .hero-report-metric--anim {
  animation: hero-metric-in 0.5s ease forwards;
}

.hero-slide.is-active.anim-play .hero-report-metric--anim:nth-child(1) {
  animation-delay: 0.3s;
}

.hero-slide.is-active.anim-play .hero-report-metric--anim:nth-child(2) {
  animation-delay: 0.45s;
}

.hero-slide.is-active.anim-play .hero-report-metric--anim:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes hero-metric-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-report-metric--highlight {
  background: rgba(0, 150, 238, 0.12);
  border-color: rgba(0, 150, 238, 0.25);
}

.hero-report-metric-val{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-report-metric-lbl{
  margin-top: 0.125rem;
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.45);
}

.hero-report-metric--highlight .hero-report-metric-val {
  color: #00FEC0;
}

.hero-slide.is-active.anim-play .hero-chart-bar {
  animation: hero-bar-grow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.08s + 0.2s);
}

.hero-slide:not(.is-active) .hero-chart-bar,
  .hero-slide.is-active:not(.anim-play) .hero-chart-bar {
  transform: scaleY(0);
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-bar,
  .hero-slide.is-active:not(.anim-play) .hero-report-bar {
  transform: scaleY(0);
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-metric,
  .hero-slide.is-active:not(.anim-play) .hero-report-metric {
  opacity: 0;
  transform: translateY(8px);
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-line--actual,
  .hero-slide.is-active:not(.anim-play) .hero-report-line--actual {
  stroke-dashoffset: 300;
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-line--forecast,
  .hero-slide.is-active:not(.anim-play) .hero-report-line--forecast {
  stroke-dashoffset: 120;
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-area,
  .hero-slide.is-active:not(.anim-play) .hero-report-area {
  opacity: 0;
  animation: none;
}

.hero-slide:not(.is-active) .hero-report-dot,
  .hero-slide.is-active:not(.anim-play) .hero-report-dot {
  opacity: 0;
  animation: none;
}

@media (min-width: 1024px) {
  .hero-top-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .guide-hero-grid .hero-copy-col {
    justify-content: flex-start;
  }
}

.hero-copy-col{
  display: flex;
  width: 100%;
  min-width: 0px;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .hero-copy-col {
    min-height: 420px;
  }
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
  animation: hero-grid-drift 24s linear infinite;
}

@keyframes hero-grid-drift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 48px 48px;
  }
}

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background: rgba(0, 254, 192, 0.6);
  box-shadow: 0 0 12px rgba(0, 254, 192, 0.5);
  animation: hero-particle-float 8s ease-in-out infinite;
}

.hero-particle:nth-child(1) {
  top: 18%;
  left: 12%;
  animation-delay: 0s;
}

.hero-particle:nth-child(2) {
  top: 32%;
  left: 78%;
  animation-delay: 1.2s;
  background: rgba(0, 150, 238, 0.7);
}

.hero-particle:nth-child(3) {
  top: 55%;
  left: 22%;
  animation-delay: 2.4s;
  width: 3px;
  height: 3px;
}

.hero-particle:nth-child(4) {
  top: 68%;
  left: 65%;
  animation-delay: 0.8s;
}

.hero-particle:nth-child(5) {
  top: 42%;
  left: 48%;
  animation-delay: 3.6s;
  background: rgba(0, 150, 238, 0.6);
}

.hero-particle:nth-child(6) {
  top: 78%;
  left: 38%;
  animation-delay: 2s;
  width: 5px;
  height: 5px;
}

@keyframes hero-particle-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }

  50% {
    transform: translate(12px, -20px) scale(1.3);
    opacity: 1;
  }
}

@keyframes hero-glow-drift {
  0%, 100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, -15px);
  }
}

.hero-glow-drift {
  animation: hero-glow-drift 12s ease-in-out infinite;
}

.hero-glow-drift--reverse {
  animation-direction: reverse;
  animation-duration: 15s;
}

.hero-command-viz{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 0px;
  max-width: 28rem;
}

@media (min-width: 1024px){
  .hero-command-viz{
    margin-left: auto;
    margin-right: 0px;
    max-width: none;
  }
}

.hero-command-viz {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (min-width: 1024px) {
  .hero-command-viz {
    max-width: 520px;
  }
}

.hero-command-viz:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
}

.hero-command-viz.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-command-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(0, 150, 238, 0.25) 0%, transparent 65%);
  filter: blur(20px);
  pointer-events: none;
}

.hero-command-card{
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background: rgba(12, 18, 32, 0.75);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-command-header{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hero-command-title{
  flex: 1 1 0%;
  font-weight: 500;
  color: rgb(255 255 255 / 0.9);
}

.hero-command-badge{
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(0, 254, 192, 0.15);
  color: #00FEC0;
}

.hero-live-dot{
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #00FEC0;
  box-shadow: 0 0 8px #00FEC0;
  animation: hero-live-pulse 2s ease-in-out infinite;
}

@keyframes hero-live-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

.hero-command-body{
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto auto;
}

@media (max-width: 767px) {
  .hero-command-body {
    grid-template-columns: 1fr;
  }

  .hero-orbit-wrap {
    grid-row: auto;
    min-height: 200px;
  }

  .hero-command-body--reports .hero-report-panel,
    .hero-command-body--reports .hero-orbit-wrap--reports,
    .hero-command-body--reports .hero-report-metrics,
    .hero-command-body--reports .hero-command-chat {
    grid-column: 1;
    grid-row: auto;
  }
}

.hero-command-chart-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.45);
}

.hero-chart-bars{
  display: flex;
  height: 4rem;
  align-items: flex-end;
  gap: 0.375rem;
}

.hero-chart-bar{
  flex: 1 1 0%;
  transform-origin: bottom;
  border-radius: 0.125rem;
  height: var(--h);
  background: linear-gradient(180deg, rgba(0, 150, 238, 0.9), rgba(0, 150, 238, 0.3));
  transform: scaleY(0);
}

.hero-command-viz.is-visible .hero-chart-bar {
  animation: hero-bar-grow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i, 0) * 0.08s + 0.4s);
}

.hero-chart-bar:nth-child(1) {
  --i: 0;
}

.hero-chart-bar:nth-child(2) {
  --i: 1;
}

.hero-chart-bar:nth-child(3) {
  --i: 2;
}

.hero-chart-bar:nth-child(4) {
  --i: 3;
}

.hero-chart-bar:nth-child(5) {
  --i: 4;
}

.hero-chart-bar:nth-child(6) {
  --i: 5;
}

.hero-chart-bar--peak {
  background: linear-gradient(180deg, #00FEC0, rgba(0, 254, 192, 0.35));
}

@keyframes hero-bar-grow {
  to {
    transform: scaleY(1);
  }
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-orbit-wrap {
    justify-content: flex-start;
  }
}

.hero-orbit-wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  min-height: 230px;
  width: 100%;
}

.hero-orbit-ring {
  position: absolute;
  left: calc(50% - 98px);
  top: calc(50% - 98px);
  border-radius: 9999px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  transform-origin: center center;
}

.hero-orbit-ring--outer {
  width: 196px;
  height: 196px;
  animation: hero-orbit-spin 28s linear infinite;
}

.hero-orbit-ring--inner {
  width: 116px;
  height: 116px;
  left: calc(50% - 58px);
  top: calc(50% - 58px);
  border-style: solid;
  border-color: rgba(0, 150, 238, 0.2);
  animation: hero-orbit-spin 18s linear infinite reverse;
}

@keyframes hero-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero-orbit-spin {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-orbit-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
}

.hero-orbit-node span{
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 8px;
  font-weight: 600;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 150, 238, 0.2);
  border: 1px solid rgba(0, 150, 238, 0.35);
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 1024px) {
  .guide-hero-grid .hero-orbit-hub {
    justify-content: flex-start;
  }
}

.hero-orbit-hub{
  position: relative;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background: rgba(8, 12, 20, 0.92);
  border: 1px solid rgba(0, 150, 238, 0.35);
  box-shadow: 0 8px 32px rgba(0, 150, 238, 0.45);
  animation: hero-hub-pulse 3s ease-in-out infinite;
}

.hero-orbit-hub-logo{
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes hero-hub-pulse {
  0%, 100% {
    box-shadow: 0 8px 32px rgba(0, 150, 238, 0.45);
  }

  50% {
    box-shadow: 0 8px 48px rgba(0, 254, 192, 0.35);
  }
}

.hero-command-chat > :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));
}

.hero-command-chat {
  grid-column: 1 / -1;
}

.hero-chat-bubble{
  max-width: 95%;
  border-radius: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 11px;
  line-height: 1.375;
}

.hero-chat-bubble--user{
  margin-left: auto;
  color: rgb(255 255 255 / 0.7);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-chat-bubble--ai{
  color: rgb(255 255 255 / 0.85);
  background: rgba(0, 150, 238, 0.15);
  border: 1px solid rgba(0, 150, 238, 0.25);
}

.hero-chat-bubble--ai strong {
  color: #00FEC0;
}

.hero-chat-cursor{
  margin-left: 0.125rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.125rem;
  vertical-align: middle;
  background: #00FEC0;
  animation: hero-cursor-blink 1s step-end infinite;
}

@keyframes hero-cursor-blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.hero-command-ticker-wrap{
  overflow: hidden;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.hero-command-ticker{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  font-size: 10px;
  color: rgb(255 255 255 / 0.45);
  animation: hero-ticker-scroll 22s linear infinite;
}

.hero-ticker-dot {
  color: rgba(0, 150, 238, 0.6);
}

@keyframes hero-ticker-scroll {
  0% {
    transform: translateX(0);
  }

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

.hero-module-marquee{
  position: relative;
  z-index: 20;
  margin-top: 2.5rem;
  width: 100%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .hero-module-marquee{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .hero-module-marquee{
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.hero-module-marquee {
  max-width: 100vw;
  overflow-x: clip;
  contain: inline-size;
  -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);
}

.hero-module-marquee-track{
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
  animation: hero-module-marquee-ltr 40s linear infinite;
  will-change: transform;
}

.hero-module-marquee:hover .hero-module-marquee-track {
  animation-play-state: paused;
}

@keyframes hero-module-marquee-ltr {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.hero-module-marquee .hero-module-pill{
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .guide-hero-grid .btn-hero-glow {
    justify-content: flex-start;
  }
}

.btn-hero-glow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: var(--gradient-brand);
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
}

.btn-hero-glow:hover:hover {
  background-image: var(--gradient-brand-hover);
}

.btn-hero-glow:hover{
  background-image: linear-gradient(135deg, #0078BE 0%, #00CB99 100%);
}

.btn-hero-glow{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  box-shadow: 0 0 40px rgba(0, 150, 238, 0.45), 0 4px 20px rgba(0, 254, 192, 0.2);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-hero-glow:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

@media (min-width: 1024px) {
  .guide-hero-grid .btn-hero-glow-lg {
    justify-content: flex-start;
  }
}

.btn-hero-glow-lg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: "Inter Display", system-ui, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: var(--gradient-brand);
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
}

.btn-hero-glow-lg:hover:hover {
  background-image: var(--gradient-brand-hover);
}

.btn-hero-glow-lg:hover{
  background-image: linear-gradient(135deg, #0078BE 0%, #00CB99 100%);
}

.btn-hero-glow-lg{
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  box-shadow: 0 0 50px rgba(0, 150, 238, 0.5), 0 8px 32px rgba(0, 254, 192, 0.25);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-hero-glow-lg:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

/* Hero — mobile layout & sizing */

@media (max-width: 767px) {
  .hero-top-grid {
    gap: 1.25rem;
  }

  .hero-copy-col .hero-badge{
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .hero-copy-col h1 {
    margin-bottom: 1rem;
    font-size: 1.65rem !important;
    line-height: 1.12;
  }

  .hero-copy-col p{
    margin-bottom: 1.25rem;
    line-height: 1.625;
    font-size: 0.9375rem !important;
  }

  .btn-hero-glow-lg{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 20rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (min-width: 1024px){
    .btn-hero-glow-lg{
      margin-left: 0px;
      margin-right: 0px;
      width: auto;
      max-width: none;
    }
  }

  .btn-hero-glow-lg {
    box-shadow: 0 0 32px rgba(0, 150, 238, 0.4), 0 4px 20px rgba(0, 254, 192, 0.2);
  }

  .hero-command-viz,
    .hero-command-viz--agents {
    max-width: 100%;
  }

  .hero-command-body{
    gap: 0.5rem;
    padding: 0.625rem;
  }

  .hero-command-header{
    gap: 0.375rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .hero-command-title{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .hero-command-badge{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 10px;
  }

  .hero-command-ticker-wrap {
    display: none;
  }

  .hero-orbit-wrap {
    min-height: 170px;
    transform: scale(0.82);
    transform-origin: center center;
  }

  .hero-trigger-hub {
    min-height: 150px;
    transform: scale(0.88);
    transform-origin: center center;
  }

  .hero-chart-bars{
    height: 3rem;
  }

  .hero-report-chart{
    height: 3.5rem;
  }

  .hero-slider-controls{
    margin-top: 1.25rem;
    gap: 0.375rem;
  }

  .hero-slider-dot{
    padding: 0.125rem;
  }

  .hero-slider-dot span{
    height: 0.375rem;
    width: 0.375rem;
  }

  .hero-slider-dot.is-active span{
    width: 1.25rem;
  }

  .hero-module-marquee{
    margin-top: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero-module-pill{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  /* Slide 4 — stack person + holo panels vertically */

  .hero-agents-scene {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: auto;
  }

  .hero-agents-scene-glow {
    inset: 5% 0 55%;
  }

  .hero-agents-figure {
    order: 1;
    min-height: 180px;
  }

  .hero-agents-person-img {
    max-height: 200px;
  }

  .hero-agents-holo {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .hero-agents-holo--feed {
    order: 2;
  }

  .hero-agents-holo--main {
    order: 3;
  }

  .hero-agents-holo--chat {
    order: 4;
  }

  .hero-slide:not(.is-active) .hero-agents-holo,
    .hero-slide.is-active:not(.anim-play) .hero-agents-holo {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  .hero-vision-metrics{
    gap: 0.25rem;
  }

  .hero-vision-metric{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .hero-vision-metric-lbl{
    font-size: 6px;
  }

  .hero-chat-bubble{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 10px;
  }
}

@media (max-width: 389px) {
  .hero-scroll-track {
    --hero-step: 155vh;
  }

  .hero-copy-col h1 {
    font-size: 1.5rem !important;
  }
}

.factory-ai-fab{
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 16px 40px 0 rgba(29, 45, 62, 0.14);
  --tw-shadow-colored: 0 16px 40px 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);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.factory-ai-fab:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.section-label{
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.chaos-section {
  background:
      radial-gradient(ellipse 100% 75% at 50% 105%, rgba(0, 254, 192, 0.14) 0%, transparent 58%),
      radial-gradient(ellipse 65% 50% at 8% 12%, rgba(0, 150, 238, 0.12) 0%, transparent 52%),
      radial-gradient(ellipse 55% 45% at 92% 18%, rgba(0, 254, 192, 0.1) 0%, transparent 48%),
      linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f3faff 100%);
}

.chaos-scroll-track {
  --chaos-steps: 3;
  --chaos-step: 45vh;
  height: calc(var(--chaos-steps) * var(--chaos-step));
  position: relative;
}

@media (min-width: 768px) {
  .chaos-scroll-track {
    --chaos-step: 52vh;
  }
}

@media (min-width: 1024px) {
  .chaos-scroll-track {
    --chaos-step: 58vh;
  }
}

.chaos-sticky {
  position: sticky;
  top: 5rem;
  display: flex;
  align-items: flex-start;
  padding: 0 0 1.5rem;
}

.chaos-section-header {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.chaos-chips-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.chaos-clarity-reveal {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
}

.chaos-clarity-glow {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(0, 254, 192, 0.28) 0%, rgba(0, 150, 238, 0.12) 45%, transparent 70%);
  filter: blur(8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
}

.chaos-clarity-logo{
  position: relative;
  z-index: 10;
  margin-bottom: 0.25rem;
}

.chaos-brand-logo{
  position: relative;
  z-index: 10;
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px){
  .chaos-brand-logo{
    height: 3.5rem;
  }
}

@media (min-width: 768px){
  .chaos-brand-logo{
    height: 4rem;
  }
}

.chaos-brand-logo {
  filter: drop-shadow(0 12px 32px rgba(0, 150, 238, 0.35));
}

.chaos-clarity-title{
  position: relative;
  z-index: 10;
  white-space: nowrap;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 640px){
  .chaos-clarity-title{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 768px){
  .chaos-clarity-title{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px){
  .chaos-clarity-title{
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

.chaos-clarity-title {
  background: linear-gradient(135deg, #0096EE 0%, #0078BE 45%, #00FEC0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.chaos-stage {
  --chaos-progress: 0;
}

.chaos-stage::before {
  content: '';
  position: absolute;
  bottom: 14%;
  left: 10%;
  right: 10%;
  height: 5rem;
  background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(0, 254, 192, 0.22) 0%, rgba(0, 150, 238, 0.1) 40%, transparent 72%);
  pointer-events: none;
  z-index: 0;
  opacity: calc(0.55 + var(--chaos-progress) * 0.45);
}

.chaos-chip {
  will-change: transform, opacity;
  z-index: var(--chaos-z, 2);
}

.chaos-tag,
  .chaos-tag-question {
  white-space: nowrap;
}

.chaos-tag{
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  background: #ffffff;
  border: 1px solid rgba(0, 150, 238, 0.22);
  box-shadow:
      0 8px 26px rgba(0, 150, 238, 0.11),
      0 2px 8px rgba(0, 254, 192, 0.08);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.chaos-tag-question{
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  background: #ffffff;
  border: 1px solid rgba(0, 150, 238, 0.26);
  box-shadow:
      0 10px 30px rgba(0, 150, 238, 0.13),
      0 2px 10px rgba(0, 254, 192, 0.1);
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 1024px) {
  .guide-hero-grid .chaos-chip-icon {
    justify-content: flex-start;
  }
}

.chaos-chip-icon{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 150, 238, 0.28);
}

@media (min-width: 1024px) {
  .guide-hero-grid .chaos-tool-badge {
    justify-content: flex-start;
  }
}

.chaos-tool-badge{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 150, 238, 0.15);
}

.chaos-tool-badge-amber {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
  color: #92400e;
}

.chaos-tool-badge-coral {
  background: linear-gradient(135deg, #fca5a5, #f87171);
  color: #991b1b;
}

.chaos-tool-badge-mint {
  background: linear-gradient(135deg, #6ee7b7, #00FEC0);
  color: #065f46;
}

.chaos-tool-badge-flux {
  background: linear-gradient(135deg, #0096EE, #00FEC0);
  color: #ffffff;
}

.chaos-divider{
  pointer-events: none;
  position: absolute;
  bottom: 36%;
  left: 2%;
  right: 2%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, #0096EE 18%, #00FEC0 50%, #0096EE 82%, transparent 100%);
  opacity: calc(0.7 + var(--chaos-progress) * 0.3);
  box-shadow:
      0 0 calc(16px + var(--chaos-progress) * 28px) rgba(0, 254, 192, calc(0.25 + var(--chaos-progress) * 0.2)),
      0 0 calc(8px + var(--chaos-progress) * 16px) rgba(0, 150, 238, calc(0.2 + var(--chaos-progress) * 0.15));
  z-index: 1;
}

.chaos-floor-glow{
  pointer-events: none;
  position: absolute;
  bottom: 16%;
  left: 5%;
  right: 5%;
  height: 7rem;
  background: radial-gradient(ellipse 85% 100% at 50% 100%, rgba(0, 254, 192, calc(0.16 + var(--chaos-progress) * 0.12)) 0%, rgba(0, 150, 238, calc(0.08 + var(--chaos-progress) * 0.06)) 42%, transparent 76%);
  z-index: 0;
}

.chaos-section.is-chaos-active .chaos-tag-question {
  border-color: rgba(0, 150, 238, calc(0.26 + var(--chaos-progress) * 0.2));
  box-shadow:
      0 12px 34px rgba(0, 150, 238, calc(0.12 + var(--chaos-progress) * 0.1)),
      0 0 calc(8px + var(--chaos-progress) * 18px) rgba(0, 254, 192, calc(0.12 + var(--chaos-progress) * 0.18));
}

.chaos-section.is-chaos-active .chaos-tag {
  border-color: rgba(0, 254, 192, calc(0.2 + var(--chaos-progress) * 0.25));
  box-shadow:
      0 8px 28px rgba(0, 150, 238, calc(0.1 + var(--chaos-progress) * 0.08)),
      0 0 calc(6px + var(--chaos-progress) * 14px) rgba(0, 254, 192, calc(0.1 + var(--chaos-progress) * 0.12));
}

@keyframes platform-marquee-ltr {
  from {
    transform: translateX(0);
  }

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

@keyframes platform-marquee-rtl {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes workspace-icon-float {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes workspace-card-glow {
  0%, 100% {
    box-shadow:
        0 0 0 1px rgba(0, 150, 238, 0.35),
        0 8px 32px rgba(0, 150, 238, 0.18),
        0 0 48px rgba(0, 254, 192, 0.1);
  }

  50% {
    box-shadow:
        0 0 0 1px rgba(0, 254, 192, 0.45),
        0 12px 40px rgba(0, 150, 238, 0.24),
        0 0 56px rgba(0, 254, 192, 0.16);
  }
}

@keyframes workspace-shimmer {
  0% {
    background-position: 200% center;
  }

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

/* Workspace showcase scroll sequence */

.workspace-scroll-track {
  --story-count: 10;
  --story-step: 28vh;
  height: calc(var(--story-count) * var(--story-step));
  position: relative;
}

@media (min-width: 768px) {
  .workspace-scroll-track {
    --story-step: 32vh;
  }
}

@media (min-width: 1024px) {
  .workspace-scroll-track {
    --story-step: 36vh;
  }
}

.workspace-sticky {
  position: sticky;
  top: 5rem;
  display: flex;
  align-items: flex-start;
  padding: 0 0 1.5rem;
}

/* Workspace showcase — horizontal tabs + split panel */

.workspace-showcase{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
}

.workspace-showcase-tabs-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .workspace-showcase-tabs-wrap::before,
    .workspace-showcase-tabs-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0.25rem;
    width: 1.5rem;
    z-index: 1;
    pointer-events: none;
  }

  .workspace-showcase-tabs-wrap::before {
    left: 0;
    background: linear-gradient(to right, #EFF1F2, transparent);
  }

  .workspace-showcase-tabs-wrap::after {
    right: 0;
    background: linear-gradient(to left, #EFF1F2, transparent);
  }
}

.workspace-showcase-tabs{
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.workspace-showcase-tabs::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .workspace-showcase-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 0.25rem;
  }
}

.workspace-showcase-tab{
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 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.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .workspace-showcase-tab{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.workspace-showcase-tab {
  transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.workspace-showcase-tab:hover{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  border-color: rgba(0, 150, 238, 0.25);
}

.workspace-showcase-tab.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  border-color: rgba(0, 150, 238, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 150, 238, 0.1), 0 8px 28px rgba(0, 150, 238, 0.12);
}

.workspace-showcase-tab:focus-visible {
  outline: 2px solid rgba(0, 150, 238, 0.5);
  outline-offset: 2px;
}

.workspace-showcase-meta{
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}

@media (min-width: 768px){
  .workspace-showcase-meta{
    margin-bottom: 2rem;
  }
}

.workspace-showcase-hint{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
  flex: 1 1 auto;
  min-width: 10rem;
}

.workspace-showcase-hint::before {
  content: '';
  height: 0.25rem;
  width: 0.25rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
  animation: workspace-hint-pulse 2s ease-in-out infinite;
}

@keyframes workspace-hint-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

.workspace-showcase-progress{
  height: 0.25rem;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 9999px;
  min-width: 5rem;
  max-width: 12rem;
  background: rgba(0, 150, 238, 0.1);
}

.workspace-showcase-progress-bar {
  height: 100%;
  width: 10%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0096EE, #00FEC0);
  transition: width 0.35s ease;
}

.workspace-showcase-counter{
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.workspace-showcase-counter-current{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.workspace-showcase-panels {
  position: relative;
  min-height: clamp(24rem, 52vh, 34rem);
}

.workspace-showcase-panel {
  opacity: 0;
  transform: translateY(0.75rem);
  pointer-events: none;
  position: absolute;
  inset: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.workspace-showcase-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.workspace-showcase-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .workspace-showcase-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.workspace-showcase-label{
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0096EE;
}

.workspace-showcase-heading{
  margin-bottom: 1rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .workspace-showcase-heading{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.workspace-showcase-desc{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.workspace-showcase-bullets{
  margin-bottom: 2rem;
}

.workspace-showcase-bullets > :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));
}

.workspace-showcase-bullets li{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.workspace-showcase-bullets li::before {
  content: '';
  margin-top: 0.375rem;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
}

.workspace-showcase-cta{
  display: inline-flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.workspace-showcase-cards > :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));
}

.workspace-showcase-cards{
  border-radius: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px){
  .workspace-showcase-cards{
    padding: 1.5rem;
  }
}

.workspace-showcase-cards {
  box-shadow: 0 20px 60px rgba(0, 150, 238, 0.08), 0 0 0 1px rgba(0, 150, 238, 0.05);
}

.workspace-feature-card{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding: 1rem;
  background: rgba(0, 150, 238, 0.02);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.workspace-feature-card:hover {
  border-color: rgba(0, 150, 238, 0.22);
  box-shadow: 0 4px 16px rgba(0, 150, 238, 0.06);
}

@media (min-width: 1024px) {
  .guide-hero-grid .workspace-feature-card-icon {
    justify-content: flex-start;
  }
}

.workspace-feature-card-icon{
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 150, 238, 0.12) 0%, rgba(0, 254, 192, 0.08) 100%);
}

.workspace-feature-card-icon svg{
  height: 1.25rem;
  width: 1.25rem;
  color: #0096EE;
}

.workspace-feature-card-title{
  margin-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.workspace-feature-card-desc{
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

/* Support center page */

.support-subnav-list{
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .support-subnav-list{
    gap: 0.5rem;
  }
}

.support-subnav-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.support-subnav-list::-webkit-scrollbar {
  display: none;
}

.support-subnav-link{
  white-space: nowrap;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / 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;
}

@media (min-width: 768px){
  .support-subnav-link{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.support-subnav-link {
  border-bottom: 2px solid transparent;
}

.support-subnav-link:hover{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.support-subnav-link.is-active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
  border-bottom-color: #0096EE;
}

.support-plans-grid {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .support-plans-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 2rem;
  }
}

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

.support-plan-card--featured{
  display: flex;
  height: 100%;
  flex-direction: column;
}

.support-plan-badge{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .support-plan-badge{
    top: 2rem;
    right: 2rem;
  }
}

.support-plan-badge {
  background: rgba(255, 193, 7, 0.18);
  color: #92600a;
}

@media (min-width: 1024px) {
  .guide-hero-grid .support-plan-icon {
    justify-content: flex-start;
  }
}

.support-plan-icon{
  margin-bottom: 1.5rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background: rgba(0, 150, 238, 0.08);
  color: #0096EE;
}

.support-plan-icon svg{
  height: 1.75rem;
  width: 1.75rem;
}

.support-plan-icon--sm{
  margin-bottom: 1.25rem;
  height: 3rem;
  width: 3rem;
}

.support-plan-icon--sm svg{
  height: 1.5rem;
  width: 1.5rem;
}

.support-plan-mini-list > :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));
}

.support-plan-mini-list{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.support-plan-mini-list li{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.support-plan-mini-list li::before {
  content: '';
  margin-top: 0.5rem;
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
}

.support-plan-features > :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));
}

.support-plan-features li{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guide-hero-grid .support-plan-check {
    justify-content: flex-start;
  }
}

.support-plan-check{
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(135deg, #10b981, #059669);
}

/* Light footer (inner pages) */

.site-footer-light{
  position: relative;
}

.site-footer-light-accent{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 0.25rem;
  background: linear-gradient(90deg, #0096EE, #00FEC0, #0096EE);
  opacity: 0.85;
}

.site-footer-light-heading{
  margin-bottom: 1rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.site-footer-light-link{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / 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;
}

.site-footer-light-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guide-hero-grid .site-footer-light-social {
    justify-content: flex-start;
  }
}

.site-footer-light-social{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  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;
  background: rgba(0, 150, 238, 0.08);
  color: #0096EE;
}

.site-footer-light-social:hover {
  background: rgba(0, 150, 238, 0.14);
  color: #0077be;
}

.site-footer-light-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Guides hub */

.guides-toolbar{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px){
  .guides-toolbar{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.guides-search-wrap{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 640px){
  .guides-search-wrap{
    max-width: 28rem;
  }
}

.guides-search-icon{
  pointer-events: none;
  position: absolute;
  left: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guides-search-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.75rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.guides-search-input:focus{
  border-color: rgb(0 150 238 / 0.4);
  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(0 150 238 / 0.2);
}

.guides-count{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guides-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.guides-filter.is-active{
  border-color: rgb(0 150 238 / 0.35);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.guides-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

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

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

.guides-empty{
  margin-top: 1.5rem;
}

/* Guide article pages */

.guide-breadcrumb{
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-breadcrumb a{
  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;
}

.guide-breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

.guide-breadcrumb-sep{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.guide-rule-card{
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(0 150 238 / 0.2);
  padding: 1.5rem;
}

@media (min-width: 768px){
  .guide-rule-card{
    padding: 2rem;
  }
}

.guide-rule-card {
  background: linear-gradient(135deg, rgba(0, 150, 238, 0.06) 0%, rgba(0, 254, 192, 0.04) 100%);
  border-left-width: 4px;
  border-left-color: #0096EE;
}

.guide-flow{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-flow:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-flow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .guide-flow{
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .guide-hero-grid .guide-flow-step {
    text-align: left;
  }
}

.guide-flow-step{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.guide-flow-box{
  width: 100%;
  max-width: 20rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.guide-flow-box--primary{
  border-color: rgb(0 150 238 / 0.35);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.guide-flow-box--success{
  border-color: rgb(16 185 129 / 0.35);
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.guide-flow-box--warning{
  border-color: rgb(245 158 11 / 0.35);
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.guide-flow-arrow{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.guide-flow-branch{
  display: grid;
  width: 100%;
  max-width: 28rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.guide-table-wrap{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-table-wrap:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-table-wrap{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  overflow: hidden;
}

.guide-table{
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-collapse: collapse;
}

.guide-table thead{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.guide-table th{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .guide-table th{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.guide-table td{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .guide-table td{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.guide-table tbody tr:last-child td{
  border-bottom-width: 0px;
}

.guide-table td:first-child{
  white-space: nowrap;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.guide-badge{
  display: inline-flex;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.guide-badge--good{
  border-width: 1px;
  border-color: rgb(167 243 208 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.guide-badge--warn{
  border-width: 1px;
  border-color: rgb(253 230 138 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.guide-field-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-field-card:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-field-card{
  transition-property: box-shadow;
  height: 100%;
  padding: 1.5rem;
  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;
}

.guide-field-card:hover{
  border-color: rgb(0 150 238 / 0.25);
}

@media (min-width: 1024px) {
  .guide-hero-grid .guide-field-icon {
    justify-content: flex-start;
  }
}

.guide-field-icon{
  margin-bottom: 1rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
  background: rgba(0, 150, 238, 0.1);
}

.guide-example-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-example-card:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-example-card{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .guide-example-card{
    padding: 1.75rem;
  }
}

.guide-example-list{
  flex-grow: 1;
}

.guide-example-list > :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));
}

.guide-example-list{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-example-list li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.guide-example-list li::before {
  content: '';
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
}

.guide-example-verdict{
  margin-top: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.guide-checklist-item{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-checklist-item svg{
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  color: #10b981;
}

.guide-cta{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-cta:hover{
  --tw-shadow: 0 4px 16px 0 rgba(29, 45, 62, 0.1);
  --tw-shadow-colored: 0 4px 16px 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);
}

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

@media (min-width: 1024px) {
  .guide-hero-grid .guide-cta {
    text-align: left;
  }
}

.guide-cta{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .guide-cta{
    padding: 3rem;
  }
}

.guide-cta {
  background: linear-gradient(135deg, rgba(0, 150, 238, 0.08) 0%, rgba(0, 254, 192, 0.05) 100%);
}

/* BOM guide — animated visuals */

.guide-hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .guide-hero-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .guide-hero-grid .text-center {
    text-align: left;
  }

  .guide-hero-grid .justify-center {
    justify-content: flex-start;
  }
}

.guide-bom-viz{
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .guide-bom-viz{
    padding: 2rem;
  }
}

.guide-bom-viz {
  box-shadow: 0 24px 64px rgba(0, 150, 238, 0.1);
  min-height: 280px;
}

.guide-bom-viz-glow{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background: radial-gradient(circle at 50% 40%, rgba(0, 150, 238, 0.12) 0%, transparent 65%);
}

.guide-bom-svg{
  position: relative;
  height: auto;
  width: 100%;
  max-height: 320px;
}

.guide-bom-node {
  opacity: 0;
  transform: translateY(8px) scale(0.92);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-bom-viz.is-visible .guide-bom-node {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.guide-bom-viz.is-visible .guide-bom-node--1 {
  transition-delay: 0.1s;
}

.guide-bom-viz.is-visible .guide-bom-node--2 {
  transition-delay: 0.35s;
}

.guide-bom-viz.is-visible .guide-bom-node--3 {
  transition-delay: 0.55s;
}

.guide-bom-viz.is-visible .guide-bom-node--4 {
  transition-delay: 0.75s;
}

.guide-bom-viz.is-visible .guide-bom-node--5 {
  transition-delay: 0.95s;
}

.guide-bom-line {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  transition: stroke-dashoffset 0.8s ease;
}

.guide-bom-viz.is-visible .guide-bom-line--1 {
  stroke-dashoffset: 0;
  transition-delay: 0.25s;
}

.guide-bom-viz.is-visible .guide-bom-line--2 {
  stroke-dashoffset: 0;
  transition-delay: 0.45s;
}

.guide-bom-viz.is-visible .guide-bom-line--3 {
  stroke-dashoffset: 0;
  transition-delay: 0.65s;
}

.guide-bom-viz.is-visible .guide-bom-line--4 {
  stroke-dashoffset: 0;
  transition-delay: 0.85s;
}

@keyframes guide-node-float {
  0%, 100% {
    transform: translateY(0);
  }

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

.guide-bom-viz.is-visible .guide-bom-node--3,
  .guide-bom-viz.is-visible .guide-bom-node--4,
  .guide-bom-viz.is-visible .guide-bom-node--5 {
  animation: guide-node-float 4s ease-in-out infinite;
}

.guide-bom-viz.is-visible .guide-bom-node--4 {
  animation-delay: 0.4s;
}

.guide-bom-viz.is-visible .guide-bom-node--5 {
  animation-delay: 0.8s;
}

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

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

.guide-stat-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-stat-card:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (min-width: 1024px) {
  .guide-hero-grid .guide-stat-card {
    text-align: left;
  }
}

.guide-stat-card{
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 768px){
  .guide-stat-card{
    padding: 1.5rem;
  }
}

.guide-stat-value{
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: var(--gradient-brand);
  margin-bottom: 0.25rem;
  display: block;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .guide-stat-value{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.guide-stat-label{
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .guide-stat-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.guide-compare-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .guide-compare-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.guide-compare-panel{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-compare-panel:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-compare-panel{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .guide-compare-panel{
    padding: 2rem;
  }
}

.guide-compare-panel--good {
  border-color: rgba(16, 185, 129, 0.25);
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.04) 0%, #fff 40%);
}

.guide-compare-panel--warn {
  border-color: rgba(245, 158, 11, 0.25);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.05) 0%, #fff 40%);
}

.guide-mini-tree{
  margin-top: 1.5rem;
}

.guide-mini-tree > :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));
}

.guide-mini-tree-row{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.guide-mini-tree-dot{
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
}

.guide-mini-tree-child{
  margin-left: 0.25rem;
  border-left-width: 2px;
  border-color: rgb(0 150 238 / 0.2);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-steps-track{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.guide-steps-line{
  position: absolute;
  left: 1.25rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.guide-steps-line-fill{
  position: absolute;
  left: 1.25rem;
  top: 0.75rem;
  width: 0.125rem;
  transform-origin: top;
  background: linear-gradient(180deg, #0096EE, #00FEC0);
  height: 0%;
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-steps-track.is-visible .guide-steps-line-fill {
  height: calc(100% - 1.5rem);
}

.guide-step-item{
  position: relative;
  padding-left: 3.5rem;
  padding-bottom: 2rem;
}

.guide-step-item:last-child{
  padding-bottom: 0px;
}

.guide-step-item {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.guide-step-title{
  margin-bottom: 0.625rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .guide-step-title{
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.guide-step-desc{
  font-size: 1rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .guide-step-desc{
    font-size: 1.0625rem;
  }
}

.guide-step-desc strong{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.guide-steps-track.is-visible .guide-step-item {
  opacity: 1;
  transform: translateX(0);
}

.guide-steps-track.is-visible .guide-step-item:nth-child(2) {
  transition-delay: 0.1s;
}

.guide-steps-track.is-visible .guide-step-item:nth-child(3) {
  transition-delay: 0.2s;
}

.guide-steps-track.is-visible .guide-step-item:nth-child(4) {
  transition-delay: 0.3s;
}

.guide-steps-track.is-visible .guide-step-item:nth-child(5) {
  transition-delay: 0.4s;
}

.guide-steps-track.is-visible .guide-step-item:nth-child(6) {
  transition-delay: 0.5s;
}

.guide-steps-track.is-visible .guide-step-item:nth-child(7) {
  transition-delay: 0.6s;
}

@media (min-width: 1024px) {
  .guide-hero-grid .guide-step-num {
    justify-content: flex-start;
  }
}

.guide-step-num{
  position: absolute;
  left: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(135deg, #0096EE, #00b8d4);
  box-shadow: 0 4px 14px rgba(0, 150, 238, 0.35);
}

.guide-mistake-card{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

.guide-mistake-card:hover{
  --tw-shadow: 0 2px 8px 0 rgba(29, 45, 62, 0.08);
  --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.guide-mistake-card{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-left-width: 4px;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .guide-mistake-card{
    padding: 1.5rem;
  }
}

.guide-mistake-card {
  border-left-color: #f59e0b;
}

.guide-mistake-card .guide-step-title{
  margin-bottom: 0.5rem;
}

.guide-scaling-bar-wrap{
  margin-top: 1.5rem;
}

.guide-scaling-bar-wrap > :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));
}

.guide-scaling-row > :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));
}

.guide-scaling-label{
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-scaling-bar{
  height: 0.75rem;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.guide-scaling-fill{
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0096EE, #00FEC0);
  width: 0%;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-scaling-viz.is-visible .guide-scaling-fill--600 {
  width: 100%;
  transition-delay: 0.2s;
}

.guide-scaling-viz.is-visible .guide-scaling-fill--300 {
  width: 25%;
  transition-delay: 0.5s;
}

.guide-flow-animated .guide-flow-box {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.3s ease;
}

.guide-flow-animated.is-visible .guide-flow-box {
  opacity: 1;
  transform: translateY(0);
}

.guide-flow-animated.is-visible .guide-flow-box:nth-child(1) {
  transition-delay: 0.1s;
}

.guide-flow-animated.is-visible .guide-flow-arrow:nth-of-type(1) {
  transition-delay: 0.35s;
}

.guide-flow-animated.is-visible .guide-flow-box:nth-child(3) {
  transition-delay: 0.45s;
}

.guide-flow-animated.is-visible .guide-flow-arrow:nth-of-type(2) {
  transition-delay: 0.65s;
}

.guide-flow-animated .guide-flow-arrow {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.guide-flow-animated.is-visible .guide-flow-arrow {
  opacity: 1;
  animation: guide-flow-bounce 1.2s ease-in-out infinite;
}

@keyframes guide-flow-bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

.guide-faq-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.guide-faq-item:last-child{
  border-bottom-width: 0px;
}

.guide-faq-trigger{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.guide-faq-trigger svg{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.guide-faq-item.is-open .guide-faq-trigger svg {
  transform: rotate(180deg);
}

.guide-faq-body{
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.guide-faq-item.is-open .guide-faq-body {
  max-height: 12rem;
  padding-bottom: 1.25rem;
}

.guide-prose-block > :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));
}

.guide-prose-block{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.guide-prose-block strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

/* Site header */

.site-header{
  border-bottom-width: 1px;
  border-color: transparent;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
}

.site-header nav {
  max-width: 100%;
}

.site-header .nav-bar-row {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1023px) {
  .site-header .menu-toggle {
    position: fixed;
    top: 0.75rem;
    right: max(1rem, env(safe-area-inset-right, 0px));
    z-index: 60;
    flex-shrink: 0;
  }
}

#siteHeader:not(.header-scrolled) .nav-link,
  #siteHeader:not(.header-scrolled) .nav-dropdown-trigger,
  #siteHeader:not(.header-scrolled) .nav-login{
  color: rgb(255 255 255 / 0.85);
}

#siteHeader:not(.header-scrolled) .nav-link:hover,
  #siteHeader:not(.header-scrolled) .nav-dropdown-trigger:hover,
  #siteHeader:not(.header-scrolled) .nav-login:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#siteHeader:not(.header-scrolled) .nav-logo-img {
  filter: brightness(0) invert(1);
}

#siteHeader:not(.header-scrolled) .menu-toggle{
  color: rgb(255 255 255 / 0.9);
}

#siteHeader:not(.header-scrolled) .menu-toggle:hover{
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#siteHeader:not(.header-scrolled) .mobile-menu-panel{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(10 16 24 / 0.95);
  --tw-backdrop-blur: blur(12px);
  -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);
}

#siteHeader:not(.header-scrolled) .mobile-menu-panel a,
  #siteHeader:not(.header-scrolled) .mobile-menu-panel button{
  color: rgb(255 255 255 / 0.8);
}

#siteHeader:not(.header-scrolled) .mobile-menu-panel a:hover,
  #siteHeader:not(.header-scrolled) .mobile-menu-panel button:hover{
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#siteHeader:not(.header-scrolled) #platformMobileLinks,
  #siteHeader:not(.header-scrolled) #resourcesMobileLinks{
  border-color: rgb(255 255 255 / 0.15);
}

.header-scrolled{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
  --tw-backdrop-blur: blur(12px);
  -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);
}

.header-scrolled .nav-logo-img {
  filter: none;
}

.header-scrolled .nav-link,
  .header-scrolled .nav-login{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.header-scrolled .nav-link:hover,
  .header-scrolled .nav-login:hover{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.header-scrolled .nav-link-active{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.header-scrolled .mobile-menu-panel{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 8px 24px 0 rgba(29, 45, 62, 0.12);
  --tw-shadow-colored: 0 8px 24px 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);
}

.header-scrolled .mobile-menu-panel a{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.header-scrolled .mobile-menu-panel a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.header-scrolled .mobile-menu-panel button{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.header-scrolled .mobile-menu-panel button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.header-scrolled #platformMobileLinks,
  .header-scrolled #resourcesMobileLinks{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.header-scrolled .menu-toggle{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.header-scrolled .menu-toggle:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.header-scrolled .nav-dropdown-trigger{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.header-scrolled .nav-dropdown-trigger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

/* Platform mega menu */

.nav-dropdown-group{
  position: relative;
}

.nav-mega-menu{
  position: fixed;
  left: 50%;
  z-index: 50;
  --tw-translate-x: -50%;
  padding-top: 0.75rem;
  top: 4rem;
  pointer-events: none;
  visibility: hidden;
  --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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.nav-dropdown-group:hover .nav-mega-menu,
  .nav-dropdown-group:focus-within .nav-mega-menu{
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.nav-dropdown-group:hover .nav-chevron,
  .nav-dropdown-group:focus-within .nav-chevron{
  --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));
}

.nav-mega-menu-inner{
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
  padding: 2rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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);
  width: min(880px, calc(100vw - 2rem));
}

.mega-menu-col-title{
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.mega-menu-link{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / 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;
}

.mega-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guide-hero-grid .mega-menu-icon {
    justify-content: flex-start;
  }
}

.mega-menu-icon{
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.mega-menu-icon svg{
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.nav-mega-menu-inner--wide {
  width: min(920px, calc(100vw - 2rem));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .nav-mega-menu-inner--wide{
    padding: 2rem;
  }
}

.mega-menu-grid-kylas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mega-menu-grid-kylas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}

@media (min-width: 1024px) {
  .mega-menu-grid-kylas {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.mega-menu-col{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .mega-menu-col{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mega-menu-col:not(:first-child) {
    border-left: 1px solid rgba(0, 150, 238, 0.12);
  }

  .mega-menu-col:nth-child(odd):not(:first-child) {
    border-left: none;
  }
}

@media (min-width: 1024px) {
  .mega-menu-col:not(:first-child) {
    border-left: 1px solid rgba(0, 150, 238, 0.12);
  }

  .mega-menu-col:nth-child(odd):not(:first-child) {
    border-left: 1px solid rgba(0, 150, 238, 0.12);
  }

  .guide-hero-grid .mega-menu-col--stack {
    justify-content: flex-start;
  }
}

.mega-menu-col--stack{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mega-menu-category-head{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mega-menu-category-head .mega-menu-icon{
  height: 2.5rem;
  width: 2.5rem;
}

.mega-menu-category-title{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.mega-menu-sublinks > :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));
}

.mega-menu-sublinks a{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / 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;
}

.mega-menu-sublinks a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.mega-menu-sublinks a::before {
  content: '';
  height: 0.375rem;
  width: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #0096EE;
}

.mega-menu-feature-link{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  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;
}

.mega-menu-feature-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.mega-menu-feature-link + .mega-menu-feature-link {
  border-top: 1px solid rgba(0, 150, 238, 0.1);
}

.mega-menu-feature-link .mega-menu-icon{
  height: 2.5rem;
  width: 2.5rem;
}

.mega-menu-feature-title{
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.mega-menu-feature-link:hover .mega-menu-feature-title{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

/* Dark CTA + newsletter */

.cta-dark {
  background-color: #080c14;
  background-image:
      radial-gradient(ellipse 70% 55% at 15% 20%, rgba(0, 150, 238, 0.3) 0%, transparent 55%),
      radial-gradient(ellipse 55% 50% at 85% 30%, rgba(0, 254, 192, 0.15) 0%, transparent 50%),
      radial-gradient(ellipse 60% 45% at 50% 100%, rgba(120, 60, 200, 0.12) 0%, transparent 60%);
}

.metric-label{
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .metric-label{
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

/* Impact / company stats */

.impact-section{
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1024px) {
  .guide-hero-grid .impact-headline {
    text-align: left;
  }
}

.impact-headline{
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .impact-headline{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  .impact-headline{
    margin-bottom: 3.5rem;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.impact-stats{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 72rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 768px){
  .impact-stats{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .impact-stats{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .guide-hero-grid .impact-stat {
    text-align: left;
  }
}

.impact-stat{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}

@media (min-width: 768px){
  .impact-stat{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .impact-stat{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .impact-stat:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.impact-section .metric,
  .impact-stat-value{
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: transparent;
}

@media (min-width: 640px){
  .impact-section .metric,
  .impact-stat-value{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 768px){
  .impact-section .metric,
  .impact-stat-value{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.impact-section .metric,
  .impact-stat-value {
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
  -webkit-text-fill-color: transparent;
}

.impact-stat-label{
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 640px){
  .impact-stat-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.impact-decoration{
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 12rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 640px){
  .impact-decoration{
    width: 16rem;
  }
}

@media (min-width: 768px){
  .impact-decoration{
    width: 20rem;
  }
}

@media (min-width: 1024px){
  .impact-decoration{
    width: 24rem;
  }
}

.impact-decoration {
  opacity: 0.08;
}

.impact-decoration--animated {
  opacity: 0.12;
  transition: opacity 0.6s ease;
}

.impact-section.is-visual-active .impact-decoration--animated {
  opacity: 0.18;
}

.impact-deco-bar {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--bar-delay, 0s);
}

.impact-section.is-visual-active .impact-deco-bar {
  stroke-dashoffset: 0;
}

.impact-deco-pulse {
  opacity: 0;
  transform-origin: center;
  animation: none;
}

.impact-section.is-visual-active .impact-deco-pulse {
  animation: impact-deco-pulse 2.5s ease-in-out infinite;
  animation-delay: var(--bar-delay, 0s);
}

@keyframes impact-deco-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.impact-deco-float {
  animation: impact-deco-float 4s ease-in-out infinite;
}

@keyframes impact-deco-float {
  0%, 100% {
    transform: translateY(0);
  }

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

.impact-deco-wave {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 1.5s ease 0.3s;
}

.impact-section.is-visual-active .impact-deco-wave {
  stroke-dashoffset: 0;
}

/* ROI visual */

.roi-visual-card{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.roi-visual-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.roi-visual-header{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.roi-visual-badge{
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 102 50 / var(--tw-text-opacity, 1));
  background: rgba(16, 185, 129, 0.12);
}

.roi-ring-wrap{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  height: 8rem;
  width: 8rem;
}

.roi-ring-svg{
  height: 100%;
  width: 100%;
  --tw-rotate: -90deg;
  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));
}

.roi-ring-bg {
  stroke: #e2e8f0;
}

.roi-ring-fill {
  stroke: url(#roiRingGrad);
  stroke-linecap: round;
  stroke-dashoffset: 327;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.roi-visual-card.is-visible .roi-ring-fill {
  stroke-dashoffset: 213;
}

@media (min-width: 1024px) {
  .guide-hero-grid .roi-ring-label {
    justify-content: flex-start;
  }
}

.roi-ring-label{
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.roi-ring-value{
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.roi-ring-sub{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.roi-mini-bars > :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));
}

.roi-mini-bar{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.roi-mini-bar span:first-child{
  width: 5rem;
  flex-shrink: 0;
}

.roi-mini-track{
  height: 0.5rem;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.roi-mini-fill{
  height: 100%;
  transform-origin: left;
  border-radius: 9999px;
  width: 0;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.roi-visual-card.is-visible .roi-mini-fill {
  width: var(--w);
}

.roi-mini-fill--before {
  background: #94a3b8;
  transition-delay: 0.3s;
}

.roi-mini-fill--after {
  background: linear-gradient(90deg, #0096EE, #00FEC0);
  transition-delay: 0.55s;
}

/* One platform decorative orbits */

.one-platform-section .container-custom:first-child{
  position: relative;
}

.one-platform-deco{
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 2rem;
  --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));
  width: 280px;
  height: 280px;
  opacity: 0.35;
}

.one-platform-orbit{
  position: absolute;
  inset: 0px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(128 209 250 / 0.6);
}

.one-platform-orbit--1 {
  animation: one-platform-orbit-spin 20s linear infinite;
}

.one-platform-orbit--2 {
  inset: 24px;
  border-style: dashed;
  animation: one-platform-orbit-spin 14s linear infinite reverse;
}

@keyframes one-platform-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

.one-platform-orbit-dot{
  position: absolute;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0096EE, #00FEC0);
  box-shadow: 0 0 10px rgba(0, 150, 238, 0.4);
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}

.one-platform-orbit-dot--1 {
  animation: one-platform-dot-orbit 20s linear infinite;
}

.one-platform-orbit-dot--2 {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  animation: one-platform-dot-orbit 14s linear infinite reverse;
  transform-origin: 0 0;
}

.one-platform-orbit-dot--3 {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  opacity: 0.7;
  animation: one-platform-dot-orbit 10s linear infinite;
  animation-delay: -3s;
}

@keyframes one-platform-dot-orbit {
  from {
    transform: rotate(0deg) translateX(130px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(130px) rotate(-360deg);
  }
}

.one-platform-orbit-dot--2 {
  animation-name: one-platform-dot-orbit-inner;
}

@keyframes one-platform-dot-orbit-inner {
  from {
    transform: rotate(0deg) translateX(90px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(90px) rotate(-360deg);
  }
}

/* Brand trust logo float */

.brand-trust-logos--animated .brand-trust-logo {
  animation: brand-logo-float 5s ease-in-out infinite;
}

.brand-trust-logos--animated .brand-trust-logo:nth-child(2) {
  animation-delay: 0.4s;
}

.brand-trust-logos--animated .brand-trust-logo:nth-child(3) {
  animation-delay: 0.8s;
}

.brand-trust-logos--animated .brand-trust-logo:nth-child(4) {
  animation-delay: 1.2s;
}

.brand-trust-logos--animated .brand-trust-logo:nth-child(5) {
  animation-delay: 1.6s;
}

.brand-trust-logos--animated .brand-trust-logo:nth-child(6) {
  animation-delay: 2s;
}

@keyframes brand-logo-float {
  0%, 100% {
    transform: translateY(0);
  }

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

@media (prefers-reduced-motion: reduce) {
  .hero-grid-bg,
    .hero-particle,
    .hero-glow-drift,
    .hero-orbit-spin,
    .hero-orbit-ring,
    .hero-orbit-node span,
    .hero-command-ticker,
    .hero-module-marquee-track,
    .hero-orbit-spin--reverse,
    .hero-trigger-ring,
    .hero-pipeline-step,
    .hero-pipeline-connector,
    .hero-pipeline-stat,
    .hero-trigger-badge,
    .hero-factory-spoke,
    .hero-factory-flow-dot,
    .hero-factory-feed-dot,
    .hero-agents-holo,
    .hero-agents-holo-chip,
    .hero-agent-feed-item,
    .hero-vision-scan,
    .hero-vision-box--check,
    .hero-report-bar,
    .hero-report-metric,
    .hero-report-area,
    .hero-report-dot,
    .hero-live-dot,
    .hero-hub-pulse,
    .hero-chart-bar,
    .hero-chat-cursor,
    .one-platform-orbit,
    .one-platform-orbit-dot,
    .brand-trust-logos--animated .brand-trust-logo,
    .impact-deco-float {
    animation: none !important;
  }

  .hero-command-viz,
    .hero-chart-bar,
    .roi-visual-card,
    .roi-mini-fill,
    .roi-ring-fill,
    .impact-deco-bar,
    .impact-deco-wave {
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }

  .hero-chart-bar {
    transform: scaleY(1);
  }

  .hero-report-bar {
    transform: scaleY(1);
  }

  .hero-report-metric {
    opacity: 1;
    transform: none;
  }

  .hero-report-area {
    opacity: 1;
  }

  .hero-report-dot {
    opacity: 1;
  }

  .hero-pipeline-step {
    opacity: 1;
    transform: none;
  }

  .hero-pipeline-connector {
    transform: scaleY(1);
  }

  .hero-pipeline-stat,
    .hero-trigger-badge,
    .hero-factory-panel,
    .hero-factory-feed-item,
    .hero-factory-hub,
    .hero-factory-sat,
    .hero-factory-station,
    .hero-factory-flow-line,
    .hero-agents-figure,
    .hero-agents-holo,
    .hero-agents-holo-chip,
    .hero-agent-feed-item,
    .hero-vision-box,
    .hero-vision-tag,
    .hero-vision-metric,
    .hero-vision-bar-fill {
    opacity: 1;
    transform: none;
  }

  .hero-factory-sat--iot {
    transform: translateX(-50%);
  }

  .hero-factory-spoke {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  .hero-factory-hub {
    transform: translate(-50%, -50%) scale(1);
  }

  .hero-vision-bar-fill {
    width: var(--w);
    transform: scaleX(1);
  }

  .hero-scroll-track {
    height: auto;
    min-height: 100vh;
  }

  .hero-scroll-sticky {
    position: relative;
  }

  .roi-visual-card.is-visible .roi-mini-fill,
    .roi-mini-fill {
    width: var(--w);
  }
}

/* Industries grid */

.industries-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.industries-section {
  background-color: #f5f9fc;
  background-image: radial-gradient(ellipse 90% 70% at 50% 0%, rgba(0, 150, 238, 0.14) 0%, transparent 65%);
}

.industries-section > .container-custom:first-child{
  padding-bottom: 0px;
}

.industry-card{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 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.875rem;
  padding-bottom: 0.875rem;
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.industry-card:hover{
  --tw-border-opacity: 1;
  border-color: rgb(77 191 248 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 16px 0 rgba(29, 45, 62, 0.1);
  --tw-shadow-colored: 0 4px 16px 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);
}

@media (min-width: 1024px) {
  .guide-hero-grid .industry-card-icon {
    justify-content: flex-start;
  }
}

.industry-card-icon{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.industry-card-icon svg{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.industry-card span:last-child{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.industries-scroll-track {
  --story-count: 18;
  --story-step: 8vh;
  height: calc(100vh + var(--story-count) * var(--story-step));
  position: relative;
}

@media (min-width: 768px) {
  .industries-scroll-track {
    --story-step: 9vh;
  }
}

@media (min-width: 1024px) {
  .industries-scroll-track {
    --story-step: 10vh;
  }
}

.industries-sticky {
  position: sticky;
  top: 5rem;
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.industries-grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 72rem;
  gap: 0.75rem;
}

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

@media (min-width: 768px){
  .industries-grid{
    gap: 1rem;
  }
}

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

.industries-cta-wrap{
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.industry-seq-item {
  opacity: 0.38;
  transform: translateY(0.5rem);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.industry-seq-item.is-revealed {
  opacity: 0.72;
  transform: translateY(0);
}

.industry-seq-item.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgb(26 173 246 / 0.5);
  box-shadow: 0 6px 24px rgba(0, 150, 238, 0.12);
}

/* AI platform capability rows */

.capability-mock-grid{
  display: grid;
  width: 100%;
  max-width: 24rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .guide-hero-grid .capability-mock-item {
    text-align: left;
  }
}

.capability-mock-item{
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

@media (min-width: 1024px) {
  .guide-hero-grid .capability-mock-item-icon {
    justify-content: flex-start;
  }
}

.capability-mock-item-icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.capability-mock-item-icon svg{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.capability-mock-item span{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

/* Platform tabs (dark theme) */

.platform-tabs-section{
  position: relative;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

.platform-tabs-scroll-track {
  --platform-seq-steps: 20;
  --story-step: 40vh;
  height: calc(var(--platform-seq-steps) * var(--story-step));
  position: relative;
}

@media (min-width: 768px) {
  .platform-tabs-scroll-track {
    --story-step: 45vh;
  }
}

@media (min-width: 1024px) {
  .platform-tabs-scroll-track {
    --story-step: 50vh;
  }
}

.platform-tabs-sticky {
  position: sticky;
  top: 5rem;
  width: 100%;
  min-height: calc(100vh - 6rem);
  display: flex;
  align-items: center;
  z-index: 2;
}

.platform-tabs-nav{
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

@media (min-width: 768px){
  .platform-tabs-nav{
    flex-direction: row;
  }
}

.platform-tab{
  flex: 1 1 0%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.5);
}

@media (min-width: 768px){
  .platform-tab{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.platform-tab{
  border-bottom-width: 2px;
  border-color: transparent;
  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: 200ms;
  margin-bottom: -1px;
}

.platform-tab:hover{
  color: rgb(255 255 255 / 0.8);
}

.platform-tab.is-active{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-bottom-color: #0096EE;
}

.platform-tab-card{
  overflow: hidden;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
}

.platform-tab-panel{
  padding: 1.5rem;
}

@media (min-width: 768px){
  .platform-tab-panel{
    padding: 2.5rem;
  }
}

@media (min-width: 1024px){
  .platform-tab-panel{
    padding: 3rem;
  }
}

.platform-tab-panel {
  display: none;
}

.platform-tab-panel.is-active {
  display: block;
}

.platform-tab-panel[hidden] {
  display: none !important;
}

.platform-tab-header{
  margin-bottom: 2rem;
  display: grid;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .platform-tab-header{
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.platform-tab-title{
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.platform-tab-intro{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.65);
}

@media (min-width: 768px){
  .platform-tab-intro{
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.platform-tab-body{
  display: grid;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .platform-tab-body{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }

  .guide-hero-grid .platform-tab-visual {
    justify-content: flex-start;
  }
}

.platform-tab-visual{
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .platform-tab-visual{
    padding: 2rem;
  }
}

.platform-tab-visual {
  background: rgba(0, 150, 238, 0.08);
  border: 1px solid rgba(0, 150, 238, 0.15);
}

.platform-tab-visual .capability-mock-grid{
  max-width: 24rem;
}

.platform-tab-visual .capability-mock-item{
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
}

.platform-tab-visual .capability-mock-item span{
  color: rgb(255 255 255 / 0.9);
}

.platform-tab-bullets{
  margin: 0px;
  list-style-type: none;
}

.platform-tab-bullets > :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));
}

.platform-tab-bullets{
  padding: 0px;
}

.platform-tab-bullets li{
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.75);
}

@media (min-width: 768px){
  .platform-tab-bullets li{
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.platform-tab-bullets li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: #0096EE;
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.platform-seq-item {
  opacity: 0.35;
  transform: translateY(0.5rem);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.platform-seq-item.is-revealed {
  opacity: 0.72;
  transform: translateY(0);
}

.platform-seq-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.platform-tab-visual .platform-seq-item.is-active.capability-mock-item{
  border-color: rgb(26 173 246 / 0.4);
  background-color: rgb(0 150 238 / 0.1);
  box-shadow: 0 0 24px rgba(0, 150, 238, 0.2);
}

.platform-tab-bullets .platform-seq-item.is-active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.platform-tab-bullets .platform-seq-item.is-active::before {
  transform: scale(1.35);
  background-color: #00FEC0;
}

.platform-timeline-step.platform-seq-item.is-active{
  border-color: rgb(26 173 246 / 0.5);
  background-color: rgb(0 150 238 / 0.15);
  box-shadow: 0 0 20px rgba(0, 150, 238, 0.15);
}

.platform-stack-layer.platform-seq-item.is-active {
  box-shadow: 0 8px 32px rgba(0, 150, 238, 0.35);
  transform: skewY(-3deg) scale(1.03);
}

.platform-stack-layer.platform-seq-item.is-revealed {
  transform: skewY(-3deg);
}

/* Isometric stack visual */

.platform-stack{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 20rem;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  perspective: 600px;
}

@media (min-width: 1024px) {
  .guide-hero-grid .platform-stack-layer {
    text-align: left;
  }
}

.platform-stack-layer{
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  transform: skewY(-3deg);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.platform-stack-name{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.platform-stack-meta{
  margin-top: 0.125rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.8);
}

.platform-stack-layer-1 {
  background: linear-gradient(135deg, #0096EE 0%, #0078BE 100%);
  width: 72%;
}

.platform-stack-layer-2 {
  background: linear-gradient(135deg, #00CB99 0%, #00a87d 100%);
  width: 82%;
}

.platform-stack-layer-3 {
  background: linear-gradient(135deg, #0078BE 0%, #005a99 100%);
  width: 92%;
}

.platform-stack-layer-4 {
  background: linear-gradient(135deg, #00FEC0 0%, #00CB99 100%);
  width: 100%;
}

.platform-stack-layer-4 .platform-stack-name,
  .platform-stack-layer-4 .platform-stack-meta{
  --tw-text-opacity: 1;
  color: rgb(10 22 40 / var(--tw-text-opacity, 1));
}

.platform-stack-layer-4 .platform-stack-meta {
  opacity: 0.75;
}

/* Implementation timeline visual */

@media (min-width: 1024px) {
  .guide-hero-grid .platform-timeline-visual {
    justify-content: flex-start;
  }
}

.platform-timeline-visual{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 28rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .platform-timeline-visual{
    flex-direction: row;
    gap: 0px;
  }
}

@media (min-width: 1024px) {
  .guide-hero-grid .platform-timeline-step {
    text-align: left;
  }
}

.platform-timeline-step{
  display: flex;
  min-width: 100px;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.platform-timeline-step-active,
  .platform-timeline-step.platform-seq-item.is-active{
  border-color: rgb(26 173 246 / 0.5);
  background-color: rgb(0 150 238 / 0.15);
}

.platform-timeline-week{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 173 246 / var(--tw-text-opacity, 1));
}

.platform-timeline-label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.75);
}

.platform-timeline-connector{
  display: none;
  height: 1px;
  width: 2rem;
  flex-shrink: 0;
  background-color: rgb(255 255 255 / 0.2);
}

@media (min-width: 640px){
  .platform-timeline-connector{
    display: block;
  }
}

/* Implementation methodology hero */

.methodology-hero{
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  padding: 4rem 0 5rem;
}

@media (min-width: 1024px) {
  .methodology-hero {
    padding: 5rem 0 6rem;
  }
}

.methodology-hero-inner{
  position: relative;
  z-index: 10;
  display: grid;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .methodology-hero-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

.methodology-hero-title{
  margin-bottom: 1.25rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1024px){
  .methodology-hero-title{
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.methodology-hero-desc{
  margin-bottom: 2rem;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 1024px) {
  .guide-hero-grid .methodology-hero-visual {
    justify-content: flex-start;
  }
}

.methodology-hero-visual{
  position: relative;
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
}

.methodology-flow-card{
  display: flex;
  width: 100%;
  max-width: 28rem;
  align-items: center;
  gap: 1rem;
  border-radius: 1.5rem;
  padding: 1.5rem;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.methodology-flow-pill{
  flex-shrink: 0;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: rgba(0, 150, 238, 0.2);
  border: 1px solid rgba(0, 150, 238, 0.35);
}

.methodology-flow-arrow{
  flex-shrink: 0;
  color: rgb(255 255 255 / 0.5);
}

.methodology-flow-arrow svg{
  height: 1.5rem;
  width: 1.5rem;
}

.methodology-flow-box{
  flex: 1 1 0%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  padding: 1rem;
}

.methodology-flow-box-label{
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(255 255 255 / 0.6);
}

.methodology-flow-bar{
  margin-bottom: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: rgba(0, 150, 238, 0.35);
}

.methodology-flow-bar-short{
  margin-bottom: 0px;
  width: 66.666667%;
  background: rgba(0, 254, 192, 0.25);
}

.methodology-spark{
  position: absolute;
  color: rgb(26 173 246 / 0.3);
  width: 1.25rem;
  height: 1.25rem;
}

.methodology-spark-1 {
  top: 8%;
  right: 12%;
}

.methodology-spark-2 {
  bottom: 12%;
  left: 8%;
}

/* Methodology intro & framework */

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

.methodology-intro-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / 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;
}

.methodology-intro-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

.methodology-framework{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .methodology-framework{
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px){
  .methodology-framework{
    padding-bottom: 6rem;
  }
}

.methodology-framework > .container-custom:first-child{
  padding-bottom: 0px;
}

.methodology-steps-scroll-track {
  --story-count: 6;
  --story-step: 32vh;
  height: calc(var(--story-count) * var(--story-step));
  position: relative;
}

@media (min-width: 768px) {
  .methodology-steps-scroll-track {
    --story-step: 36vh;
  }
}

@media (min-width: 1024px) {
  .methodology-steps-scroll-track {
    --story-step: 40vh;
  }
}

.methodology-steps-sticky {
  position: sticky;
  top: 5rem;
  display: flex;
  align-items: flex-start;
  padding: 0 0 1rem;
}

.methodology-steps-grid{
  display: grid;
  width: 100%;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
}

@media (min-width: 640px){
  .methodology-steps-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .methodology-steps-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.methodology-step{
  position: relative;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  border-left: 4px solid transparent;
  opacity: 0.38;
  transform: translateY(0.5rem);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.35s ease, background-color 0.25s ease;
}

.methodology-step.is-revealed {
  opacity: 0.72;
  transform: translateY(0);
}

.methodology-step.is-active {
  opacity: 1;
  transform: translateY(0);
  border-left-color: #0096EE;
  background-color: rgb(239 241 242 / 0.5);
}

.methodology-step-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease;
}

.methodology-step.is-active .methodology-step-label{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.methodology-step-title{
  margin-bottom: 0.75rem;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease;
}

.methodology-step:not(.is-active) .methodology-step-title{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.methodology-step-desc{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.4s ease, margin 0.35s ease;
  margin-top: 0;
}

.methodology-step.is-active .methodology-step-desc {
  max-height: 8rem;
  opacity: 1;
  margin-top: 0;
}

.methodology-step.is-revealed .methodology-step-desc {
  max-height: 4rem;
  opacity: 0.65;
}

/* Customer success stories (tabbed + scroll sequence) */

.customer-stories-section{
  position: relative;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

.customer-stories-scroll-track {
  --story-count: 6;
  --story-step: 32vh;
  height: calc(var(--story-count) * var(--story-step));
  position: relative;
}

@media (min-width: 768px) {
  .customer-stories-scroll-track {
    --story-step: 36vh;
  }
}

@media (min-width: 1024px) {
  .customer-stories-scroll-track {
    --story-step: 40vh;
  }
}

.customer-stories-sticky {
  position: sticky;
  top: 5rem;
  display: flex;
  align-items: flex-start;
  padding: 0 0 1.5rem;
}

.customer-stories-layout{
  display: grid;
  width: 100%;
  align-items: flex-start;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .customer-stories-layout{
    grid-template-columns: minmax(0,1fr) minmax(0,1.15fr);
    gap: 4rem;
  }
}

.customer-stories-list{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.customer-stories-cta-wrap{
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.customer-story-tab{
  position: relative;
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  text-align: left;
  border-left: 4px solid transparent;
  transition: border-color 0.35s ease, background-color 0.25s ease;
}

.customer-story-tab-body{
  display: block;
}

.customer-story-tab-body > :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));
}

.customer-story-tab-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.45s ease, opacity 0.4s ease, margin-top 0.35s ease;
}

.customer-story-tab.is-active .customer-story-tab-body {
  max-height: 10rem;
  opacity: 1;
  margin-top: 0.75rem;
}

.customer-stories-panel{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.customer-story-panel{
  position: absolute;
  inset: 0px;
  overflow: hidden;
  border-radius: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

.customer-story-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

.customer-story-panel[hidden] {
  display: block !important;
}

.customer-story-image{
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer-story-badge{
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 16px 0 rgba(29, 45, 62, 0.1);
  --tw-shadow-colored: 0 4px 16px 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);
}

.customer-story-spark{
  pointer-events: none;
  position: absolute;
  color: rgb(26 173 246 / 0.5);
  width: 2rem;
  height: 2rem;
}

.customer-story-spark-1 {
  top: 12%;
  right: 8%;
}

.customer-story-spark-2 {
  bottom: 20%;
  right: 18%;
}

.customer-stories-section .customer-story-tab:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.customer-stories-section .customer-story-tab.is-active {
  border-left-color: #00FEC0;
  background-color: rgba(255, 255, 255, 0.06);
}

.customer-stories-section .customer-story-tab-title{
  display: block;
  font-family: "Inter Display", system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease;
}

.customer-stories-section .customer-story-tab:not(.is-active) .customer-story-tab-title{
  color: rgb(255 255 255 / 0.55);
}

.customer-stories-section .customer-story-tab-desc{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.65);
}

.customer-stories-section .customer-story-tab-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 173 246 / 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;
}

.customer-stories-section .customer-story-tab-link:hover{
  --tw-text-opacity: 1;
  color: rgb(26 255 201 / var(--tw-text-opacity, 1));
}

.customer-stories-section .customer-story-spark{
  color: rgb(26 173 246 / 0.45);
}

.customer-stories-section .customer-stories-cta{
  border-color: rgb(255 255 255 / 0.3);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.customer-stories-section .customer-stories-cta:hover{
  border-color: rgb(255 255 255 / 0.5);
  background-color: rgb(255 255 255 / 0.1);
}

/* Brand trust strip */

.brand-trust-section{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

@media (min-width: 1024px) {
  .guide-hero-grid .brand-trust-heading {
    text-align: left;
  }
}

.brand-trust-heading{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.brand-trust-accent {
  width: 2rem;
  height: 2px;
  margin: 0.75rem auto 2.5rem;
  background-color: #0096EE;
}

@media (min-width: 1024px) {
  .guide-hero-grid .brand-trust-logos {
    justify-content: flex-start;
  }
}

.brand-trust-logos{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .brand-trust-logos{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

@media (min-width: 1024px){
  .brand-trust-logos{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .guide-hero-grid .brand-trust-logo {
    justify-content: flex-start;
  }
}

.brand-trust-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-trust-svg{
  height: 2rem;
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .brand-trust-svg{
    height: 2.5rem;
  }
}

.brand-trust-svg {
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.brand-trust-logo:hover .brand-trust-svg {
  opacity: 1;
  filter: grayscale(0%);
}

@media (min-width: 1024px) {
  .guide-hero-grid .brand-trust-cta {
    text-align: left;
  }
}

.brand-trust-cta{
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .brand-trust-cta{
    margin-top: 3rem;
  }
}

.brand-trust-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / 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;
}

.brand-trust-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

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

.-left-32{
  left: -8rem;
}

.-left-6{
  left: -1.5rem;
}

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

.-right-6{
  right: -1.5rem;
}

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-1\/4{
  bottom: 25%;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-\[44\%\]{
  bottom: 44%;
}

.bottom-\[46\%\]{
  bottom: 46%;
}

.bottom-\[48\%\]{
  bottom: 48%;
}

.bottom-\[50\%\]{
  bottom: 50%;
}

.bottom-\[8\%\]{
  bottom: 8%;
}

.left-0{
  left: 0px;
}

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

.left-1\/3{
  left: 33.333333%;
}

.left-1\/4{
  left: 25%;
}

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.left-8{
  left: 2rem;
}

.left-\[1\%\]{
  left: 1%;
}

.left-\[24\%\]{
  left: 24%;
}

.left-\[34\%\]{
  left: 34%;
}

.left-\[38\%\]{
  left: 38%;
}

.left-\[46\%\]{
  left: 46%;
}

.left-\[8\%\]{
  left: 8%;
}

.right-0{
  right: 0px;
}

.right-1\/3{
  right: 33.333333%;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.right-\[1\%\]{
  right: 1%;
}

.right-\[24\%\]{
  right: 24%;
}

.right-\[8\%\]{
  right: 8%;
}

.top-0{
  top: 0px;
}

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

.top-1\/3{
  top: 33.333333%;
}

.top-1\/4{
  top: 25%;
}

.top-16{
  top: 4rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-8{
  top: 2rem;
}

.top-\[0\%\]{
  top: 0%;
}

.top-\[12\%\]{
  top: 12%;
}

.top-\[14\%\]{
  top: 14%;
}

.top-\[2\%\]{
  top: 2%;
}

.top-\[22\%\]{
  top: 22%;
}

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

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

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

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

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

.col-span-2{
  grid-column: span 2 / span 2;
}

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

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

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

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

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

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

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

.ml-1{
  margin-left: 0.25rem;
}

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

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

.mr-1{
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

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

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

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

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.w-0\.5{
  width: 0.125rem;
}

.w-1{
  width: 0.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

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

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-96{
  width: 24rem;
}

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

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

.w-\[95\%\]{
  width: 95%;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

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

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

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

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

.max-w-5xl{
  max-width: 64rem;
}

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

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

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

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

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

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

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

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

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

.shrink{
  flex-shrink: 1;
}

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

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

.grow{
  flex-grow: 1;
}

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

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

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

@keyframes fadeIn{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-fade-in{
  animation: fadeIn 0.3s ease-out forwards;
}

@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform: translateY(2rem);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up{
  animation: fadeInUp 0.5s ease-out forwards;
}

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

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

@keyframes pulse-subtle{
  0%, 100%{
    opacity: 1;
  }

  50%{
    opacity: 0.8;
  }
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

.grid-cols-4{
  grid-template-columns: repeat(4, 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-end{
  justify-content: flex-end;
}

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-border > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

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

.border-b{
  border-bottom-width: 1px;
}

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

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

.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-error-500{
  --tw-border-opacity: 1;
  border-color: rgb(187 0 0 / var(--tw-border-opacity, 1));
}

.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(128 209 250 / var(--tw-border-opacity, 1));
}

.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(0 150 238 / var(--tw-border-opacity, 1));
}

.border-success-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 126 62 / var(--tw-border-opacity, 1));
}

.border-warning-500{
  --tw-border-opacity: 1;
  border-color: rgb(233 115 12 / var(--tw-border-opacity, 1));
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.bg-accent-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 194 / var(--tw-bg-opacity, 1));
}

.bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(231 101 0 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(179 227 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 254 / var(--tw-bg-opacity, 1));
}

.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 150 238 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/20{
  background-color: rgb(0 150 238 / 0.2);
}

.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(179 255 237 / var(--tw-bg-opacity, 1));
}

.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(230 255 249 / var(--tw-bg-opacity, 1));
}

.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 254 192 / var(--tw-bg-opacity, 1));
}

.bg-secondary-500\/15{
  background-color: rgb(0 254 192 / 0.15);
}

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

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

.bg-slate-900\/40{
  background-color: rgb(15 23 42 / 0.4);
}

.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 217 / var(--tw-bg-opacity, 1));
}

.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 237 / var(--tw-bg-opacity, 1));
}

.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 126 62 / var(--tw-bg-opacity, 1));
}

.bg-surface{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.bg-surface\/95{
  background-color: rgb(239 241 242 / 0.95);
}

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

.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: rgb(253 228 199 / var(--tw-bg-opacity, 1));
}

.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 230 / var(--tw-bg-opacity, 1));
}

.bg-warning-500{
  --tw-bg-opacity: 1;
  background-color: rgb(233 115 12 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-gradient-brand{
  background-image: linear-gradient(135deg, #0096EE 0%, #00FEC0 100%);
}

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

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

.from-primary-50{
  --tw-gradient-from: #E6F5FE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 245 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/80{
  --tw-gradient-from: rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/90{
  --tw-gradient-from: rgb(15 23 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-slate-900\/40{
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-900\/50{
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

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

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

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-16{
  padding: 4rem;
}

.p-2{
  padding: 0.5rem;
}

.p-20{
  padding: 5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6{
  padding-left: 1.5rem;
}

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

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

.pt-28{
  padding-top: 7rem;
}

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

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

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

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

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

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

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

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

.font-mono{
  font-family: "JetBrains Mono", monospace;
}

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

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

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

.text-5xl{
  font-size: 3rem;
  line-height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-\[1\.08\]{
  line-height: 1.08;
}

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

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

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

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

.text-accent-500{
  --tw-text-opacity: 1;
  color: rgb(231 101 0 / var(--tw-text-opacity, 1));
}

.text-error-500{
  --tw-text-opacity: 1;
  color: rgb(187 0 0 / var(--tw-text-opacity, 1));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(0 90 143 / var(--tw-text-opacity, 1));
}

.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(0 254 192 / var(--tw-text-opacity, 1));
}

.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(0 152 115 / var(--tw-text-opacity, 1));
}

.text-success-500{
  --tw-text-opacity: 1;
  color: rgb(16 126 62 / var(--tw-text-opacity, 1));
}

.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(13 102 50 / var(--tw-text-opacity, 1));
}

.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(10 80 39 / var(--tw-text-opacity, 1));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(106 109 112 / var(--tw-text-opacity, 1));
}

.text-text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(137 145 154 / var(--tw-text-opacity, 1));
}

.text-warning-500{
  --tw-text-opacity: 1;
  color: rgb(233 115 12 / var(--tw-text-opacity, 1));
}

.text-warning-700{
  --tw-text-opacity: 1;
  color: rgb(165 78 8 / var(--tw-text-opacity, 1));
}

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

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.accent-primary-500{
  accent-color: #0096EE;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 8px 24px 0 rgba(29, 45, 62, 0.12);
  --tw-shadow-colored: 0 8px 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(29, 45, 62, 0.06);
  --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);
}

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

.blur-\[100px\]{
  --tw-blur: blur(100px);
  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-\[120px\]{
  --tw-blur: blur(120px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -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);
}

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

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

.transition-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-1000{
  transition-duration: 1000ms;
}

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

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

/* Custom Animations */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(var(--rot, 0deg));
  }

  50% {
    transform: translateY(-8px) rotate(var(--rot, 0deg));
  }
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }

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

@keyframes pulse-subtle {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out forwards;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-out forwards;
}

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

/* Animation Delays */

.animation-delay-200 {
  animation-delay: 200ms;
}

.animation-delay-300 {
  animation-delay: 300ms;
}

.animation-delay-400 {
  animation-delay: 400ms;
}

.animation-delay-500 {
  animation-delay: 500ms;
}

/* Text Utilities */

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

/* Gradient Overlays */

/* Glass Effect */

.glass{
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.8);
  --tw-backdrop-blur: blur(16px);
  -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);
}

/* Hover Lift */

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

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

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

  .platform-marquee-track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .platform-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .customer-stories-scroll-track {
    height: auto;
  }

  .customer-stories-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .customer-story-panel {
    transform: none;
    transition: none;
  }

  .customer-story-tab-body {
    transition: none;
  }

  .methodology-steps-scroll-track {
    height: auto;
  }

  .methodology-steps-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .methodology-step {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .methodology-step-desc {
    max-height: none;
    opacity: 1;
    transition: none;
  }

  .methodology-step.is-revealed .methodology-step-desc {
    max-height: none;
    opacity: 1;
  }

  .platform-tabs-scroll-track {
    height: auto;
  }

  .platform-tabs-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .workspace-scroll-track {
    height: auto;
  }

  .workspace-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .workspace-showcase-panel {
    transition: none;
  }

  .workspace-showcase-hint::before {
    animation: none;
  }

  .workspace-showcase-progress-bar {
    transition: none;
  }

  .industries-scroll-track {
    height: auto;
  }

  .industries-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .industry-seq-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .platform-seq-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .platform-stack-layer.platform-seq-item.is-revealed,
    .platform-stack-layer.platform-seq-item.is-active {
    transform: skewY(-3deg);
  }

  .chaos-scroll-track {
    height: auto;
  }

  .chaos-sticky {
    position: relative;
    top: auto;
  }

  .chaos-chips-layer {
    opacity: 0 !important;
  }

  .chaos-brand-reveal {
    opacity: 0 !important;
    transform: none !important;
  }

  .chaos-clarity-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .chaos-section-header {
    opacity: 1 !important;
    transform: none !important;
  }

  .guide-bom-node,
    .guide-step-item,
    .guide-flow-animated .guide-flow-box,
    .guide-flow-animated .guide-flow-arrow {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .guide-bom-line {
    stroke-dashoffset: 0 !important;
  }

  .guide-scaling-fill {
    width: var(--guide-fill-width, 100%) !important;
    transition: none !important;
  }

  .guide-scaling-fill--300 {
    --guide-fill-width: 25%;
  }

  .guide-steps-line-fill {
    height: calc(100% - 1.5rem) !important;
  }

  .guide-faq-body {
    max-height: none !important;
  }
}

.\[oaicite\:1\]{
  oaicite: 1;
}

.placeholder\:text-white\/60::-moz-placeholder{
  color: rgb(255 255 255 / 0.6);
}

.placeholder\:text-white\/60::placeholder{
  color: rgb(255 255 255 / 0.6);
}

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

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 150 238 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-500\/30:hover{
  border-color: rgb(0 150 238 / 0.3);
}

.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 190 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-surface:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface\/60:hover{
  background-color: rgb(239 241 242 / 0.6);
}

.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(0 30 48 / var(--tw-text-opacity, 1));
}

.hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(50 54 58 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-xl:hover{
  --tw-shadow: 0 16px 40px 0 rgba(29, 45, 62, 0.14);
  --tw-shadow-colored: 0 16px 40px 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);
}

.focus\:bg-white\/20:focus{
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 150 238 / var(--tw-ring-opacity, 1));
}

.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-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\:text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(0 150 238 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(0 120 190 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 16px 40px 0 rgba(29, 45, 62, 0.14);
  --tw-shadow-colored: 0 16px 40px 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);
}

@media (min-width: 640px){
  .sm\:left-\[12\%\]{
    left: 12%;
  }

  .sm\:left-\[26\%\]{
    left: 26%;
  }

  .sm\:left-\[3\%\]{
    left: 3%;
  }

  .sm\:left-\[36\%\]{
    left: 36%;
  }

  .sm\:left-\[38\%\]{
    left: 38%;
  }

  .sm\:left-\[4\%\]{
    left: 4%;
  }

  .sm\:left-\[40\%\]{
    left: 40%;
  }

  .sm\:left-\[48\%\]{
    left: 48%;
  }

  .sm\:right-\[12\%\]{
    right: 12%;
  }

  .sm\:right-\[26\%\]{
    right: 26%;
  }

  .sm\:right-\[3\%\]{
    right: 3%;
  }

  .sm\:right-\[4\%\]{
    right: 4%;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

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

  .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\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

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

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

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

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .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-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

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

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

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

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-auto{
    height: auto;
  }

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

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, 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\:flex-row{
    flex-direction: row;
  }

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

  .lg\:gap-12{
    gap: 3rem;
  }

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

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

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

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

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

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 4.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 4.75rem;
  }
}