*, ::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: var(--font-sans-variable), Manrope, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: var(--font-mono-variable), JetBrains Mono, ui-monospace, 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;
}
  :root {
    /* === SURFACE =================================================== */
    --surface-base: #FFFFFF;
    --surface-soft: #F8FAFC;
    --surface-tint: #F0F9FF;
    --surface-dark: #0A1628;
    --surface-dark-2: #0F1E36;

    /* === INK ======================================================= */
    --ink-primary: #0F172A;
    --ink-secondary: #334155;
    --ink-muted: #64748B;
    --ink-disabled: #94A3B8;
    --ink-inverse: #FFFFFF;
    --ink-inverse-muted: #94A3B8;

    /* === BRAND — Sky-blue (NOT Yoolip-green) ====================== */
    --brand-primary: #0284C7;
    --brand-primary-hover: #0369A1;
    --brand-primary-active: #075985;
    --brand-light: #0EA5E9;
    --brand-aurora: #38BDF8;
    --brand-cyan: #06B6D4;
    --brand-cyan-light: #22D3EE;

    /* === RISK ====================================================== */
    --risk-critical: #EF4444;
    --risk-high: #F97316;
    --risk-medium: #EAB308;
    --risk-low: #94A3B8;

    --risk-critical-soft: #FEE2E2;
    --risk-high-soft: #FFEDD5;
    --risk-medium-soft: #FEF3C7;
    --risk-low-soft: #F1F5F9;

    --risk-critical-ink: #991B1B;
    --risk-high-ink: #9A3412;
    --risk-medium-ink: #854D0E;
    --risk-low-ink: #475569;

    /* === SEMANTIC ================================================== */
    --success: #10B981;
    --success-soft: #D1FAE5;
    --info: #0EA5E9;
    --info-soft: #E0F2FE;

    /* === BORDERS =================================================== */
    --border-subtle: #F1F5F9;
    --border-default: #E2E8F0;
    --border-strong: #CBD5E1;
    --border-focus: #38BDF8;

    /* === RADIUS ==================================================== */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    /* === SHADOWS (v2 glass-design — soft and short, not dramatic) === */
    --shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, 0.04);
    --shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, 0.06), 0 1px 2px -1px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 4px 12px -2px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
    --shadow-lg: 0 12px 32px -8px rgba(15, 23, 42, 0.12), 0 4px 8px -4px rgba(15, 23, 42, 0.06);
    --shadow-xl: 0 24px 60px -16px rgba(15, 23, 42, 0.18), 0 8px 16px -8px rgba(15, 23, 42, 0.08);

    --shadow-brand: 0 12px 32px -8px rgba(2, 132, 199, 0.25);
    --shadow-float: 0 20px 40px -12px rgba(15, 23, 42, 0.15);

    /* === GLASS (Stage 1.28-design — Mix Variant 1+2 hybrid) ======= */
    /* 3 tier'а alpha/blur: Hero (full), Content (читаемо), Functional (max читаемо). */
    --g-tint-rgb: 255, 255, 255;
    --g-saturate: 180%;               /* backdrop saturation */
    --g-border-alpha: 0.55;
    --g-blur-hero: 24px;              /* Tier 1: hero glass — драматично */
    --g-alpha-hero: 0.22;
    --g-blur-content: 18px;           /* Tier 2: content cards — читаемо */
    --g-alpha-content: 0.65;
    --g-blur-functional: 14px;        /* Tier 3: inputs/modals — max читаемо */
    --g-alpha-functional: 0.82;

    /* Glass shadows — scaled per surface */
    --g-shadow-hero:
      inset 0 1px 0 rgba(255, 255, 255, 0.42),
      0 30px 60px -24px rgba(2, 30, 60, 0.20),
      0 8px 24px -12px rgba(2, 30, 60, 0.12);
    --g-shadow-content:
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      0 4px 12px -2px rgba(2, 30, 60, 0.08);

    /* === MOTION ==================================================== */
    --ease-out-soft: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out-quick: cubic-bezier(0.2, 0.8, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);

    --dur-fast: 150ms;
    --dur-base: 200ms;
    --dur-med: 400ms;
    --dur-slow: 600ms;
    --dur-aurora: 18s;
    --dur-float: 6s;
    --dur-float-slower: 9s;
  }

  * {
    border-color: var(--border-default);
    box-sizing: border-box;
  }

  html, body {
    margin: 0;
    padding: 0;
    background: var(--surface-base);
    color: var(--ink-primary);
    font-family: var(--font-sans-variable), Manrope, system-ui, sans-serif;
    font-feature-settings: "ss01", "cv11";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .font-numbers,
  .font-mono {
    font-family: var(--font-mono-variable), "JetBrains Mono", ui-monospace, monospace;
    font-feature-settings: "tnum", "zero";
    font-variant-numeric: tabular-nums;
  }

  /* Display sizes */

  /* Overline */
  .text-overline {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }

  *:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--border-focus);
    border-radius: var(--radius-sm);
  }

  ::-moz-selection {
    background: rgba(2, 132, 199, 0.20);
  }

  ::selection {
    background: rgba(2, 132, 199, 0.20);
  }

  /* Accent gradient — for a single highlighted word in headings.
     Stays in sky/cyan, never violet. */
  .text-accent-gradient {
    background: linear-gradient(95deg, var(--brand-primary) 0%, var(--brand-cyan) 60%, var(--brand-aurora) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
/* ===== Layout helpers ============================================ */
.container-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
.section {
    padding: 96px 0;
  }
/* ===== Cards (Stage 1.28-design — glass tier 2 content) ========== */
/* Default .card — стеклянная, но читаемая (alpha 0.65). На любом фоне
     (включая mesh-blobs из (app)/layout.tsx) текст остаётся чётким. */
.card {
    background: rgba(var(--g-tint-rgb), var(--g-alpha-content));
    backdrop-filter: blur(var(--g-blur-content)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
    border-radius: var(--radius-lg);
    box-shadow: var(--g-shadow-content);
  }
/* Tier 1 — hero glass для главных «вау» карточек (MoneyAtRisk,
     InsightCard, OnboardingSteps). Драматичный alpha 0.22, blur 24px. */
.card-glass-hero {
    background: rgba(var(--g-tint-rgb), var(--g-alpha-hero));
    backdrop-filter: blur(var(--g-blur-hero)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
    border-radius: var(--radius-lg);
    box-shadow: var(--g-shadow-hero);
  }
/* Tier 3 — functional glass (formulas, inputs, modals).
     Max читаемость: alpha 0.82, blur 14px. */
/* card-elevated теперь = card-glass-hero для backward-compat. */
.card-elevated {
    background: rgba(var(--g-tint-rgb), var(--g-alpha-hero));
    backdrop-filter: blur(var(--g-blur-hero)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
    border-radius: var(--radius-lg);
    box-shadow: var(--g-shadow-hero);
  }
.card-hover {
    transition: transform var(--dur-base) var(--ease-out-soft),
                box-shadow var(--dur-base) var(--ease-out-soft);
  }
.card-hover:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
  }
/* ===== Buttons ================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 600;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 200ms var(--ease-out-quick),
                border-color 200ms var(--ease-out-quick),
                color 200ms var(--ease-out-quick),
                box-shadow 200ms var(--ease-out-quick),
                transform 200ms var(--ease-out-quick),
                opacity 200ms var(--ease-out-quick);
    white-space: nowrap;
    text-decoration: none;
  }
.btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--border-focus);
  }
.btn-sm { padding: 8px 14px; font-size: 13px; }
.btn-md { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 14px 22px; font-size: 16px; border-radius: 12px; }
.btn-primary {
    background: var(--brand-primary);
    color: #fff;
    box-shadow: var(--shadow-sm);
  }
.btn-primary:hover:not(:disabled) {
    background: var(--brand-primary-hover);
    box-shadow: var(--shadow-brand);
    transform: translateY(-1px);
  }
.btn-primary:active { background: var(--brand-primary-active); }
.btn-outline {
    background: #fff;
    color: var(--ink-primary);
    border-color: var(--border-default);
  }
.btn-outline:hover {
    border-color: var(--border-strong);
    background: var(--surface-soft);
  }
.btn-ghost {
    background: transparent;
    color: var(--ink-secondary);
  }
.btn-ghost:hover {
    background: var(--surface-soft);
    color: var(--ink-primary);
  }
.btn-danger {
    background: var(--risk-critical);
    color: #fff;
  }
.btn-danger:hover {
    background: #DC2626;
  }
.btn[disabled],
  .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
  }
/* ===== Inputs (glass tier 3 — functional, max читаемо) ========== */
.input-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 44px;
    background: rgba(var(--g-tint-rgb), var(--g-alpha-functional));
    backdrop-filter: blur(var(--g-blur-functional)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
    border-radius: var(--radius-md);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), var(--shadow-xs);
    transition: border-color 150ms, box-shadow 150ms;
  }
.input-wrap:focus-within {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22);
  }
.input-wrap.error {
    border-color: var(--risk-critical);
  }
.input-wrap.\!error {
    border-color: var(--risk-critical) !important;
  }
.input-wrap input,
  .input-wrap select {
    all: unset;
    flex: 1;
    height: 100%;
    font: 500 14px var(--font-sans-variable), Manrope, sans-serif;
    color: var(--ink-primary);
  }
.input-wrap input::-moz-placeholder {
    color: var(--ink-disabled);
    font-weight: 400;
  }
.input-wrap input::placeholder {
    color: var(--ink-disabled);
    font-weight: 400;
  }
.input-wrap .icon {
    width: 18px;
    height: 18px;
    color: var(--ink-muted);
    flex-shrink: 0;
  }
.field-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-primary);
    margin-bottom: 6px;
  }
.field-hint {
    font-size: 12px;
    color: var(--ink-muted);
    margin-top: 6px;
  }
.auth-registration-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
.auth-registration-path {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--border-default);
    border-radius: 9px;
    color: var(--ink-secondary);
    background: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    cursor: pointer;
    transition: background-color 150ms, border-color 150ms, color 150ms;
  }
.auth-registration-path:hover {
    border-color: var(--border-strong);
    color: var(--ink-primary);
    background: #fff;
  }
.auth-registration-path.is-active {
    border-color: var(--brand-primary);
    color: var(--brand-primary-active);
    background: rgba(14, 165, 233, 0.09);
  }
.auth-registration-path strong,
  .auth-registration-path span {
    display: block;
  }
.auth-registration-path strong {
    font-size: 12.5px;
  }
.auth-registration-path span {
    margin-top: 3px;
    color: var(--ink-muted);
    font-size: 11px;
    line-height: 1.35;
  }
