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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.hidden {
  display: none;
}

@font-face {
  font-family: "IBM Plex Sans";

  src: url("fonts/IBMPlexSans-Variable.ttf") format("truetype-variations");

  font-weight: 100 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";

  src: url("fonts/IBMPlexSans-Italic-Variable.ttf") format("truetype-variations");

  font-weight: 100 700;

  font-style: italic;

  font-display: swap;
}

:root {
  --page: #f7f8fb;
  --page-strong: #eef1f7;
  --surface: #ffffff;
  --surface-soft: #f5f7fb;
  --ink: #1f2433;
  --ink-strong: #111827;
  --muted: #667085;
  --muted-2: #98a2b3;
  --line: #e4e7ec;
  --line-strong: #cfd5df;
  --accent: #2f4f9f;
  --accent-2: #1d3472;
  --accent-3: #6e8ad8;
  --accent-4: #8b92b8;
  --success: #15803d;
  --warning: #a16207;
  --shadow: 0 18px 42px rgba(16, 24, 40, 0.1);
  --shadow-soft: 0 8px 24px rgba(16, 24, 40, 0.07);
  --radius: 8px;
  --nav-h: 76px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(110, 138, 216, 0.11), transparent 30%),
    radial-gradient(circle at 88% 28%, rgba(47, 79, 159, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 34%, #f4f6fb 68%, #ffffff 100%);
  background-attachment: fixed;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--nav-h);
  padding: 0;
  background: transparent;
}

.nav {
  position: relative;
  height: var(--nav-h);
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(228, 231, 236, 0.9);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.nav.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.nav::after {
  content: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 4px 10px 4px 6px;
  border-radius: 0;
  text-decoration: none;
  color: var(--ink-strong);
  min-width: -moz-max-content;
  min-width: max-content;
  transition: background 0.2s ease, transform 0.2s ease;
}

.brand:hover {
  background: transparent;
  transform: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--ink-strong));
  font-size: 0.78rem;
  font-weight: 700;
}

.brand-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
}

.brand-name {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.18rem;
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
  font-variant-caps: all-small-caps;
  font-feature-settings: "tnum" 1;
}

.brand-short {
  display: none;
}

.brand-full {
  display: grid;
  gap: 1px;
}

.brand-full span:first-child {
  font-size: 1.16rem;
  line-height: 0.98;
}

.brand-full span:last-child {
  color: inherit;
  font-size: 1.16rem;
  font-weight: inherit;
  line-height: 0.98;
  font-variant-caps: inherit;
}

.brand-name small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  font-variant-caps: normal;
}

.brand-primary {
  display: block;
  font-size: 1.42rem;
  font-weight: 690;
  line-height: 0.9;
}

.brand-subname {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 560;
  line-height: 1.1;
  font-variant-caps: normal;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 15px;
  color: #475467;
  text-decoration: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 650;
  overflow: hidden;
  isolation: isolate;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink-strong);
  transform: none;
}

.nav-links a:hover::before,
.nav-links a.active::before {
  opacity: 1;
  transform: scale(1);
}

.nav-links a.active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(220, 225, 242, 0.92);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f3f5fc);
  color: var(--ink-strong);
  box-shadow: 0 10px 22px rgba(32, 36, 78, 0.1);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  box-shadow: 0 14px 26px rgba(32, 36, 78, 0.13);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
  position: relative;
  display: block;
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease;
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] span::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: calc(var(--nav-h) - 4px) 16px auto;
  z-index: 45;
  display: none;
  border: 1px solid rgba(220, 225, 242, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.mobile-panel.open {
  display: block;
}

.mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-top: 1px solid rgba(220, 225, 242, 0.86);
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-panel a:first-child {
  border-top: 0;
}

.mobile-panel a:hover {
  color: var(--ink-strong);
  background: rgba(64, 64, 152, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: none;
}

.btn-primary:hover {
  background: var(--accent-2);
  box-shadow: none;
}

.btn-secondary {
  color: var(--ink-strong);
  background: #ffffff;
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.btn-nav {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border-color: transparent;
  color: #ffffff;
  background: var(--accent);
  box-shadow: none;
}

.btn-nav:hover {
  background: var(--accent-2);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 88vh;
  padding: 116px 0 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -6%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 28%, rgba(64, 64, 152, 0.24) 0%, transparent 22%),
    radial-gradient(circle at 78% 68%, rgba(116, 121, 201, 0.22) 0%, transparent 24%),
    radial-gradient(circle at 58% 18%, rgba(40, 42, 115, 0.14) 0%, transparent 20%);
  transform: translateZ(0);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
}

.hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.42) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(247, 248, 251, 0.96));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 18px;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.hero-title {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(3rem, 6vw, 4.9rem);
  line-height: 0.94;
  font-weight: 720;
  max-width: 760px;
}