.auth-invite-context,
  .auth-session-warning {
    padding: 11px 12px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 1.45;
  }
.auth-invite-context {
    border: 1px solid #9cc3ee;
    color: #0d57c7;
    background: #eef5ff;
  }
.auth-session-warning {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #f0c98a;
    color: #6b3a06;
    background: #fff7e8;
  }
.auth-standalone-page {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    overflow: hidden;
    isolation: isolate;
  }
.auth-standalone-card {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    padding: 34px 32px;
  }
.auth-standalone-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
.auth-standalone-copy {
    text-align: center;
  }
.auth-standalone-copy h1 {
    margin: 6px 0 0;
    color: var(--ink-primary);
    font-size: 23px;
    letter-spacing: -0.015em;
    text-wrap: balance;
  }
.auth-standalone-copy p {
    margin: 9px 0 0;
    color: var(--ink-muted);
    font-size: 13px;
    line-height: 1.55;
    text-wrap: pretty;
  }
.auth-standalone-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
  }
.auth-submit-button {
    width: 100%;
    justify-content: center;
  }
.auth-inline-error {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #f4b4b4;
    border-radius: 9px;
    color: #a31515;
    background: #fff1f1;
    font-size: 13px;
    line-height: 1.45;
  }
.auth-success-panel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
    padding: 13px;
    border: 1px solid #a7ddc8;
    border-radius: 9px;
    color: #0b7250;
    background: #ecf9f4;
  }
.auth-success-panel > div {
    min-width: 0;
  }
.auth-success-panel strong,
  .auth-success-panel span {
    display: block;
  }
.auth-success-panel strong {
    font-size: 13.5px;
  }
.auth-success-panel span {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.45;
  }
.auth-standalone-note {
    margin-top: 18px;
    padding: 11px 12px;
    border: 1px solid var(--border-default);
    border-radius: 9px;
    color: var(--ink-muted);
    background: rgba(255, 255, 255, 0.55);
    font-size: 11.5px;
    line-height: 1.5;
  }
.auth-back-link {
    display: block;
    margin-top: 18px;
    color: var(--brand-primary-active);
    font-size: 13px;
    font-weight: 650;
    text-align: center;
    text-decoration: none;
  }
.auth-back-link:hover {
    text-decoration: underline;
  }
@media (max-width: 460px) {
    .auth-registration-paths {
      grid-template-columns: 1fr;
    }

    .auth-standalone-page {
      padding: 14px;
    }

    .auth-standalone-card {
      padding: 28px 20px;
    }
  }
/* ===== Pills (severity + status) ================================ */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
  }
.pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
  }
/* Glass pills — frosted + цветной inset glow (Stage 1.28-design). */
.pill {
    background: rgba(var(--g-tint-rgb), calc(var(--g-alpha-content) * 1.1));
    backdrop-filter: blur(calc(var(--g-blur-content) * 0.6)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, calc(var(--g-border-alpha) * 0.85));
    box-shadow: inset 0 0 10px rgba(var(--pill-rgb, 148, 163, 184), 0.40);
  }
.pill-critical { --pill-rgb: 239 68 68;  color: var(--risk-critical-ink); }
.pill-medium   { --pill-rgb: 234 179 8;  color: var(--risk-medium-ink); }
.pill-open     { --pill-rgb: 56 189 248; color: #075985; }
.pill-resolved { --pill-rgb: 16 185 129; color: #065F46; }
/* ===== Sticky header ============================================ */
.sticky-header {
    --header-scroll-progress: 0;
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    background: transparent;
    transition: color 260ms var(--ease-out-soft);
  }
.sticky-header-shell {
    position: sticky;
    overflow: hidden;
  }
.sticky-header::before,
  .sticky-header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity 90ms linear;
    will-change: opacity;
  }
.sticky-header::before {
    opacity: calc(1 - var(--header-scroll-progress));
    background:
      linear-gradient(90deg, rgba(56, 189, 248, 0.92), rgba(34, 211, 238, 0.82));
    backdrop-filter: blur(18px) saturate(160%);
    box-shadow: inset 0 -1px 0 rgba(14, 116, 144, 0.22),
                inset 0 -1px 0 rgba(255, 255, 255, 0.55);
  }
.sticky-header::after {
    opacity: var(--header-scroll-progress);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 -1px 0 var(--border-default),
                0 10px 28px -24px rgba(15, 23, 42, 0.35);
  }
.sticky-header > .container-content {
    position: relative;
    z-index: 1;
  }
.sticky-header-tint {
    color: #082F49;
  }
.sticky-header-solid {
    color: var(--ink-primary);
  }
.landing-nav a {
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: 20px 0;
    opacity: 0.88;
    transition: opacity 180ms var(--ease-out-quick), color 180ms;
  }
.landing-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 13px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-cyan));
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 220ms var(--ease-out-soft);
  }
.landing-nav a:hover {
    opacity: 1;
    color: var(--brand-primary-active);
  }
.landing-nav a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
.btn-header-primary {
    background: linear-gradient(135deg, #0369A1, #0891B2);
    color: #fff;
    box-shadow: 0 10px 24px -12px rgba(2, 132, 199, 0.65);
  }
.btn-header-primary:hover:not(:disabled) {
    background: linear-gradient(135deg, #075985, #0E7490);
    box-shadow: 0 14px 30px -14px rgba(2, 132, 199, 0.75);
    transform: translateY(-1px);
  }
.btn-header-ghost {
    background: rgba(255, 255, 255, 0.38);
    color: #0F355E;
    border-color: rgba(14, 165, 233, 0.18);
  }
.btn-header-ghost:hover {
    background: rgba(255, 255, 255, 0.68);
    color: var(--brand-primary-active);
    border-color: rgba(14, 165, 233, 0.28);
  }
.sticky-header-solid .btn-header-ghost {
    background: transparent;
    color: var(--ink-secondary);
    border-color: transparent;
  }
.sticky-header-solid .btn-header-ghost:hover {
    background: var(--surface-soft);
    color: var(--ink-primary);
  }
.sticky-header-solid .btn-header-primary {
    background: var(--brand-primary);
    box-shadow: var(--shadow-sm);
  }
.sticky-header-solid .btn-header-primary:hover:not(:disabled) {
    background: var(--brand-primary-hover);
    box-shadow: var(--shadow-brand);
  }
/* ===== Hero dark + aurora ====================================== */
/* ===== Float cards (landing hero) =============================== */
.float-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.35);
    color: var(--ink-primary);
  }
.float-card .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--ink-muted);
  }
.float-card .value {
    font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    font-size: 22px;
    margin-top: 4px;
    letter-spacing: -0.01em;
  }
.float-card .\!value {
    font-family: var(--font-mono-variable), "JetBrains Mono", monospace !important;
    font-variant-numeric: tabular-nums !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    margin-top: 4px !important;
    letter-spacing: -0.01em !important;
  }
.float-card .meta {
    font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    font-size: 11px;
    color: var(--ink-muted);
    margin-top: 2px;
  }
.float-card .meta.up   { color: var(--success); }
.float-card .meta.down { color: var(--risk-critical); }
/* ===== Severity tile (glass + coloured inner radial glow) ======== */
.severity-tile {
    background: rgba(var(--g-tint-rgb), var(--g-alpha-content));
    backdrop-filter: blur(var(--g-blur-content)) saturate(var(--g-saturate));
    border: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--g-shadow-content);
    position: relative;
    overflow: hidden;
    transition: all 200ms var(--ease-out-soft);
    cursor: pointer;
  }
.severity-tile:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
  }
/* Цветной radial-glow изнутри снизу — даёт «огонёк» severity. */
.severity-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 110% 80% at 50% 110%,
                rgba(var(--sev-rgb, 148, 163, 184), 0.45) 0%,
                rgba(var(--sev-rgb, 148, 163, 184), 0.15) 35%,
                transparent 70%);
    mix-blend-mode: screen;
    opacity: 0.85;
  }
.severity-tile > * { position: relative; z-index: 1; }
/* ===== AI Insight card ========================================== */
.insight-card {
    background: linear-gradient(135deg, #F0F9FF 0%, #ECFEFF 100%);
    border: 1px solid #BAE6FD;
    border-radius: var(--radius-lg);
    padding: 22px 24px;
    display: flex;
    gap: 18px;
    position: relative;
    overflow: hidden;
  }
.insight-card::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 200px;
    height: 200px;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 70%);
    pointer-events: none;
  }
.insight-card .badge {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand-light), var(--brand-cyan));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px -8px rgba(2, 132, 199, 0.5);
    color: #fff;
  }
.insight-card .eyebrow {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--brand-primary);
  }
.insight-card .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink-primary);
    line-height: 1.45;
    margin: 4px 0 0;
  }
.insight-card .title b {
    font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
  }
/* ===== Filter pills (problems screen) =========================== */
.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    border: 1px solid var(--border-default);
    color: var(--ink-secondary);
    cursor: pointer;
    transition: background-color 150ms,
                border-color 150ms,
                color 150ms,
                box-shadow 150ms;
  }
.filter-pill:hover {
    background: var(--surface-soft);
    border-color: var(--border-strong);
  }
.filter-pill .count {
    font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
    font-variant-numeric: tabular-nums;
    color: var(--ink-muted);
    font-size: 12px;
  }
.filter-pill-active {
    background: var(--surface-tint);
    border-color: var(--brand-primary);
    color: var(--brand-primary);
  }
.filter-pill-active .count {
    color: var(--brand-primary);
  }
/* ===== Dot pattern background =================================== */
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.isolate {
  isolation: isolate;
}
.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;
}
.min-h-screen {
  min-height: 100vh;
}
.flex-shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.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 fade-up {

  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes fade-up {

  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up-delayed {
  animation: fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 200ms both;
}
@keyframes fade-up {

  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up-late {
  animation: fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 400ms both;
}
@keyframes float-slow {

  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(-1deg);
  }
}
.animate-float-slow {
  animation: float-slow 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes float-slower {

  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(1.2deg);
  }
}
.animate-float-slower {
  animation: float-slower 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-12 {
  gap: 3rem;
}
.text-wrap {
  text-wrap: wrap;
}
.border {
  border-width: 1px;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.font-mono {
  font-family: var(--font-mono-variable), JetBrains Mono, ui-monospace, monospace;
}
.uppercase {
  text-transform: uppercase;
}
.tabular-nums {
  --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);
}
.text-risk-critical {
  color: var(--risk-critical);
}
.overline {
  text-decoration-line: overline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-filter {
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
  Glassbiz — Design System tokens (imported from Claude Design ZIP).
  Light-first, sky-blue brand, Cyrillic-ready.
  Fonts loaded via next/font/google in app/layout.tsx — see --font-sans-variable.
*/

/* === Keyframes (named so they work both via custom .animate-* classes
       and via Tailwind utilities in tailwind.config.ts) ============== */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float-slow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-10px) rotate(-1deg); }
}
@keyframes float-slower {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-14px) rotate(1.2deg); }
}
@keyframes pulse-glow {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.08); }
}
@keyframes aurora-shift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1);     opacity: 0.55; }
  33%      { transform: translate3d(8%, -4%, 0) scale(1.08); opacity: 0.7; }
  66%      { transform: translate3d(-6%, 4%, 0) scale(1.04); opacity: 0.5; }
}

/* ============================================================
   Stage 1.8.3 — Claude Design v2 additions
   New components: bento-grid, tab-bar/panel, step-card, persona-card,
   faq-item, hero-kpi, scroll-reveal, magnetic/parallax.
   ============================================================ */

/* === Scroll-reveal wrapper (used by <Section animated>) ============= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease-out-soft), transform 700ms var(--ease-out-soft);
}
.reveal-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .animate-fade-up,
  .animate-fade-up-delayed,
  .animate-fade-up-late,
  .animate-fade-in,
  .animate-float-slow,
  .animate-float-slower,
  .animate-pulse-glow,
  .animate-aurora {
    animation: none !important;
  }
}

/* === Bento grid =================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, auto);
  gap: 20px;
}
.bento-card {
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  transition: transform 200ms var(--ease-out-soft), box-shadow 200ms var(--ease-out-soft), border-color 200ms;
  position: relative;
  overflow: hidden;
}
.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.bento-hero      { grid-column: 1 / span 2; grid-row: 1 / span 2; padding: 28px; }
.bento-regular-1 { grid-column: 3; grid-row: 1; }
.bento-regular-2 { grid-column: 3; grid-row: 2; }
.bento-regular-3 { grid-column: 3; grid-row: 3; }
.bento-wide-1    { grid-column: 1 / span 2; grid-row: 3; }
.bento-wide-2    { grid-column: 1 / span 3; grid-row: 4; }

@media (max-width: 960px) {
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento-hero,
  .bento-regular-1,
  .bento-regular-2,
  .bento-regular-3,
  .bento-wide-1,
  .bento-wide-2 {
    grid-column: auto;
    grid-row: auto;
  }
}

/* === Tab control (ProductDemo) ==================================== */
.tab-bar {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  background: var(--surface-soft);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-full);
}
.tab-bar button {
  all: unset;
  cursor: pointer;
  padding: 9px 18px;
  border-radius: var(--radius-full);
  font: 600 14px var(--font-sans-variable), Manrope, sans-serif;
  color: var(--ink-secondary);
  transition: background 180ms, color 180ms;
  white-space: nowrap;
}
.tab-bar button:hover { color: var(--ink-primary); }
.tab-bar button.is-active {
  background: #fff;
  color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
}
.tab-bar button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--border-focus);
}

.tab-panel {
  position: relative;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.tab-panel-stage {
  position: relative;
  min-height: 460px;
}
.tab-fade {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 300ms var(--ease-out-soft);
  pointer-events: none;
}
.tab-fade.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

/* === Numbered step card (HowItWorks) ============================== */
.step-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 36px 28px 28px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 200ms var(--ease-out-soft), box-shadow 200ms var(--ease-out-soft);
}
.step-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.step-card .step-bignum {
  position: absolute;
  right: -10px;
  top: -28px;
  font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 160px;
  line-height: 1;
  color: var(--surface-tint);
  letter-spacing: -0.04em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.step-card .step-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 700 12px var(--font-mono-variable), "JetBrains Mono", monospace;
  color: var(--brand-primary);
  letter-spacing: 0.04em;
}
.step-card .step-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--brand-primary);
}
.step-card h3 {
  position: relative;
  z-index: 1;
  font: 700 22px/1.25 var(--font-sans-variable), Manrope, sans-serif;
  letter-spacing: -0.01em;
  margin: 14px 0 10px;
  color: var(--ink-primary);
}
.step-card p {
  position: relative;
  z-index: 1;
  font: 400 15px/1.55 var(--font-sans-variable), Manrope, sans-serif;
  color: var(--ink-secondary);
  margin: 0;
}
.step-connector {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: 86px;
  height: 1px;
  width: 56px;
  background-image: linear-gradient(to right, var(--border-strong) 0 6px, transparent 6px 12px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
}
@media (max-width: 960px) {
  .step-connector { display: none; }
}

/* === Persona card ================================================= */
.persona-card {
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform 200ms var(--ease-out-soft), box-shadow 200ms var(--ease-out-soft);
  height: 100%;
}
.persona-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.persona-card .persona-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--surface-tint), #fff);
  border: 1px solid var(--border-default);
  border-radius: 16px;
  color: var(--brand-primary);
}
.persona-card .persona-quote {
  font: 500 17px/1.45 var(--font-sans-variable), Manrope, sans-serif;
  font-style: italic;
  color: var(--brand-primary);
  border-left: 2px solid var(--brand-aurora);
  padding: 4px 0 4px 14px;
  margin: 0;
}
.persona-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.persona-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: 500 14px/1.45 var(--font-sans-variable), Manrope, sans-serif;
  color: var(--ink-secondary);
}
.persona-card li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--brand-primary);
}

/* === FAQ accordion ================================================ */
.faq-item {
  border-bottom: 1px solid var(--border-default);
}
.faq-item:first-child {
  border-top: 1px solid var(--border-default);
}
.faq-item button.faq-trigger {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 4px;
  font: 600 17px/1.4 var(--font-sans-variable), Manrope, sans-serif;
  color: var(--ink-primary);
  transition: color 150ms;
}
.faq-item button.faq-trigger:hover {
  color: var(--brand-primary);
}
.faq-item button.faq-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--border-focus);
  border-radius: 6px;
}
.faq-item .faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: var(--surface-tint);
  color: var(--brand-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms, transform 300ms var(--ease-out-soft);
}
.faq-item.is-open .faq-icon {
  background: var(--brand-primary);
  color: #fff;
  transform: rotate(180deg);
}
.faq-item .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms var(--ease-out-soft);
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item .faq-answer-inner {
  overflow: hidden;
  font: 400 15px/1.6 var(--font-sans-variable), Manrope, sans-serif;
  color: var(--ink-secondary);
}
.faq-item .faq-answer-inner > div {
  padding: 0 4px 22px;
  max-width: 640px;
}

/* === Hero KPI metrics row ========================================= */
.hero-kpi-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  flex-wrap: wrap;
}
.hero-kpi {
  padding: 0 40px;
  text-align: center;
  position: relative;
}
.hero-kpi + .hero-kpi {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-kpi .kpi-value {
  font-family: var(--font-mono-variable), "JetBrains Mono", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  background: linear-gradient(160deg, #fff 0%, #BAE6FD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-kpi .kpi-caption {
  margin-top: 10px;
  font: 600 11px/1.3 var(--font-sans-variable), Manrope, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-inverse-muted);
  white-space: pre-line;
}
@media (max-width: 720px) {
  .hero-kpi-row { gap: 16px; }
  .hero-kpi { padding: 8px 20px; }
  .hero-kpi + .hero-kpi {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 16px;
  }
  .hero-kpi .kpi-value { font-size: 40px; }
}

/* === Comparison table row hover =================================== */
.compare-row { transition: background 180ms; }
.compare-row .compare-glassbiz-cell { transition: background 200ms; }
.compare-row .compare-check {
  transition: transform 200ms var(--ease-out-soft);
  transform-origin: center;
}
.compare-row:hover .compare-glassbiz-cell {
  background: rgba(186, 230, 253, 0.45) !important;
}
.compare-row:hover .compare-check {
  transform: scale(1.12);
}

/* === Magnetic / parallax helpers ================================== */
.magnetic { transition: transform 300ms var(--ease-out-soft); }
.parallax-card {
  transition: transform 400ms var(--ease-out-soft);
  will-change: transform;
}

/* === Float-card keyframes (per-card with --rot var, used in DarkHero) === */
@keyframes float-anim-1 {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translate3d(var(--px, 0px), var(--py, 0px), 0); }
  50%      { transform: rotate(calc(var(--rot, 0deg) - 1deg)) translate3d(var(--px, 0px), calc(var(--py, 0px) - 10px), 0); }
}
@keyframes float-anim-2 {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translate3d(var(--px, 0px), var(--py, 0px), 0); }
  50%      { transform: rotate(calc(var(--rot, 0deg) + 1.2deg)) translate3d(var(--px, 0px), calc(var(--py, 0px) - 14px), 0); }
}
.float-anim-1 { animation: float-anim-1 6s var(--ease-in-out) infinite; }
.float-anim-2 { animation: float-anim-2 9s var(--ease-in-out) infinite; }
@media (prefers-reduced-motion: reduce) {
  .float-anim-1,
  .float-anim-2 {
    animation: none;
    transform: rotate(var(--rot, 0deg));
  }
}