.hero-title .word {
  display: block;
}

.hero-title .word + .word {
  margin-top: 0.08em;
}

.hero-title .word.accent {
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-summary {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 620px;
  margin-top: 42px;
  border: 1px solid var(--line);
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: none;
}

.metric {
  min-height: 86px;
  padding: 16px 18px;
  background: #ffffff;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: background 0.2s ease;
}

.metric:hover {
  background: var(--surface-soft);
}

.metric + .metric {
  border-left: 1px solid var(--line);
}

.metric strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: var(--ink-strong);
}

.metric > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.metric strong span {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
}

.flow-panel {
  width: min(100%, 560px);
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transform: translateZ(0);
}

.hero-lottie {
  display: block;
  width: 88%;
  max-width: none;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.flow-head strong {
  color: var(--ink-strong);
  font-size: 1rem;
}

.flow-head span {
  color: var(--muted);
  font-size: 0.86rem;
}

.flow-map {
  position: relative;
  min-height: 290px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(249, 251, 253, 0.72), rgba(255, 255, 255, 0.78)),
    repeating-linear-gradient(0deg, transparent 0 35px, rgba(64, 64, 152, 0.045) 35px 36px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
}

.flow-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow-line {
  fill: none;
  stroke: rgba(64, 64, 152, 0.42);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.flow-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(64, 64, 152, 0.14), 0 6px 14px rgba(64, 64, 152, 0.3);
}

.flow-node {
  position: absolute;
  transform: translate(-50%, -50%);
  min-width: 124px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(32, 36, 78, 0.08);
}

.flow-node b {
  display: block;
  color: var(--ink-strong);
  font-size: 0.9rem;
}

.flow-node span {
  color: var(--muted);
  font-size: 0.76rem;
}

.flow-node::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-3);
}

.flow-node.one {
  left: 26%;
  top: 23%;
}

.flow-node.two {
  left: 76%;
  top: 37%;
}

.flow-node.three {
  left: 27%;
  top: 78%;
}

.flow-node.four {
  left: 74%;
  top: 76%;
}

.signal-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(64, 64, 152, 0.12);
}

.signal-dot.a {
  left: 60%;
  top: 45%;
}

.signal-dot.b {
  left: 58%;
  top: 59%;
  background: var(--accent-2);
  box-shadow: 0 0 0 8px rgba(40, 42, 115, 0.12);
}

.section {
  padding: 80px 0;
}

.section-muted {
  background: rgba(255, 255, 255, 0.72);
  border-block: 1px solid var(--line);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 34px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.section-title {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  font-weight: 720;
}

.section-copy {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.trust-strip {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 56px 0;
  background: rgba(255, 255, 255, 0.72);
  border-block: 1px solid var(--line);
}

.trust-inner {
  display: grid;
  gap: 26px;
}

.trust-label {
  margin: 0;
  color: #cfd3ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.trust-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.08;
  font-weight: 700;
}

.industry-carousel {
  --slant: 52px;
  --seam: 6px;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: clamp(320px, 34vw, 470px);
  contain: layout paint;
}

.industry-panel {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 124px;
  min-width: 104px;
  min-height: 320px;
  margin-left: calc(var(--seam) - var(--slant));
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--ink-strong);
  overflow: hidden;
  cursor: pointer;
  clip-path: polygon(var(--slant) 0, 100% 0, calc(100% - var(--slant)) 100%, 0 100%);
  transition:
    flex-grow 0.52s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.42s ease;
  will-change: flex-grow;
  transform: translateZ(0);
}

.industry-panel:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--slant)) 100%, 0 100%);
}