/* Alias for landing container to match Claude Design `.container` */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === Mobile responsive (Stage 1.27 + 1.28-design) ================ */
@media (max-width: 640px) {
  /* App-страницы: main-контейнер падает с 28px на 14px. Применяем через
     data-page-content атрибут (см. 7 app/(app)/*/page.tsx). */
  [data-page-content] {
    padding: 14px !important;
  }
  /* Landing/public — container уменьшается. */
  .container-content {
    padding: 0 16px !important;
  }
  /* Display-text на mobile (landing hero и privacy/terms). */
  .text-display-2xl, .text-display-xl {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
  .container-content > h1 {
    font-size: clamp(26px, 7.5vw, 36px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
  }
  /* Glass performance: уменьшаем blur на mobile — exp репайнт каждый frame
     при animated mesh-фоне дорог на бюджетных Android. */
  :root {
    --g-blur-hero: 12px;
    --g-blur-content: 10px;
    --g-blur-functional: 8px;
  }
}

/* === Glass mesh + premium money text (Stage 1.28-design) ========== */

/* Mesh blobs не анимируются для users с reduce-motion. */
@media (prefers-reduced-motion: reduce) {
  .glass-mesh .blob,
  .animate-aurora,
  .animate-float-slow,
  .animate-float-slower,
  .animate-pulse-glow,
  .animate-fade-up,
  .animate-fade-in {
    animation: none !important;
  }
}

/* Premium money-amount text gradient — для главных hero-сумм
   (MoneyAtRisk на /dashboard, total на /reports). */
.money-amount {
  background: linear-gradient(180deg, #0F172A 0%, #1E40AF 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Sticky-header app: glass treatment (используется AppHeader). */
.app-header-glass {
  background: rgba(var(--g-tint-rgb), calc(var(--g-alpha-content) * 1.15));
  backdrop-filter: blur(calc(var(--g-blur-content) * 1.2)) saturate(var(--g-saturate));
  border-bottom: 1px solid rgba(255, 255, 255, var(--g-border-alpha));
}

/* Sidebar glass — стеклянный sidebar с edge highlight. */
.app-sidebar-glass {
  background: rgba(var(--g-tint-rgb), calc(var(--g-alpha-content) * 1.25));
  backdrop-filter: blur(calc(var(--g-blur-content) * 1.3)) saturate(var(--g-saturate));
  border-right: 1px solid rgba(255, 255, 255, var(--g-border-alpha)) !important;
}

/* Glass mesh keyframes (4 organic floating blobs). */
@keyframes glass-drift-1 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(40px, -30px, 0) scale(1.08); }
}
@keyframes glass-drift-2 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(-50px, 40px, 0) scale(0.95); }
}
@keyframes glass-drift-3 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(30px, 30px, 0) scale(1.1); }
}
.glass-mesh { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.glass-mesh-bg {
  background: linear-gradient(160deg, #F8FAFF 0%, #EEF6FF 35%, #ECFEFF 65%, #F5FBFF 100%);
}
.glass-mesh .blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.85;
  will-change: transform;
}
.glass-mesh .blob-1 { animation: glass-drift-1 14s ease-in-out infinite; }
.glass-mesh .blob-2 { animation: glass-drift-2 18s ease-in-out infinite; }
.glass-mesh .blob-3 { animation: glass-drift-3 22s ease-in-out infinite; }
.glass-mesh .blob-4 { animation: glass-drift-1 20s ease-in-out infinite reverse; }

/* === Glassbiz Control workspace ================================== */
/* The authenticated product is an operational console. Keep the
   expressive glass treatment on the public site, not around live data. */
.ops-shell {
  --border-subtle: #e2e7ed;
  --border-default: #cbd3dd;
  --border-strong: #aeb8c5;
  --ops-bg: #f3f5f7;
  --ops-panel: #ffffff;
  --ops-panel-muted: #f7f8fa;
  --ops-ink: #131a23;
  --ops-muted: #687486;
  --ops-line: #dce1e7;
  --ops-line-strong: #c7ced7;
  --ops-sidebar: #111820;
  --ops-sidebar-line: #26313c;
  --ops-sidebar-muted: #8f9baa;
  --ops-blue: #1267e8;
  display: flex;
  min-height: 100vh;
  isolation: isolate;
  color: var(--ops-ink);
  background-color: var(--ops-bg);
  background-image:
    linear-gradient(rgba(18, 103, 232, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 103, 232, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

.ops-loading-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f3f5f7;
}

.ops-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  padding: 8px 12px;
  color: #fff;
  background: var(--ops-blue, #1267e8);
  border-radius: 6px;
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

.ops-skip-link:focus {
  transform: translateY(0);
}

.ops-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ops-page {
  min-height: 100vh;
}

.ops-page-content {
  width: min(100%, 1240px) !important;
  margin-inline: auto !important;
  padding: 24px 28px 48px !important;
}

/* Sidebar */
.ops-sidebar {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 224px;
  height: 100vh;
  flex: 0 0 224px;
  display: flex;
  flex-direction: column;
  color: #d8dee6;
  background: var(--ops-sidebar);
  border-right: 1px solid #0a1016;
}

.ops-sidebar-brand {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-bottom: 1px solid var(--ops-sidebar-line);
}

.ops-sidebar-brand a {
  display: inline-flex;
}

.ops-sidebar-brand span {
  padding: 3px 5px;
  border: 1px solid #3b4855;
  border-radius: 4px;
  color: var(--ops-sidebar-muted);
  font: 700 8px/1 var(--font-mono-variable), monospace;
  letter-spacing: 0.11em;
}

.ops-sidebar-nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 18px 10px;
}

.ops-nav-label {
  margin: 0 10px 8px;
  color: #697686;
  font: 700 10px/1.2 var(--font-mono-variable), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ops-nav-item,
.ops-nav-details > summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 12px;
  border-left: 2px solid transparent;
  border-radius: 5px;
  color: #b8c1cc;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 140ms ease, background-color 140ms ease;
}

.ops-nav-item:hover,
.ops-nav-details > summary:hover {
  color: #fff;
  background: #18222c;
}

.ops-nav-item.is-active {
  color: #fff;
  background: #1c2936;
  border-left-color: #4d95ff;
}

.ops-nav-item.is-compact {
  min-height: 36px;
  font-size: 12.5px;
}

.ops-nav-icon,
.ops-nav-summary-icon {
  width: 18px;
  display: inline-flex;
  justify-content: center;
  color: #7f8b9a;
}

.ops-nav-item.is-active .ops-nav-icon,
.ops-nav-item:hover .ops-nav-icon {
  color: #69a6ff;
}

.ops-nav-details {
  margin-top: 8px;
}

.ops-nav-details > summary {
  cursor: pointer;
  list-style: none;
}

.ops-nav-details > summary::-webkit-details-marker {
  display: none;
}

.ops-nav-chevron {
  display: inline-flex;
  margin-left: auto;
  transition: transform 140ms ease;
}

.ops-nav-details[open] .ops-nav-chevron {
  transform: rotate(180deg);
}

.ops-nav-submenu {
  display: grid;
  gap: 2px;
  margin: 3px 0 0 12px;
  padding-left: 8px;
  border-left: 1px solid var(--ops-sidebar-line);
}

.ops-sidebar-account-links {
  display: grid;
  gap: 1px;
  padding: 10px;
  border-top: 1px solid var(--ops-sidebar-line);
}

.ops-sidebar-user {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-top: 1px solid var(--ops-sidebar-line);
}

.ops-user-avatar {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: grid;
  place-items: center;
  border: 1px solid #405061;
  border-radius: 5px;
  color: #d9e5f2;
  background: #202c38;
  font: 700 10px/1 var(--font-mono-variable), monospace;
}

.ops-user-copy {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 2px;
}

.ops-user-copy strong,
.ops-user-copy span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ops-user-copy strong {
  color: #e9edf2;
  font-size: 11.5px;
}

.ops-user-copy span {
  color: var(--ops-sidebar-muted);
  font-size: 10.5px;
}

.ops-icon-button {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #8f9baa;
  background: transparent;
  cursor: pointer;
}

.ops-icon-button:hover {
  color: #fff;
  background: #202c38;
  border-color: #354352;
}

.ops-sidebar-backdrop {
  display: none;
}

/* Header */
.ops-app-header {
  z-index: 30;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--ops-line);
}

.ops-app-header.is-sticky {
  position: sticky;
  top: 0;
}

.ops-header-copy {
  min-width: 0;
  flex: 1;
}

.ops-header-copy h1 {
  margin: 0;
  color: var(--ops-ink);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.ops-header-copy p {
  margin: 4px 0 0;
  overflow: hidden;
  color: var(--ops-muted);
  font-size: 11.5px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ops-header-menu {
  display: none;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ops-line);
  border-radius: 6px;
  color: var(--ops-ink);
  background: #fff;
  cursor: pointer;
}

.ops-header-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* Operational surfaces */
.ops-shell .card,
.ops-shell .card-elevated,
.ops-shell .card-glass-hero,
.ops-shell .card-glass-functional,
.ops-shell .insight-card,
.ops-shell .severity-tile {
  background: var(--ops-panel) !important;
  backdrop-filter: none !important;
  border: 1px solid var(--ops-line) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
}

.ops-shell .card-hover {
  transition: border-color 140ms ease, background-color 140ms ease;
}

.ops-shell .card-hover:hover {
  transform: none;
  border-color: var(--ops-line-strong) !important;
  box-shadow: none !important;
}

.ops-shell .btn {
  min-height: 34px;
  border-radius: 6px;
  border-color: var(--ops-line-strong);
  box-shadow: 0 1px 2px rgba(19, 26, 35, 0.08);
  font-size: 12.5px;
  font-weight: 650;
  touch-action: manipulation;
}

.ops-shell .btn-primary {
  background: var(--ops-blue);
  border-color: var(--ops-blue);
}

.ops-shell .btn-primary:hover {
  background: #0d57c7;
  border-color: #0d57c7;
  transform: none;
  box-shadow: none;
}

.ops-shell .btn-outline,
.ops-shell .btn-ghost {
  color: #243142;
  background: #fff;
  border-color: var(--ops-line-strong);
}

.ops-shell .btn-outline:hover,
.ops-shell .btn-ghost:hover {
  color: var(--ops-ink);
  border-color: #8793a3;
  background: #eef2f6;
  transform: none;
}

.ops-shell .btn:disabled,
.ops-shell .btn[disabled] {
  border-color: #d0d5dd;
  background: #eef1f4;
  color: #7b8493;
  box-shadow: none;
  opacity: 1;
}

.ops-shell .text-overline {
  color: var(--ops-muted);
  font-size: 10px;
  letter-spacing: 0.07em;
}

.ops-shell .money-amount {
  color: var(--ops-ink);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
}

.ops-summary-content {
  gap: 14px !important;
}

.ops-summary-page .card-glass-hero > [aria-hidden="true"] {
  display: none;
}

.ops-summary-page .severity-tile span[style*="box-shadow"] {
  box-shadow: none !important;
}

.ops-problems-page .problems-filter-row {
  margin-bottom: 14px !important;
}

.ops-problems-page .filter-pill {
  min-height: 32px;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

.ops-problems-page .filter-pill-active {
  color: #0d57c7;
  background: #eef5ff;
  border-color: #8bb8f7;
}

.ops-status-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--ops-muted);
  background: transparent;
  font: 650 13px/1.2 var(--font-sans-variable), Manrope, sans-serif;
  cursor: pointer;
  margin-bottom: -1px;
}

.ops-status-tab:hover {
  color: var(--ops-ink);
}

.ops-status-tab.is-active {
  color: var(--ops-blue);
  border-bottom-color: var(--ops-blue);
}

.ops-problems-page .problems-table {
  border-radius: 8px !important;
}

.ops-problem-row {
  color: var(--ops-ink);
  background: #fff;
}

.ops-problem-row:hover {
  background: #f6f8fa;
}

.ops-empty-state {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px !important;
}

.ops-empty-state > div {
  min-width: 0;
  flex: 1;
}

.ops-empty-state h2,
.ops-empty-state p {
  margin: 0;
}

.ops-empty-state h2 {
  font-size: 14px;
  font-weight: 700;
}

.ops-empty-state p {
  margin-top: 3px;
  color: var(--ops-muted);
  font-size: 12.5px;
}

.ops-empty-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid #a7ddc8;
  border-radius: 6px;
  color: #0b7250;
  background: #ecf9f4;
}

.ops-integrations-page .integration-card {
  padding: 20px !important;
}

.ops-integrations-page .integration-card > img {
  border-radius: 7px !important;
}

.ops-shell input,
.ops-shell select,
.ops-shell textarea {
  border-radius: 6px !important;
}

/* Team: separate live workload from period-based results. */
.ops-team-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ops-team-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ops-team-section + .ops-team-section {
  padding-top: 28px;
  border-top: 1px solid var(--ops-line-strong);
}

.ops-team-section-heading {
  max-width: 760px;
}

.ops-team-section-heading h2 {
  margin: 5px 0 0;
  color: var(--ops-ink);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.ops-team-section-heading p {
  margin: 6px 0 0;
  color: var(--ops-muted);
  font-size: 13px;
  line-height: 1.5;
  text-wrap: pretty;
}

.ops-team-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ops-team-metrics-current {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-team-period-label > div,
.ops-team-table-heading > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.ops-team-period-label strong,
.ops-team-table-heading strong {
  color: var(--ops-ink);
  font-size: 13px;
}

.ops-team-period-label span,
.ops-team-table-heading span {
  color: var(--ops-muted);
  font-size: 12px;
  line-height: 1.4;
}

.ops-team-filter-button {
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid var(--ops-line-strong);
  border-radius: 999px;
  color: #243142;
  background: #fff;
  font: 650 13px/1.2 var(--font-sans-variable), Manrope, sans-serif;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.ops-team-filter-button:hover {
  border-color: #8793a3;
  color: var(--ops-ink);
  background: #eef2f6;
}

.ops-team-filter-button.is-active {
  border-color: var(--ops-blue);
  color: #fff;
  background: var(--ops-blue);
}

.ops-team-filter-button-sm {
  min-height: 30px;
  padding: 5px 11px;
  font-size: 12px;
}

.ops-team-table-card {
  padding: 0 !important;
  overflow: hidden;
}

.ops-team-table-heading {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ops-line);
  background: #fff;
}

.ops-team-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.ops-team-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--ops-ink);
  font-size: 13px;
}

.ops-team-current-table {
  min-width: 650px;
}

.ops-team-results-table {
  min-width: 920px;
}

.ops-team-table thead tr {
  background: var(--surface-soft);
}

.ops-team-table th {
  padding: 11px 16px;
  color: var(--ops-muted);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ops-team-table tbody tr {
  border-top: 1px solid var(--ops-line);
  background: #fff;
}

.ops-team-table tbody tr.is-dim {
  background: #f8fafc;
}

.ops-team-table td {
  padding: 14px 16px;
  vertical-align: middle;
}

.ops-team-sort-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.ops-team-sort-button:hover,
.ops-team-sort-button.is-active {
  color: var(--ops-blue);
}

.ops-team-person {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.ops-team-person > div {
  min-width: 0;
}

.ops-team-person strong,
.ops-team-person span:not(.ops-team-avatar) {
  display: block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-team-person strong {
  font-size: 13px;
  font-weight: 700;
}

.ops-team-person span:not(.ops-team-avatar) {
  margin-top: 2px;
  color: var(--ops-muted);
  font-size: 11px;
}

.ops-team-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #087fc0;
  font-size: 11px;
  font-weight: 800;
}

.ops-team-position {
  color: #344054;
}

.ops-team-muted {
  color: var(--ops-muted);
}

.ops-team-number-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ops-team-load {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  border: 1px solid #d6dce4;
  border-radius: 999px;
  color: #667085;
  background: #f3f5f7;
  font-size: 12px;
  font-weight: 650;
}

.ops-team-load.has-work {
  border-color: #f0c98a;
  color: #8a4b08;
  background: #fff7e8;
}

.ops-team-empty-state {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px !important;
}

.ops-team-empty-state h3,
.ops-team-empty-state p {
  margin: 0;
}

.ops-team-empty-state h3 {
  color: var(--ops-ink);
  font-size: 14px;
}

.ops-team-empty-state p {
  margin-top: 4px;
  color: var(--ops-muted);
  font-size: 12.5px;
}

.ops-team-empty-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid #9cc3ee;
  border-radius: 7px;
  color: #0d57c7;
  background: #eef5ff;
}

.ops-shell a:focus-visible,
.ops-shell button:focus-visible,
.ops-shell summary:focus-visible,
.ops-shell input:focus-visible,
.ops-shell select:focus-visible,
.ops-shell textarea:focus-visible {
  outline: 2px solid var(--ops-blue);
  outline-offset: 2px;
  box-shadow: none;
}

@media (max-width: 900px) {
  .ops-team-content {
    padding: 20px 16px 32px;
  }

  .ops-team-metrics,
  .ops-team-metrics-current {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ops-sidebar {
    position: fixed;
    left: 0;
    transform: translateX(-102%);
    transition: transform 180ms ease;
  }

  .ops-sidebar.is-open {
    transform: translateX(0);
  }

  .ops-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 39;
    display: block;
    padding: 0;
    border: 0;
    background: rgba(8, 14, 21, 0.52);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .ops-sidebar-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .ops-header-menu {
    display: inline-grid;
  }

  .ops-page-content {
    padding: 20px !important;
  }
}

@media (max-width: 560px) {
  .ops-team-content {
    gap: 22px;
    padding-inline: 12px;
  }

  .ops-team-section + .ops-team-section {
    padding-top: 22px;
  }

  .ops-team-metrics,
  .ops-team-metrics-current {
    grid-template-columns: 1fr;
  }

  .ops-team-filter-button {
    min-height: 38px;
  }
}

@media (max-width: 640px) {
  .ops-app-header {
    min-height: 64px;
    gap: 12px;
    padding: 10px 14px;
  }

  .ops-header-copy h1 {
    font-size: 17px;
  }

  .ops-header-copy p {
    max-width: 48vw;
  }

  .ops-page-content {
    padding: 14px !important;
  }

  .ops-empty-state {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ops-empty-state .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-shell *,
  .ops-shell *::before,
  .ops-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Public proof demo */
.public-demo {
  --pd-dark: #111820;
  --pd-line: #d8dde0;
  --pd-muted: #6d7882;
  min-height: 100vh;
  color: #17212b;
  background: #e9ecec;
  font-family: var(--font-sans-variable), Arial, sans-serif;
}

.pd-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 9px 12px;
  transform: translateY(-160%);
  border-radius: 4px;
  color: #fff;
  background: #0b6ed0;
  font-size: 12px;
  text-decoration: none;
}

.pd-skip-link:focus {
  transform: translateY(0);
}

.pd-header {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 58px);
  color: #fff;
  background: var(--pd-dark);
}

.pd-brand,
.pd-back-link {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  text-decoration: none;
}

.pd-brand {
  gap: 12px;
}

.pd-brand > span {
  padding-left: 12px;
  border-left: 1px solid #43505c;
  color: #7e8c98;
  font: 650 9px/1 var(--font-mono-variable), monospace;
  letter-spacing: 0.12em;
}

.pd-header-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca8b3;
  font: 600 9px/1.3 var(--font-mono-variable), monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pd-header-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42c88a;
  box-shadow: 0 0 0 3px rgba(66, 200, 138, 0.12);
}

.pd-back-link {
  justify-self: end;
  gap: 8px;
  color: #b7c1ca;
  font-size: 11px;
  font-weight: 700;
}

.pd-back-link svg {
  transform: rotate(180deg);
}

.pd-shell {
  width: min(1380px, calc(100% - 48px));
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.8fr);
  margin: 24px auto;
  overflow: hidden;
  border: 1px solid #cbd1d4;
  border-radius: 9px;
  background: #fff;
  box-shadow: 15px 16px 0 rgba(17, 24, 32, 0.08);
}

.pd-step-rail {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 50px);
  color: #fff;
  background: #17212b;
}

.pd-rail-intro > span,
.pd-stage-header > div > span,
.pd-record-title > span,
.pd-match-grid span,
.pd-proof-result span {
  color: #74828e;
  font: 650 9px/1.35 var(--font-mono-variable), monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pd-rail-intro h1 {
  max-width: 330px;
  margin: 17px 0 0;
  color: #f5f7f8;
  font-size: clamp(27px, 2.5vw, 37px);
  font-weight: 730;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pd-rail-intro p {
  margin: 17px 0 0;
  color: #9ba7b1;
  font-size: 12px;
  line-height: 1.55;
}

.pd-step-rail ol {
  display: grid;
  gap: 0;
  margin: 45px 0 0;
  padding: 0;
  border-top: 1px solid #34414c;
  list-style: none;
}

.pd-step-rail li {
  border-bottom: 1px solid #34414c;
}

.pd-step-rail button {
  width: 100%;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 13px;
  padding: 17px 8px;
  border: 0;
  color: #a4afb8;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.pd-step-rail button > span:first-child {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #4e5b66;
  border-radius: 4px;
  font: 650 9px/1 var(--font-mono-variable), monospace;
}

.pd-step-rail button > span:last-child {
  display: grid;
  gap: 4px;
}

.pd-step-rail button small {
  color: #667581;
  font: 650 8px/1 var(--font-mono-variable), monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pd-step-rail button strong {
  color: inherit;
  font-size: 12px;
}

.pd-step-rail button em {
  color: #6f7d88;
  font-size: 9.5px;
  font-style: normal;
  line-height: 1.4;
}

.pd-step-rail button:hover,
.pd-step-rail button.is-active {
  color: #fff;
}

.pd-step-rail button.is-active > span:first-child {
  border-color: #278be6;
  color: #fff;
  background: #0b6ed0;
}

.pd-step-rail button.is-done > span:first-child {
  border-color: #2f996f;
  color: #b9f0d8;
  background: #1d5f49;
}

.pd-demo-note {
  margin: auto 0 0;
  padding-top: 34px;
  color: #697783;
  font-size: 9.5px;
  line-height: 1.55;
}

.pd-stage {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #f5f6f5;
}

.pd-stage-header,
.pd-stage-actions {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px clamp(22px, 4vw, 48px);
  border-bottom: 1px solid var(--pd-line);
  background: #fff;
}

.pd-stage-header > div {
  display: grid;
  gap: 4px;
}

.pd-stage-header > div > strong {
  font-size: 14px;
}

.pd-case-id {
  color: #77818a;
  font: 650 9px/1 var(--font-mono-variable), monospace;
  letter-spacing: 0.06em;
}

.pd-stage-content {
  display: grid;
  align-items: center;
  padding: clamp(24px, 4vw, 50px);
}

.pd-record {
  width: min(790px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d1d6d8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 11px 12px 0 rgba(28, 39, 49, 0.07);
}

.pd-record-heading {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 20px;
  border-bottom: 1px solid #e1e4e5;
}

.pd-system-mark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pd-system-mark > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #121a22;
  font: 750 13px/1 var(--font-mono-variable), monospace;
}

.pd-system-mark strong {
  font-size: 13px;
}

.pd-record-state {
  padding: 6px 9px;
  border: 1px solid #cbdfe9;
  border-radius: 999px;
  color: #226b91;
  background: #edf7fb;
  font-size: 9.5px;
  font-weight: 750;
}

.pd-record-state.is-success {
  border-color: #bfe2d1;
  color: #17704e;
  background: #ebf8f1;
}

.pd-record-title {
  padding: 27px 20px 23px;
  border-bottom: 1px solid #e1e4e5;
}

.pd-record-title h2 {
  max-width: 620px;
  margin: 9px 0 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 730;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.pd-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.pd-fields > div {
  min-height: 78px;
  padding: 17px 20px;
  border-right: 1px solid #e1e4e5;
  border-bottom: 1px solid #e1e4e5;
}

.pd-fields > div:nth-child(even) {
  border-right: 0;
}

.pd-fields dt {
  color: #84909a;
  font: 650 8px/1.3 var(--font-mono-variable), monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pd-fields dd {
  margin: 8px 0 0;
  color: #25313c;
  font-size: 12px;
  font-weight: 700;
}

.pd-fields dd.is-emphasis {
  font: 750 19px/1 var(--font-mono-variable), monospace;
  font-variant-numeric: tabular-nums;
}

.pd-source-evidence,
.pd-proof-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px;
  padding: 15px 17px;
  border: 1px solid #bfe0d1;
  border-radius: 5px;
  color: #176c4c;
  background: #eef8f3;
}

.pd-source-evidence > div {
  display: grid;
  gap: 3px;
}

.pd-source-evidence strong {
  font-size: 11px;
}

.pd-source-evidence span {
  color: #5d776c;
  font-size: 9.5px;
}

.pd-order-lines {
  margin: 20px;
  border: 1px solid #dde1e2;
  border-radius: 5px;
}

.pd-order-lines > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 13px;
  border-bottom: 1px solid #e6e8e9;
  font-size: 10px;
}

.pd-order-lines > div:last-child {
  border-bottom: 0;
}

.pd-order-lines strong {
  flex: 0 0 auto;
  font: 700 10px/1 var(--font-mono-variable), monospace;
}

.pd-proof-result {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 35px 20px 29px;
  border-bottom: 1px solid #dce1df;
  background: #f1f8f5;
}

.pd-proof-result > svg {
  box-sizing: content-box;
  flex: 0 0 auto;
  padding: 9px;
  border-radius: 50%;
  color: #fff;
  background: #19845b;
}

.pd-proof-result h2 {
  margin: 7px 0 0;
  color: #155b43;
  font-size: clamp(27px, 3.3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pd-proof-result p {
  margin: 8px 0 0;
  color: #517166;
  font-size: 12px;
}

.pd-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #dde1e2;
}

.pd-match-grid > div {
  position: relative;
  min-height: 79px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 43px 16px 20px;
  background: #fff;
}

.pd-match-grid strong {
  font: 700 11px/1.35 var(--font-mono-variable), monospace;
}

.pd-match-grid svg {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #19845b;
}

.pd-proof-footer {
  justify-content: space-between;
  color: #66756f;
  font-size: 9.5px;
}

.pd-proof-footer strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #176c4c;
  font-size: 10px;
}

.pd-stage-actions {
  justify-content: flex-end;
  border-top: 1px solid var(--pd-line);
  border-bottom: 0;
}

.pd-primary-button,
.pd-secondary-button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid #cbd1d5;
  border-radius: 4px;
  color: #33404b;
  background: #fff;
  font: 750 10.5px/1 var(--font-sans-variable), Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.pd-primary-button {
  border-color: #0b6ed0;
  color: #fff;
  background: #0b6ed0;
}

.pd-secondary-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.public-demo button:focus-visible,
.public-demo a:focus-visible {
  outline: 3px solid #65b5ff;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .pd-header {
    grid-template-columns: 1fr auto;
  }

  .pd-header-status {
    display: none;
  }

  .pd-shell {
    grid-template-columns: 1fr;
  }

  .pd-step-rail {
    padding: 27px;
  }

  .pd-rail-intro h1 {
    max-width: 680px;
  }

  .pd-step-rail ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 27px;
    border-bottom: 1px solid #34414c;
  }

  .pd-step-rail li {
    border-bottom: 0;
  }

  .pd-step-rail button {
    height: 100%;
    padding-inline: 10px;
  }

  .pd-step-rail button em {
    display: none;
  }
}

@media (max-width: 680px) {
  .pd-header {
    min-height: 60px;
    padding-inline: 16px;
  }

  .pd-brand img {
    width: 98px;
    height: auto;
  }

  .pd-shell {
    width: 100%;
    min-height: calc(100vh - 60px);
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .pd-step-rail {
    padding: 23px 16px 17px;
  }

  .pd-rail-intro h1 {
    font-size: 27px;
  }

  .pd-rail-intro p {
    font-size: 11px;
  }

  .pd-step-rail ol {
    gap: 7px;
  }

  .pd-step-rail li {
    min-width: 0;
  }

  .pd-step-rail button {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px 3px;
  }

  .pd-step-rail button > span:first-child {
    width: 23px;
    height: 23px;
  }

  .pd-step-rail button small {
    font-size: 7px;
  }

  .pd-step-rail button strong {
    font-size: 9px;
    line-height: 1.25;
  }

  .pd-demo-note {
    margin-top: 15px;
    padding-top: 0;
    color: #97a5af;
    font-size: 9.5px;
  }

  .pd-stage-header,
  .pd-stage-actions {
    min-height: 62px;
    padding-inline: 16px;
  }

  .pd-stage-content {
    padding: 18px 13px 26px;
  }

  .pd-record {
    box-shadow: 7px 8px 0 rgba(28, 39, 49, 0.07);
  }

  .pd-record-heading,
  .pd-record-title {
    padding-inline: 15px;
  }

  .pd-record-title h2 {
    font-size: 24px;
  }

  .pd-fields {
    grid-template-columns: 1fr;
  }

  .pd-fields > div,
  .pd-fields > div:nth-child(even) {
    min-height: 68px;
    padding-inline: 15px;
    border-right: 0;
  }

  .pd-order-lines,
  .pd-source-evidence,
  .pd-proof-footer {
    margin: 15px;
  }

  .pd-proof-result {
    padding-inline: 15px;
  }

  .pd-proof-result h2 {
    font-size: 29px;
  }

  .pd-match-grid {
    grid-template-columns: 1fr;
  }

  .pd-proof-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pd-stage-actions {
    justify-content: space-between;
  }

  .pd-primary-button,
  .pd-secondary-button {
    padding-inline: 13px;
  }
}

/* === Public landing: Order Execution Control ===================== */
.control-landing {
  --lp-ink: #101820;
  --lp-ink-2: #18232e;
  --lp-paper: #f3f1ea;
  --lp-white: #ffffff;
  --lp-muted: #66717e;
  --lp-line: #d8d9d5;
  --lp-dark-line: #2b3742;
  --lp-blue: #2477f3;
  --lp-blue-dark: #155ec7;
  --lp-signal: #b9f252;
  min-height: 100vh;
  color: var(--lp-ink);
  background: var(--lp-paper);
  overflow-x: hidden;
}

.control-landing *,
.control-landing *::before,
.control-landing *::after {
  box-sizing: border-box;
}

.control-landing a,
.control-landing button,
.control-landing summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(36, 119, 243, 0.16);
}

.control-landing h1,
.control-landing h2,
.control-landing h3 {
  text-wrap: balance;
}

.control-landing p {
  text-wrap: pretty;
}

.lp-container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.lp-skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 200;
  padding: 9px 13px;
  border-radius: 5px;
  color: #fff;
  background: var(--lp-blue);
  transform: translateY(-160%);
  transition: transform 150ms ease;
}