.industry-panel:last-child {
  clip-path: polygon(var(--slant) 0, 100% 0, 100% 100%, 0 100%);
}

.industry-panel.is-active {
  flex-grow: 1;
  flex-basis: 96px;
  border-color: rgba(255, 255, 255, 0.34);
}

.industry-panel:not(.is-active) {
  opacity: 0.9;
}

.industry-panel:hover,
.industry-panel:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.industry-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--panel-position, center);
     object-position: var(--panel-position, center);
  transform: scale(1.06);
  opacity: 0.72;
  transition:
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.46s ease;
  will-change: transform, opacity;
}

.industry-panel.is-active .industry-panel-img {
  transform: scale(1);
  opacity: 1;
}

.industry-panel-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(21, 22, 76, 0.82), rgba(21, 22, 76, 0.2)),
    linear-gradient(180deg, transparent 35%, rgba(21, 22, 76, 0.78));
}

.industry-panel-copy {
  position: absolute;
  inset: auto 28px 26px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 440px;
  text-align: left;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.industry-carousel.is-switching .industry-panel-copy {
  opacity: 0;
  transform: translateY(14px);
}

.industry-panel-copy strong {
  color: #ffffff;
  font-size: 2.15rem;
  line-height: 1.02;
}

.industry-panel-kicker,
.industry-panel-summary {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.industry-panel-kicker {
  color: #cfd3ff;
  font-weight: 700;
}

.industry-panel:not(.is-active) .industry-panel-copy {
  inset: 20px 0;
  place-items: center;
  justify-content: center;
  opacity: 1;
  transform: rotate(6.5deg);
}

.industry-panel:not(.is-active) .industry-panel-copy strong {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.industry-panel:not(.is-active) .industry-panel-kicker,
.industry-panel:not(.is-active) .industry-panel-summary {
  display: none;
}

.project-grid,
.demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section-demos {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  padding: 88px 0 96px;
}

.demos-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.demos-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.04);
  filter: saturate(0.85) contrast(1.02);
  display: none;
}

.demos-bg-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(110, 138, 216, 0.28) 0%, transparent 44%),
    linear-gradient(135deg, #15164c 0%, #282a73 52%, #101239 100%);
}

.tech-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.demos-inner {
  position: relative;
}

.section-head-light .section-kicker {
  color: rgba(255, 255, 255, 0.85);
}

.section-head-light .section-title {
  color: #ffffff;
}

.demos-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 16px;
}

.demos-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #ffffff;
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.demos-nav:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

.demos-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.demos-viewport {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 4px);
}

.demos-track {
  display: flex;
  width: 100%;
  gap: 24px;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.demos-slide {
  flex: 0 0 74%;
  min-width: 0;
  margin: 0;
  opacity: 0.5;
  transform: scale(0.94);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
}

.demos-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.demos-slide:hover {
  transform: scale(0.94);
}

.demos-slide.is-active:hover {
  transform: scale(1);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.demos-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.demos-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.demos-dot:hover {
  background: rgba(255, 255, 255, 0.4);
}

.demos-dot.is-active {
  width: 28px;
  background: #ffffff;
  border-color: #ffffff;
}

.demos-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.demos-carousel.is-single .demos-nav,
.demos-carousel.is-single .demos-dots {
  display: none;
}

.demos-carousel.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.demos-carousel.is-single .demos-slide {
  flex-basis: 100%;
  opacity: 1;
  transform: none;
}

@media (max-width: 768px) {
  .section-demos {
    padding: 80px 0 88px;
  }

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

  .demos-slide {
    flex-basis: 86%;
  }

  /* Cards stretch to equal height; on mobile, don't let margin-top:auto shove
     the footer to the bottom — keep a consistent gap under the tags. */

  .demo-foot {
    margin-top: 20px;
  }

  /* Home project cards put the button directly in the card (no .demo-foot);
     margin-top:auto collapses to 0 when content fills, leaving no gap. */

  .project-card > .card-link {
    margin-top: 20px;
  }

  .demos-nav {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .demos-nav-prev {
    left: 8px;
  }

  .demos-nav-next {
    right: 8px;
  }
}

.project-card,
.demo-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover,
.demo-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.section-demos .project-card,
.section-demos .demo-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.section-demos .project-card::before,
.section-demos .demo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, 0.96) 0%, rgba(16, 24, 40, 0.76) 52%, rgba(16, 24, 40, 0.28) 100%),
    var(--card-image, url("images/2.jpg")) right center / cover;
  opacity: 0.5;
  transform: scale(1.04);
}