.lp-skip-link:focus {
  transform: translateY(0);
}

.control-landing :is(a, button, summary, input):focus-visible {
  outline: 2px solid var(--lp-blue);
  outline-offset: 3px;
  box-shadow: none;
}

.lp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 76px;
  color: #fff;
  border-bottom: 1px solid var(--lp-dark-line);
  background: rgba(16, 24, 32, 0.92);
}

.lp-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
}

.lp-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}

.lp-brand span {
  padding: 3px 5px;
  border: 1px solid #465360;
  border-radius: 4px;
  color: #9ca8b4;
  font: 700 8px/1 var(--font-mono-variable), monospace;
  letter-spacing: 0.12em;
}

.lp-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.lp-nav a,
.lp-link-button {
  color: #b8c1ca;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 140ms ease;
}

.lp-nav a:hover,
.lp-link-button:hover {
  color: #fff;
}

.lp-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.lp-button-light {
  color: var(--lp-ink);
  background: #fff;
}

.lp-button-light:hover {
  background: #e8edf2;
}

.lp-button-blue {
  color: #fff;
  background: var(--lp-blue);
}

.lp-button-blue:hover {
  background: var(--lp-blue-dark);
}

.lp-button-dark {
  color: #e3e8ed;
  border-color: #45515d;
  background: transparent;
}

.lp-button-dark:hover {
  color: #fff;
  border-color: #71808f;
  background: #192530;
}

.lp-hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 142px 0 74px;
  color: #fff;
  background-color: var(--lp-ink);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  gap: clamp(48px, 8vw, 104px);
  align-items: center;
}

.lp-hero-copy {
  min-width: 0;
  animation: lp-enter 600ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-kicker,
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lp-blue);
  font: 700 10px/1.2 var(--font-mono-variable), monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-kicker {
  color: #acb7c2;
}

.lp-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lp-signal);
  box-shadow: 0 0 0 4px rgba(185, 242, 82, 0.12);
}