.section-demos .project-card::after,
.section-demos .demo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 82% 24%, rgba(116, 121, 201, 0.36), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.section-demos .project-card > *,
.section-demos .demo-card > * {
  position: relative;
  z-index: 1;
}

.section-demos .project-card:hover,
.section-demos .demo-card:hover {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.section-demos .project-index,
.section-demos .demo-icon {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.section-demos .status {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.section-demos .status-live {
  color: #c8f7dc;
  border-color: rgba(134, 239, 172, 0.28);
  background: rgba(21, 128, 61, 0.28);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.project-index,
.demo-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--accent-2);
  background: var(--surface-soft);
  font-weight: 700;
}

.demo-icon i,
.project-index i {
  line-height: 1;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.status-live {
  color: var(--success);
  border-color: rgba(21, 128, 61, 0.24);
  background: rgba(21, 128, 61, 0.08);
}

.status-preview {
  color: var(--accent-2);
  border-color: rgba(64, 64, 152, 0.24);
  background: rgba(64, 64, 152, 0.08);
}

.status-pilot {
  color: var(--warning);
  border-color: rgba(161, 98, 7, 0.24);
  background: rgba(161, 98, 7, 0.08);
}

.project-card h3,
.demo-card h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.42rem;
  line-height: 1.2;
}

.section-demos .project-card h3,
.section-demos .demo-card h2 {
  color: #ffffff;
}

.project-card p,
.demo-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.section-demos .project-card p,
.section-demos .demo-card p {
  color: rgba(255, 255, 255, 0.72);
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.project-meta div {
  padding: 12px;
  background: var(--surface-soft);
}

.project-meta dt {
  color: var(--muted-2);
  font-size: 0.76rem;
}

.project-meta dd {
  margin: 4px 0 0;
  color: var(--ink-strong);
  font-size: 0.9rem;
  font-weight: 650;
}

.section-demos .project-meta {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
}

.section-demos .project-meta div {
  background: rgba(255, 255, 255, 0.08);
}

.section-demos .project-meta dt {
  color: rgba(255, 255, 255, 0.54);
}

.section-demos .project-meta dd {
  color: #ffffff;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 0.82rem;
}

.section-demos .tag {
  color: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  color: var(--ink-strong);
  text-decoration: none;
  font-weight: 700;
}

.card-link:hover {
  color: var(--accent);
}

.section-demos .card-link {
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.section-demos .card-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.46);
  transform: translateY(-1px);
}

.section-demos .demo-foot {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.section-demos .demo-foot small {
  color: rgba(255, 255, 255, 0.7);
}

.section-demos .demo-foot small::before {
  background: #aeb4f0;
  box-shadow: 0 0 0 3px rgba(174, 180, 240, 0.18);
}

.section-demos {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.section-demos .demos-bg-shade {
  background: transparent;
}

.section-demos .section-head-light .section-title {
  color: var(--ink-strong);
}

.section-demos .demos-nav {
  color: var(--ink-strong);
  border-color: var(--line);
  background: #ffffff;
}

.section-demos .demos-nav:hover {
  border-color: var(--line-strong);
  background: var(--surface-soft);
}

.section-demos .demos-dot {
  border-color: var(--line-strong);
  background: #ffffff;
}

.section-demos .demos-dot.is-active {
  border-color: var(--accent);
  background: var(--accent);
}

.section-demos .project-card,
.section-demos .demo-card,
.section-demos .demos-slide {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.section-demos .project-card::before,
.section-demos .demo-card::before,
.section-demos .project-card::after,
.section-demos .demo-card::after {
  content: none;
}

.section-demos .project-card:hover,
.section-demos .demo-card:hover,
.section-demos .demos-slide.is-active:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.section-demos .project-index,
.section-demos .demo-icon {
  color: var(--accent);
  border-color: var(--line);
  background: var(--surface-soft);
}

.section-demos .status {
  color: var(--muted);
  border-color: var(--line);
  background: var(--surface-soft);
}

.section-demos .project-card h3,
.section-demos .demo-card h2,
.section-demos .project-meta dd {
  color: var(--ink-strong);
}

.section-demos .project-card p,
.section-demos .demo-card p,
.section-demos .tag,
.section-demos .demo-foot small {
  color: var(--muted);
}

.section-demos .project-meta {
  border-color: var(--line);
  background: var(--line);
}

.section-demos .project-meta div,
.section-demos .tag {
  background: var(--surface-soft);
}

.section-demos .project-meta dt {
  color: var(--muted-2);
}

.section-demos .tag {
  border-color: var(--line);
}

.section-demos .card-link {
  color: #ffffff;
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: none;
}

.section-demos .card-link:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.section-demos .demo-foot {
  border-top-color: var(--line);
}

.standards-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.standard-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #ffffff;
}

.standard-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  background: var(--surface);
}

.standard-item + .standard-item {
  border-top: 1px solid var(--line);
}

.standard-item i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--accent);
  background: rgba(64, 64, 152, 0.08);
}

.standard-item strong {
  display: block;
  color: var(--ink-strong);
}

.standard-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-section {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.contact-section .section-kicker {
  color: var(--accent);
}

.contact-section .section-title,
.contact-section .section-copy {
  color: var(--ink-strong);
}

.contact-section .section-copy {
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-point {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.contact-point i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--surface-soft);
  color: var(--accent);
}

.contact-point strong {
  display: block;
  color: var(--ink-strong);
}

.contact-form {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-group {
  display: grid;
  gap: 7px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  color: var(--ink-strong);
  font-size: 0.84rem;
  font-weight: 650;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

.form-group textarea {
  min-height: 124px;
  resize: vertical;
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: var(--muted-2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted-2);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(47, 79, 159, 0.12);
}

.contact-form .btn-primary {
  margin-top: 16px;
  color: #ffffff;
  background: var(--accent);
  box-shadow: none;
}

.contact-form .btn-primary:hover {
  color: #ffffff;
  background: var(--accent-2);
}

.alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: var(--radius);
  font-weight: 650;
  font-size: 0.92rem;
}

.alert-success {
  color: #14532d;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
}

.alert-error {
  color: #7f1d1d;
  background: #fee2e2;
  border: 1px solid #fecaca;
}

.catalog-hero {
  position: relative;
  padding: 150px 0 92px;
  overflow: hidden;
  color: #ffffff;
  background: var(--ink-strong);
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 16, 58, 0.97), rgba(18, 20, 68, 0.82) 46%, rgba(21, 22, 76, 0.42)),
    url("images/enterprise-operations-hero.png") center / cover;
}

/* Soft accent glow in the upper-right for depth. */

.catalog-glow {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(116, 121, 201, 0.42), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.catalog-hero-inner {
  position: relative;
  z-index: 1;
}

.catalog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #aeb4f0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.catalog-title {
  max-width: 800px;
  margin: 0;
  font-size: 3.75rem;
  line-height: 1.04;
  font-weight: 700;
}

.catalog-title-accent {
  background: linear-gradient(120deg, #aeb4f0, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.catalog-summary {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.6;
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.catalog-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.catalog-meta .dot-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.22);
}

.demo-card {
  min-height: 290px;
}

.demo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

/* Footer now holds only the CTA — make it a clean full-width button. */

.demo-foot .card-link {
  width: 100%;
  margin-left: 0;
}

.demo-foot small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-foot small::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-2);
}