.lp-hero h1 {
  margin: 22px 0 0;
  color: #f7f9fb;
  font-size: clamp(48px, 6.1vw, 78px);
  font-weight: 750;
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.lp-hero h1 em {
  color: #7eaefe;
  font-style: normal;
}

.lp-hero-lead {
  max-width: 630px;
  margin: 27px 0 0;
  color: #bdc6cf;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.58;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.lp-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #84919e;
  font-size: 11.5px;
}

.lp-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lp-control-board {
  position: relative;
  overflow: hidden;
  border: 1px solid #4a5661;
  border-radius: 8px;
  color: var(--lp-ink);
  background: #f8f9fa;
  box-shadow: 24px 28px 0 #0a1118, 24px 28px 0 1px #2a3641;
  animation: lp-enter 700ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-control-board > header {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 17px;
  border-bottom: 1px solid #dce1e6;
  color: #313d49;
  background: #fff;
  font: 650 11px/1.2 var(--font-mono-variable), monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lp-control-board > header > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-control-board > header > span {
  color: #7b8793;
  font-size: 9.5px;
}

.lp-board-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #19aa73;
  box-shadow: 0 0 0 4px rgba(25, 170, 115, 0.12);
}

.lp-board-summary {
  display: grid;
  padding: 24px 20px 21px;
  border-bottom: 1px solid #dce1e6;
}

.lp-board-summary > span {
  color: #6b7783;
  font-size: 11px;
  font-weight: 650;
}

.lp-board-summary > strong {
  margin-top: 5px;
  color: #151d25;
  font: 750 clamp(34px, 4vw, 46px)/1 var(--font-mono-variable), monospace;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.lp-board-summary > small {
  margin-top: 8px;
  color: #a03831;
  font: 600 10.5px/1.2 var(--font-mono-variable), monospace;
}

.lp-board-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-board-flow li {
  min-height: 61px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  border-bottom: 1px solid #e3e6e9;
}

.lp-board-flow li.is-alert {
  background: #fff1ef;
  box-shadow: inset 3px 0 0 #df554b;
}

.lp-flow-index {
  color: #9aa3ac;
  font: 600 9.5px/1 var(--font-mono-variable), monospace;
}

.lp-board-flow li > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.lp-board-flow small {
  color: #7b8691;
  font-size: 9.5px;
}

.lp-board-flow strong {
  overflow: hidden;
  color: #1d2730;
  font-size: 12.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lp-flow-status {
  padding: 5px 7px;
  border: 1px solid #d7dce0;
  border-radius: 4px;
  color: #64717d;
  background: #fff;
  font: 600 9px/1 var(--font-mono-variable), monospace;
  white-space: nowrap;
}

.lp-board-flow .is-done .lp-flow-status {
  color: #08714d;
  border-color: #a8dac8;
  background: #edf9f4;
}

.lp-board-flow .is-alert .lp-flow-status {
  color: #9f3029;
  border-color: #efaaa5;
  background: #fff;
}

.lp-control-board > footer {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 17px;
  color: #8d3029;
  background: #fff;
  font-size: 11px;
}

.lp-control-board > footer span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.lp-control-board > footer strong {
  color: #18212a;
  font: 700 12px/1 var(--font-mono-variable), monospace;
  font-variant-numeric: tabular-nums;
}

.lp-system-strip {
  border-bottom: 1px solid var(--lp-line);
  background: #e9e6dc;
}

.lp-system-strip-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-system-strip-inner > span {
  color: #68717a;
  font: 650 10px/1.3 var(--font-mono-variable), monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lp-system-strip-inner > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e6973;
  font-size: 12px;
}

.lp-system-strip-inner strong {
  color: var(--lp-ink);
  font-size: 12.5px;
}

.lp-system-result {
  color: #2d547c;
  font-weight: 700;
}

.lp-section {
  padding: 112px 0;
}

#features,
#how,
#proof,
#product,
#faq {
  scroll-margin-top: 24px;
}

.lp-section-heading {
  max-width: 780px;
}

.lp-section-heading h2,
.lp-product-copy h2,
.lp-position-grid h2,
.lp-cta-copy h2 {
  margin: 15px 0 0;
  color: var(--lp-ink);
  font-size: clamp(34px, 4.3vw, 55px);
  font-weight: 740;
  line-height: 1.06;
  letter-spacing: -0.042em;
}

.lp-section-heading > p,
.lp-product-copy > p,
.lp-cta-copy > p {
  max-width: 660px;
  margin: 21px 0 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.lp-section-heading.is-inverse h2 {
  color: #f7f9fb;
}

.lp-section-heading.is-inverse > p {
  color: #9fabb6;
}

.lp-risks-section {
  background: var(--lp-paper);
}

.lp-risk-list {
  margin-top: 62px;
  border-top: 1px solid #cfd1cd;
}

.lp-risk-row {
  min-height: 106px;
  display: grid;
  grid-template-columns: 44px 132px minmax(220px, 0.85fr) minmax(280px, 1fr) 24px;
  align-items: center;
  gap: 22px;
  padding: 22px 6px;
  border-bottom: 1px solid #cfd1cd;
  transition: background-color 150ms ease;
}

.lp-risk-row:hover {
  background: rgba(255, 255, 255, 0.54);
}

.lp-risk-number {
  color: #9ba1a5;
  font: 600 11px/1 var(--font-mono-variable), monospace;
}

.lp-risk-signal {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5d6670;
  font-size: 10.5px;
  font-weight: 700;
}

.lp-risk-signal::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #87929c;
}

.lp-risk-signal.is-critical::before { background: #e04d44; }
.lp-risk-signal.is-high::before { background: #ed821c; }
.lp-risk-signal.is-medium::before { background: #dfb31c; }
.lp-risk-signal.is-low::before { background: #5f83ad; }

.lp-risk-row h3,
.lp-risk-row p {
  margin: 0;
}

.lp-risk-row h3 {
  font-size: 16px;
  line-height: 1.35;
}

.lp-risk-row p {
  color: #6c757e;
  font-size: 13px;
  line-height: 1.55;
}

.lp-risk-row > svg {
  color: #8e979f;
}

.lp-how-section {
  color: #fff;
  background: var(--lp-ink-2);
}

.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 66px 0 0;
  padding: 0;
  border-top: 1px solid #3a4651;
  border-bottom: 1px solid #3a4651;
  list-style: none;
}

.lp-steps li {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding: 23px 25px 28px;
  border-right: 1px solid #3a4651;
}

.lp-steps li:first-child {
  border-left: 1px solid #3a4651;
}

.lp-steps li > span {
  color: #71808d;
  font: 600 10px/1 var(--font-mono-variable), monospace;
}

.lp-steps h3,
.lp-steps p {
  margin: 0;
}

.lp-steps h3 {
  color: #f7f9fb;
  font-size: 18px;
}

.lp-steps p {
  margin-top: 10px;
  color: #9ca8b3;
  font-size: 12.5px;
  line-height: 1.6;
}

.lp-proof-section {
  background: #e9e6dc;
}

.lp-proof-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.lp-proof-header .lp-section-heading {
  max-width: 820px;
}

.lp-proof-header > .lp-button {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.lp-proof-case {
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid #c9cdca;
  border-radius: 8px;
  background: #f8f8f5;
  box-shadow: 13px 14px 0 rgba(21, 29, 37, 0.09);
}

.lp-proof-case > header,
.lp-proof-case > footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 20px;
}

.lp-proof-case > header {
  border-bottom: 1px solid #d8dbd8;
  color: #68717a;
  font: 650 10px/1.3 var(--font-mono-variable), monospace;
  letter-spacing: 0.06em;
}

.lp-proof-case > header strong {
  color: #18212a;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.lp-proof-chain {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 28px 20px;
}

.lp-proof-chain > svg {
  color: #89939b;
}

.lp-proof-node {
  min-height: 200px;
  padding: 21px;
  border: 1px solid #d6d9d8;
  border-radius: 6px;
  background: #fff;
}

.lp-proof-system {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #67717b;
  font-size: 11px;
  font-weight: 750;
}

.lp-proof-system img,
.lp-proof-glassbiz {
  flex: 0 0 auto;
}

.lp-proof-glassbiz {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: #111820;
  font: 750 13px/1 var(--font-mono-variable), monospace;
}

.lp-proof-node h3 {
  min-height: 42px;
  margin: 24px 0 0;
  color: #18212a;
  font-size: 17px;
  line-height: 1.25;
}

.lp-proof-node p {
  margin: 8px 0 0;
  color: #77808a;
  font: 600 10.5px/1.45 var(--font-mono-variable), monospace;
}

.lp-proof-node > strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 23px;
  color: #187653;
  font-size: 11px;
}

.lp-proof-case > footer {
  border-top: 1px solid #d8dbd8;
  background: #eef7f2;
  color: #66726d;
  font-size: 10.5px;
}

.lp-proof-case > footer strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #146a49;
  font-size: 12px;
}

.lp-product-section {
  background: #fff;
}

.lp-product-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
  gap: clamp(50px, 7vw, 92px);
  align-items: center;
}

.lp-product-copy ul,
.lp-cta-copy ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.lp-product-copy li,
.lp-cta-copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f5a65;
  font-size: 13px;
  font-weight: 600;
}

.lp-product-copy li svg,
.lp-cta-copy li svg {
  color: var(--lp-blue);
}

.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
  color: var(--lp-blue-dark);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.lp-text-link:hover {
  color: #0c438f;
}

.lp-product-preview {
  min-height: 440px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cfd5da;
  border-radius: 8px;
  background: #f4f6f8;
  box-shadow: 18px 18px 0 #e7e9e8;
}

.lp-preview-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  background: #111820;
}

.lp-preview-rail span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #52606c;
  border-radius: 6px;
  color: #fff;
  font: 700 14px/1 var(--font-mono-variable), monospace;
}

.lp-preview-rail i {
  width: 23px;
  height: 5px;
  border-radius: 2px;
  background: #3a4651;
}

.lp-preview-rail i:first-of-type {
  background: #4e91f8;
}

.lp-preview-main {
  min-width: 0;
}

.lp-preview-main > header {
  min-height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #dce1e5;
  background: #fff;
}

.lp-preview-main > header > div {
  display: grid;
  gap: 4px;
}

.lp-preview-main > header strong {
  font-size: 16px;
}

.lp-preview-main > header span {
  color: #7e8994;
  font-size: 9.5px;
}

.lp-preview-sync {
  font-family: var(--font-mono-variable), monospace;
}

.lp-preview-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 16px 18px 11px;
}

.lp-preview-filters span {
  padding: 6px 9px;
  border: 1px solid #d6dce1;
  border-radius: 5px;
  color: #5c6873;
  background: #fff;
  font-size: 9px;
}

.lp-preview-filters span:first-child {
  color: #155ec7;
  border-color: #8ab8f6;
  background: #eef5ff;
}

.lp-preview-table {
  margin: 0 18px 18px;
  overflow: hidden;
  border: 1px solid #d9dee3;
  border-radius: 6px;
  background: #fff;
}

.lp-preview-table > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 82px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid #e5e8eb;
}

.lp-preview-table > div:last-child {
  border-bottom: 0;
}

.lp-preview-table span,
.lp-preview-table small {
  font-size: 8.5px;
}

.lp-preview-table span {
  color: #ac3d36;
}

.lp-preview-table strong {
  overflow: hidden;
  font-size: 10.5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lp-preview-table b {
  font: 700 10.5px/1 var(--font-mono-variable), monospace;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.lp-preview-table small {
  grid-column: 2 / -1;
  margin-top: -10px;
  color: #a2552e;
}

.lp-position-section {
  padding-block: 72px;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  background: var(--lp-paper);
}

.lp-position-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 2fr;
  gap: 36px;
  align-items: start;
}

.lp-position-grid > p {
  margin: 8px 0 0;
  color: #8a9298;
  font-size: 13px;
  text-decoration: line-through;
}

.lp-position-grid h2 {
  margin: 0;
  font-size: clamp(27px, 3.2vw, 42px);
}

.lp-faq-section {
  background: #fff;
}

.lp-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.lp-faq-list {
  border-top: 1px solid #d6dadd;
}

.lp-faq-list details {
  border-bottom: 1px solid #d6dadd;
}

.lp-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 2px;
  color: #24303b;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.lp-faq-list summary::-webkit-details-marker {
  display: none;
}

.lp-faq-list summary svg {
  flex: 0 0 auto;
  color: #7b8791;
  transition: transform 160ms ease;
}

.lp-faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.lp-faq-list details > p {
  margin: -3px 0 22px;
  padding-right: 42px;
  color: #69747e;
  font-size: 13px;
  line-height: 1.65;
}

.lp-cta-section {
  scroll-margin-top: 24px;
  padding: 104px 0;
  color: #fff;
  background: var(--lp-blue-dark);
}

.lp-cta-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(54px, 9vw, 120px);
  align-items: center;
}

.lp-cta-copy .lp-eyebrow {
  color: #bcd5ff;
}

.lp-cta-copy h2 {
  color: #fff;
}

.lp-cta-copy > p {
  color: #c7d9f5;
}

.lp-cta-copy li {
  color: #dbe8fb;
}

.lp-cta-copy li svg {
  color: var(--lp-signal);
}

.lp-request-panel {
  overflow: hidden;
  border: 1px solid #9bbcf0;
  border-radius: 8px;
  color: var(--lp-ink);
  background: #fff;
  box-shadow: 18px 18px 0 rgba(8, 53, 116, 0.4);
}

.lp-request-panel-head {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid #dbe0e5;
}

.lp-request-panel-head span {
  font-size: 13px;
  font-weight: 750;
}

.lp-request-panel-head small {
  color: #7d8994;
  font-size: 9.5px;
}

.lp-request-form {
  display: grid;
  gap: 15px;
  padding: 21px 18px 18px;
}

.lp-request-form label {
  display: grid;
  gap: 6px;
}

.lp-request-form label > span {
  color: #56616b;
  font-size: 10.5px;
  font-weight: 700;
}

.lp-request-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #cfd6dc;
  border-radius: 5px;
  color: var(--lp-ink);
  background: #f8f9fa;
  font: 500 13px/1.2 var(--font-sans-variable), Manrope, sans-serif;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.lp-request-form input:hover {
  border-color: #aab5bf;
  background: #fff;
}

.lp-request-form input::-moz-placeholder {
  color: #9aa4ad;
}

.lp-request-form input::placeholder {
  color: #9aa4ad;
}

.lp-request-form input:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.lp-request-form > button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid var(--lp-ink);
  border-radius: 5px;
  color: #fff;
  background: var(--lp-ink);
  font: 700 12.5px/1 var(--font-sans-variable), Manrope, sans-serif;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease;
}

.lp-request-form > button:hover:not(:disabled) {
  border-color: #263c50;
  background: #263c50;
}

.lp-request-form > button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.lp-form-error {
  margin: 0;
  padding: 9px 11px;
  border: 1px solid #efb2ad;
  border-radius: 5px;
  color: #992f28;
  background: #fff1ef;
  font-size: 11.5px;
  line-height: 1.45;
}

.lp-form-note {
  margin: 0;
  color: #85909a;
  font-size: 9.5px;
  line-height: 1.45;
  text-align: center;
}

.lp-form-note a {
  color: #52677b;
}

.lp-request-success {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.lp-request-success > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #08714d;
  background: #e9f8f2;
}

.lp-request-success h3 {
  margin: 17px 0 0;
  font-size: 19px;
}

.lp-request-success p {
  max-width: 300px;
  margin: 8px 0 0;
  color: #66727d;
  font-size: 12.5px;
  line-height: 1.55;
}

.lp-footer {
  color: #fff;
  background: #0b1219;
}

.lp-footer-main {
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding-block: 38px;
}

.lp-footer-main > div p {
  max-width: 430px;
  margin: 15px 0 0;
  color: #84919d;
  font-size: 12.5px;
  line-height: 1.55;
}

.lp-footer-main nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 11px 34px;
}

.lp-footer a {
  color: #aeb8c2;
  font-size: 11.5px;
  text-decoration: none;
}

.lp-footer a:hover {
  color: #fff;
}

.lp-footer-bottom {
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #26313b;
  color: #697682;
  font: 500 10px/1.2 var(--font-mono-variable), monospace;
}

@keyframes lp-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .lp-nav {
    display: none;
  }

  .lp-header-inner {
    justify-content: space-between;
  }

  .lp-hero-grid,
  .lp-product-grid,
  .lp-faq-grid,
  .lp-cta-grid {
    grid-template-columns: 1fr;
  }

  .lp-hero-grid {
    gap: 70px;
  }

  .lp-control-board {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .lp-risk-row {
    grid-template-columns: 40px 120px minmax(220px, 1fr) 24px;
  }

  .lp-risk-row p {
    grid-column: 3 / -1;
    margin-top: -10px;
  }

  .lp-risk-row > svg {
    grid-column: 4;
    grid-row: 1;
  }

  .lp-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-steps li:nth-child(2) {
    border-right: 0;
  }

  .lp-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid #3a4651;
  }

  .lp-product-grid,
  .lp-faq-grid,
  .lp-cta-grid {
    gap: 56px;
  }

  .lp-product-copy,
  .lp-cta-copy {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .lp-container {
    width: min(100% - 30px, 1180px);
  }

  .lp-header {
    height: 68px;
  }

  .lp-header-actions .lp-button {
    display: none;
  }

  .lp-header-actions {
    gap: 0;
  }

  .lp-brand img {
    width: 96px;
    height: auto;
  }

  .lp-hero {
    min-height: auto;
    padding: 116px 0 66px;
  }

  .lp-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .lp-hero-actions {
    display: grid;
  }

  .lp-hero-actions .lp-button {
    width: 100%;
  }

  .lp-trust-list {
    display: grid;
  }

  .lp-control-board {
    box-shadow: 9px 10px 0 #0a1118, 9px 10px 0 1px #2a3641;
  }

  .lp-board-summary > strong {
    font-size: 34px;
  }

  .lp-system-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
  }

  .lp-system-strip-inner > div {
    flex-wrap: wrap;
  }

  .lp-section {
    padding: 78px 0;
  }

  .lp-section-heading h2,
  .lp-product-copy h2,
  .lp-cta-copy h2 {
    font-size: clamp(32px, 9.6vw, 43px);
  }

  .lp-risk-list {
    margin-top: 42px;
  }

  .lp-risk-row {
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    gap: 9px 12px;
    padding: 20px 3px;
  }

  .lp-risk-number {
    grid-row: 1;
  }

  .lp-risk-signal {
    grid-column: 2;
  }

  .lp-risk-row h3 {
    grid-column: 2 / -1;
    font-size: 15px;
  }

  .lp-risk-row p {
    grid-column: 2 / -1;
    margin-top: 2px;
  }

  .lp-risk-row > svg {
    grid-column: 3;
    grid-row: 1;
  }

  .lp-steps {
    grid-template-columns: 1fr;
  }

  .lp-steps li,
  .lp-steps li:nth-child(2) {
    min-height: 160px;
    gap: 26px;
    border-right: 1px solid #3a4651;
    border-bottom: 1px solid #3a4651;
  }

  .lp-steps li:last-child {
    border-bottom: 0;
  }

  .lp-proof-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 27px;
  }

  .lp-proof-case {
    margin-top: 40px;
    box-shadow: 8px 9px 0 rgba(21, 29, 37, 0.09);
  }

  .lp-proof-chain {
    grid-template-columns: 1fr;
  }

  .lp-proof-chain > svg {
    justify-self: center;
    transform: rotate(90deg);
  }

  .lp-proof-node {
    min-height: 0;
  }

  .lp-proof-node h3 {
    min-height: 0;
  }

  .lp-proof-case > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-product-preview {
    min-height: 385px;
    grid-template-columns: 45px minmax(0, 1fr);
    box-shadow: 8px 9px 0 #e7e9e8;
  }

  .lp-preview-rail i {
    width: 17px;
  }

  .lp-preview-main > header,
  .lp-preview-filters {
    padding-inline: 12px;
  }

  .lp-preview-sync,
  .lp-preview-filters span:nth-child(3) {
    display: none;
  }

  .lp-preview-table {
    margin-inline: 12px;
  }

  .lp-preview-table > div {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .lp-preview-table b {
    grid-column: 2;
    text-align: left;
  }

  .lp-preview-table small {
    display: none;
  }

  .lp-position-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .lp-position-grid h2 {
    margin-top: 17px;
    font-size: 31px;
  }

  .lp-request-panel {
    box-shadow: 8px 9px 0 rgba(8, 53, 116, 0.4);
  }

  .lp-footer-main {
    grid-template-columns: 1fr;
  }

  .lp-footer-main nav {
    grid-template-columns: 1fr 1fr;
  }

  .lp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero-copy,
  .lp-control-board {
    animation: none;
  }

  .control-landing *,
  .control-landing *::before,
  .control-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-\[1\.6fr_1fr_1fr_1fr\] {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }
}