.site-footer {
  padding: 24px 0;
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 0.88rem;
}

@media (max-width: 1060px) {
  .hero-title {
    font-size: 3.8rem;
  }

  .hero-content,
  .standards-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .flow-panel {
    width: min(100%, 460px);
    justify-self: center;
    margin-top: 8px;
  }

  .hero-lottie {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .nav {
    padding-inline: 16px;
  }

  .nav-links,
  .btn-nav {
    display: none;
  }

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

  .hero {
    min-height: auto;
    padding: 110px 0 54px;
  }

  /* Hide the hero Lottie illustration on mobile. */

  .flow-panel {
    display: none;
  }

  .hero-content {
    gap: 34px;
  }

  .hero-title {
    font-size: 3.05rem;
    line-height: 1.02;
  }

  .hero-summary {
    font-size: 1rem;
  }

  .project-grid,
  .demo-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .section-head,
  .trust-inner,
  .footer-inner {
    display: grid;
    align-items: start;
  }

  .trust-strip {
    padding: 52px 0;
  }

  .trust-copy {
    display: grid;
    gap: 10px;
  }

  .trust-copy h2 {
    font-size: 2.05rem;
  }

  .industry-carousel {
    flex-direction: column;
    min-height: auto;
    gap: 10px;
  }

  .industry-panel,
  .industry-panel:first-child,
  .industry-panel:last-child {
    flex: none;
    min-width: 0;
    min-height: 86px;
    height: 86px;
    margin-left: 0;
    clip-path: none;
  }

  .industry-panel.is-active {
    flex: none;
    height: 330px;
  }

  .industry-panel:not(.is-active) .industry-panel-copy {
    inset: 0 18px;
    place-items: center start;
  }

  .industry-panel:not(.is-active) .industry-panel-copy strong {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1rem;
  }

  .industry-panel-copy strong {
    font-size: 1.7rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .catalog-hero {
    padding: 118px 0 64px;
  }

  .catalog-title {
    font-size: 2.9rem;
  }

  .catalog-summary {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  /* Use more of the screen width on phones so content isn't compressed. */

  .container {
    width: min(100% - 24px, var(--max));
  }

  .nav {
    padding-inline: 12px;
  }

  /* Full-width cards on phones (drop the side peek that narrows them). */

  .demos-slide {
    flex-basis: 100%;
  }

  .demos-track {
    gap: 16px;
  }

  .catalog-hero {
    padding: 104px 0 52px;
  }

  .catalog-title {
    font-size: 2.25rem;
  }

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

  .catalog-glow {
    width: 320px;
    height: 320px;
  }

  /* Keep the hero metrics horizontal but compact on small phones. */

  .metric {
    min-height: 72px;
    padding: 12px 10px;
  }

  .metric strong {
    font-size: 1.3rem;
  }

  .metric > span {
    font-size: 0.74rem;
  }

  .brand-full,
  .brand-name small {
    display: none;
  }

  .brand-short {
    display: inline;
  }

  .hero-title {
    font-size: 2.5rem;
  }

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

  /* Stack the card footer with clear spacing above the button. */

  .demo-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 16px;
    padding-top: 16px;
  }

  .demo-foot .card-link {
    margin: 14px 0 0;
    width: 100%;
  }

  /* Smaller card text on phones. */

  .demo-card,
  .project-card {
    padding: 18px;
  }

  .demo-card h2,
  .project-card h3 {
    font-size: 1.16rem;
  }

  .demo-card p,
  .project-card p {
    font-size: 0.86rem;
  }

  .demo-card .tag,
  .project-card .tag {
    min-height: 26px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .demo-card .status,
  .project-card .status {
    min-height: 26px;
    font-size: 0.7rem;
  }

  .industry-panel.is-active {
    height: 300px;
  }

  .industry-panel-copy {
    inset: auto 20px 22px;
  }

  .industry-panel-copy strong {
    font-size: 1.45rem;
  }

  .btn,
  .card-link {
    width: 100%;
  }

  .flow-panel {
    padding: 14px;
  }

  .flow-map {
    min-height: 330px;
  }

  .flow-node {
    min-width: 104px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  /* Keep the industry carousel animated even when reduce-motion is on. */

  .industry-panel {
    transition-duration: 0.78s, 0.78s, 0.6s, 0.42s !important;
  }

  .industry-panel-img {
    transition-duration: 0.9s, 0.7s, 0.7s !important;
  }

  .industry-panel-copy {
    transition-duration: 0.32s, 0.32s !important;
  }

  /* Keep demo card hover smooth even when reduce-motion is on. */

  .demo-card,
  .project-card,
  .card-link {
    transition-duration: 0.2s !important;
  }

  /* Keep the carousel slide animated even when reduce-motion is on. */

  .demos-track {
    transition-duration: 0.55s !important;
  }

  .demos-slide {
    transition-duration: 0.55s, 0.55s !important;
  }
}
