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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.my-\[1px\] {
  margin-top: 1px;
  margin-bottom: 1px;
}

.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}

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

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

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

.mt-\[3px\] {
  margin-top: 3px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.bg-\[\#e6edf3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 243 / var(--tw-bg-opacity, 1));
}

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

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-\[12\.5px\] {
  font-size: 12.5px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.text-\[\#0d1117\] {
  --tw-text-opacity: 1;
  color: rgb(13 17 23 / var(--tw-text-opacity, 1));
}

.text-\[\#3fb950\] {
  --tw-text-opacity: 1;
  color: rgb(63 185 80 / var(--tw-text-opacity, 1));
}

.text-\[\#6e7681\] {
  --tw-text-opacity: 1;
  color: rgb(110 118 129 / var(--tw-text-opacity, 1));
}

.text-\[\#79c0ff\] {
  --tw-text-opacity: 1;
  color: rgb(121 192 255 / var(--tw-text-opacity, 1));
}

.text-\[\#e6edf3\] {
  --tw-text-opacity: 1;
  color: rgb(230 237 243 / var(--tw-text-opacity, 1));
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #080808;
  color: #e5e5e5;
  font-family: 'Geist','Helvetica Neue',sans-serif;
}

/* ===== LAYOUT ===== */

.section {
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--dark {
  background-color: #080808;
}

.section-spacer {
  height: 15vh;
  border-left: 1px dashed #222;
  border-right: 1px dashed #222;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4rem;
}

/* ===== NAV ===== */

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg,rgba(18,18,18,0.72),rgba(8,8,8,0.58));
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 34px rgba(0,0,0,0.18);
  transition: background-color 0.2s, box-shadow 0.2s;
}

#topbar.scrolled {
  background: linear-gradient(180deg,rgba(14,14,14,0.86),rgba(8,8,8,0.74));
  box-shadow: 0 16px 42px rgba(0,0,0,0.28);
}

.nav-link {
  font-size: 13px;
  color: #777;
  text-decoration: none;
  font-weight: 300;
  padding: 6px 12px;
  border-radius: 6px;
  transition: color 0.15s, background-color 0.15s;
  letter-spacing: 0.01em;
}

.nav-link:hover {
  color: #e5e5e5;
  background-color: rgba(255,255,255,0.04);
}

section[id] {
  scroll-margin-top: 84px;
}

.nav-login {
  font-size: 13px;
  color: #888;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.15s;
}

.nav-login:hover {
  color: #e5e5e5;
}

/* ===== BUTTONS ===== */

.btn {
  display: inline-block;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: #f0f0f0;
  color: #111;
  border: none;
  padding: 14px 28px;
  font-size: 12px;
}

.btn-primary:hover {
  background: #fff;
}

.btn-secondary {
  background: transparent;
  color: #ccc;
  border: 1px solid #444;
  padding: 14px 28px;
  font-size: 12px;
}

.btn-secondary:hover {
  border-color: #888;
  color: #fff;
}

.btn--sm {
  padding: 8px 20px;
  font-size: 11px;
}

/* ===== ANNOUNCEMENT PILL ===== */

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #333;
  border-radius: 999px;
  padding: 7px 14px 7px 8px;
  background: #111;
  transition: border-color 0.2s ease;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.pill:hover {
  border-color: #555;
}

/* ===== SECTION LABEL ===== */

.section-label {
  display: inline-block;
  border: 1px solid #444;
  color: #aaa;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  margin-bottom: 2rem;
  font-family: monospace;
}

/* ===== TYPOGRAPHY ===== */

.section-heading {
  font-family: 'Fraunces',Georgia,serif;
  font-weight: 300;
  line-height: 1.1;
  color: #f5f5f5;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
}

.section-body {
  font-size: 15px;
  line-height: 1.7;
  color: #888;
  font-weight: 300;
  margin: 0;
}

.feature-heading {
  font-family: 'Fraunces',Georgia,serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #e0e0e0;
  margin: 0 0 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.feature-body {
  font-size: 13.5px;
  line-height: 1.65;
  color: #777;
  margin: 0;
  font-weight: 300;
}

/* ===== BADGE CHIPS ===== */

.badge-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  color: #bbb;
  background-color: #111;
}

/* ===== STATUS INDICATORS ===== */

.status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.status__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.status--active .status__dot {
  background-color: #4ade80;
  box-shadow: 0 0 6px #4ade80;
}

.status--active .status__label {
  color: #e5e5e5;
}

.status--disabled .status__dot {
  background-color: #555;
}

.status--disabled .status__label {
  color: #555;
}

.status--pending .status__dot {
  background-color: #f59e0b;
}

.status--pending .status__label {
  color: #f59e0b;
}

/* ===== SERVICE ROWS ===== */

.service-row {
  transition: background-color 0.15s ease;
  cursor: default;
}

.service-row:hover {
  background-color: #161616;
}

/* ===== TERMINAL ===== */

.terminal {
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  background-color: #111;
  width: 100%;
}

.terminal__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background-color: #181818;
  border-bottom: 1px solid #222;
}

.terminal__dot {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.terminal__title {
  margin-left: 10px;
  font-size: 12px;
  color: #555;
  font-family: monospace;
  letter-spacing: 0.04em;
}

.terminal__body {
  padding: 1.5rem 1.5rem 1.75rem;
  font-family: 'Courier New',Courier,monospace;
}

.terminal--sm {
  border-radius: 8px;
  background-color: #0e0e0e;
  font-family: 'Courier New',Courier,monospace;
  font-size: 11.5px;
}

.terminal--sm .terminal__bar {
  padding: 9px 14px;
}

.terminal--sm .terminal__title {
  font-size: 11px;
  margin-left: 8px;
}

.term-line {
  font-size: 13px;
  line-height: 1.65;
  white-space: pre;
}

.term-green {
  color: #5ec269;
}

.term-dim {
  color: #888;
}

/* ===== FEATURE ICON ROW ===== */

.feature-icon-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 1rem;
  color: #666;
}

.feature-icon {
  color: #666;
  margin-bottom: 1rem;
}

/* ===== SCREENSHOT WINDOW ===== */

.screenshot-window {
  width: min(100%, 980px);
  margin: 3rem auto;
  border: 1px solid #2f3a32;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(circle at 18% 0%,rgba(74,222,128,0.18),transparent 34%), radial-gradient(circle at 82% 8%,rgba(96,165,250,0.14),transparent 30%), linear-gradient(145deg,#151815,#0a0a0a 58%,#101316);
  box-shadow: 0 34px 90px rgba(0,0,0,0.52), 0 0 70px rgba(74,222,128,0.12), 0 1px 0 rgba(255,255,255,0.06) inset;
}

.screenshot-window-no-bg {
  width: min(100%, 980px);
  margin: 3rem auto;
  border: 1px solid #2f3a32;
  border-radius: 12px;
  overflow: hidden;
}

.screenshot-window--triad {
  border-color: #3a3026;
  background: radial-gradient(circle at 16% 0%,rgba(255,95,87,0.17),transparent 32%), radial-gradient(circle at 52% 0%,rgba(255,189,46,0.15),transparent 34%), radial-gradient(circle at 86% 8%,rgba(40,200,64,0.14),transparent 32%), linear-gradient(145deg,#181310,#0a0a0a 58%,#111511);
  box-shadow: 0 34px 90px rgba(0,0,0,0.52), 0 0 72px rgba(255,189,46,0.1), 0 1px 0 rgba(255,255,255,0.06) inset;
}

.screenshot-window__bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  background: linear-gradient(180deg,#1b1b1b,#141414);
  border-bottom: 1px solid #262626;
}

.screenshot-window__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.screenshot-window__dot--red {
  background: #ff5f57;
}

.screenshot-window__dot--yellow {
  background: #ffbd2e;
}

.screenshot-window__dot--green {
  background: #28c840;
}

.screenshot-window__body {
  background: rgba(9,9,9,0.82);
  padding: 0;
}

.screenshot-window__body img {
  width: 100%;
  display: block;
}

/* ===== CLI COMPONENT ===== */

.screenshot-window__body--cli {
  display: flex;
  justify-content: center;
  padding: 2rem;
  background: #0a0a0a;
}

.cli-term-body {
  height: 400px;
  position: relative;
  overflow: hidden;
  font-family: 'JetBrains Mono','Courier New',monospace;
}

.cli-tline {
  font-size: 12.5px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: break-all;
}

.cli-cursor {
  display: inline-block;
  width: 6px;
  height: 13px;
  background: #e6edf3;
  vertical-align: middle;
  margin-left: 1px;
  animation: cliBlink 1s step-end infinite;
}

@keyframes cliBlink {
  0%,100%{
    opacity:1
  }

  50%{
    opacity:0
  }
}

.cli-diamond-hollow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1.5px solid #6e7681;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 4px;
}

.cli-diamond-filled {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3fb950;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 4px;
}

.cli-radio-on {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3fb950;
  flex-shrink: 0;
}

.cli-radio-off {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #6e7681;
  flex-shrink: 0;
}

.cli-result-box {
  border: 1px solid #21262d;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 12.5px;
  color: #e6edf3;
}

.cli-fade {
  animation: cliFadeUp 0.28s ease both;
}

@keyframes cliFadeUp {
  from {
    opacity:0;
    transform: translateY(4px);
  }

  to {
    opacity:1;
    transform:none;
  }
}

.cli-loop-fade {
  animation: cliLoopFade 0.5s ease both;
}

@keyframes cliLoopFade {
  from{
    opacity:1
  }

  to{
    opacity:0
  }
}

@media (max-width: 640px) {
  .screenshot-window__body--cli {
    padding: 1rem;
  }

  .cli-term-body {
    height: 300px;
  }

  .cli-tline {
    font-size: 11.5px;
  }
}

/* ===== PROBLEM SECTION ===== */

.problem-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}

.problem-hero-cell {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 3.5rem 3rem;
}

.problem-note {
  height: 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0d0d0d;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-left: 1px solid #222;
}

.problem-card {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 2.5rem 2rem;
}

.problem-icon {
  color: #666;
  margin-bottom: 1rem;
}

.problem-icon svg {
  width: 22px;
  height: 22px;
}

/* ===== HOW IT WORKS ===== */

.hiw-step-btn {
  border-left: 2px solid transparent;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #1a1a1a;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.hiw-step-btn.hiw-active {
  background-color: #111;
  border-left-color: #4ade80;
}

.hiw-step-btn:not(.hiw-active):hover {
  background-color: #0d0d0d;
}

.hiw-pip {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #222;
  transition: width 0.25s ease, background-color 0.25s ease;
  flex-shrink: 0;
}

.hiw-pip.hiw-active {
  width: 20px;
  background-color: #4ade80;
}

/* ===== HERO BLUEPRINT ===== */

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(430px,0.8fr);
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding: 4rem 0 4rem 4rem;
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bp-scene {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  font-family: 'JetBrains Mono','Courier New',monospace;
  transform: scale(0.90);
}

.bp-entity-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

.bp-entity {
  width: 118px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 9px;
  border: 1px solid #2a2f3e;
  background: rgba(19,22,30,0.64);
  box-shadow: 0 1px 0 rgba(255,255,255,0.04) inset;
}

.bp-entity--dim {
  opacity: 0.66;
  transform: translateX(10px);
}

.bp-entity--reverse.bp-entity--dim {
  transform: translateX(-10px);
}

.bp-entity-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #3a3f50;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8892a4;
  background: rgba(19,22,30,0.7);
  flex-shrink: 0;
}

.bp-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #4a5060;
}

.bp-dot--tl {
  top: -2px;
  left: -2px;
}

.bp-dot--tr {
  top: -2px;
  right: -2px;
}

.bp-dot--bl {
  bottom: -2px;
  left: -2px;
}

.bp-dot--br {
  bottom: -2px;
  right: -2px;
}

.bp-label {
  margin: 0;
  color: #5a6070;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.bp-sub-label {
  margin: 3px 0 0;
  color: #8892a4;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.bp-connector {
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.bp-conn-line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #2a2f3e;
}

.bp-conn-line::before, .bp-conn-line::after {
  content: '';
  position: absolute;
  top: -1px;
  width: 6px;
  height: 3px;
  border-top: 1px solid #3a3f50;
}

.bp-conn-line::before {
  left: 0;
  border-left: 1px solid #3a3f50;
}

.bp-conn-line::after {
  right: 0;
  border-right: 1px solid #3a3f50;
}

.bp-pulse-track {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.bp-pulse {
  position: absolute;
  top: 1px;
  width: 14px;
  height: 1px;
  background: #8892a4;
  animation: bpPulseMove 2.8s ease-in-out infinite;
}

.bp-pulse--reverse {
  background: #5a6878;
  animation-name: bpPulseMoveRev;
}

.bp-card-stage {
  position: relative;
}

.bp-card-label {
  position: absolute;
  margin: 0;
  color: #3a3f50;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bp-card-label--top {
  top: -20px;
  left: 0;
}

.bp-card-label--bottom {
  bottom: -20px;
  right: 0;
}

.bp-dim-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #2a2f3e;
}

.bp-dim-line--top {
  top: -20px;
}

.bp-dim-line--bottom {
  bottom: -20px;
}

.bp-dim-line::before, .bp-dim-line::after {
  content: '';
  position: absolute;
  top: -2px;
  width: 1px;
  height: 6px;
  background: #3a3f50;
}

.bp-dim-line::before {
  left: 0;
}

.bp-dim-line::after {
  right: 0;
}

.bp-card-3d {
  position: relative;
  width: 260px;
  height: 260px;
  transform-style: preserve-3d;
  animation: bpDrift 9s ease-in-out infinite;
}

.bp-face {
  position: absolute;
  backface-visibility: hidden;
}

.bp-face-front {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #3a3f50;
  background: #13161e;
}

.bp-face-right {
  width: 12px;
  top: 6px;
  bottom: -6px;
  right: -12px;
  background: #0c0e14;
  border-top: 1px solid #2a2f3e;
  border-right: 1px solid #2a2f3e;
  border-bottom: 1px solid #1e2230;
}

.bp-face-bottom {
  height: 12px;
  left: 6px;
  right: -6px;
  bottom: -12px;
  background: #0c0e14;
  border-left: 1px solid #2a2f3e;
  border-right: 1px solid #1e2230;
  border-bottom: 1px solid #2a2f3e;
}

.bp-inner-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#1e2230 1px,transparent 1px),linear-gradient(90deg,#1e2230 1px,transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
}

.bp-corner {
  position: absolute;
  width: 14px;
  height: 14px;
}

.bp-corner::before, .bp-corner::after {
  content: '';
  position: absolute;
  background: #6a7280;
}

.bp-corner::before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.bp-corner::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}

.bp-corner--tl {
  top: 8px;
  left: 8px;
}

.bp-corner--tr {
  top: 8px;
  right: 8px;
  transform: scaleX(-1);
}

.bp-corner--bl {
  bottom: 8px;
  left: 8px;
  transform: scaleY(-1);
}

.bp-corner--br {
  bottom: 8px;
  right: 8px;
  transform: scale(-1);
}

.bp-scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #8892a4;
  animation: bpScan 7s ease-in-out infinite;
  z-index: 5;
  opacity: 0;
}

.bp-logo-mark {
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
  opacity: 0.82;
  animation: bpBreathe 6s ease-in-out infinite;
}

@keyframes bpDrift {
  0%,100%{
    transform:rotateX(22deg) rotateY(-16deg) rotateZ(2deg) translateY(0)
  }

  40%{
    transform:rotateX(20deg) rotateY(-18deg) rotateZ(1.5deg) translateY(-10px)
  }

  70%{
    transform:rotateX(24deg) rotateY(-14deg) rotateZ(2.5deg) translateY(-5px)
  }
}

@keyframes bpBreathe {
  0%,100%{
    opacity:0.8
  }

  50%{
    opacity:1
  }
}

@keyframes bpScan {
  0%{
    top:0;
    opacity:0
  }

  3%{
    opacity:0.25
  }

  97%{
    opacity:0.15
  }

  100%{
    top:100%;
    opacity:0
  }
}

@keyframes bpPulseMove {
  0%{
    left:-14px;
    opacity:0
  }

  10%{
    opacity:1
  }

  90%{
    opacity:0.8
  }

  100%{
    left:calc(100% + 14px);
    opacity:0
  }
}

@keyframes bpPulseMoveRev {
  0%{
    left:calc(100% + 14px);
    opacity:0
  }

  10%{
    opacity:0.7
  }

  90%{
    opacity:0.5
  }

  100%{
    left:-14px;
    opacity:0
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding: 3rem 0 2rem;
  }

  .hero-visual {
    min-height: 340px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .bp-scene {
    transform: scale(0.62);
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 1.25rem;
  }

  .hero-copy {
    padding: 2.5rem 0 2rem;
  }

  .hero-visual {
    min-height: 300px;
    margin: 0 -1.25rem;
  }

  .bp-scene {
    transform: scale(0.48);
  }
}

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

.footer-link {
  font-size: 13px;
  color: #888;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.15s;
}

.footer-link:hover {
  color: #e5e5e5;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  color: #666;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.social-icon:hover {
  border-color: #555;
  color: #ccc;
}

/* ===== MOBILE NAV ===== */

#nav-hamburger {
  display: none;
  background: none;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
  color: #888;
  flex-shrink: 0;
  line-height: 0;
  align-items: center;
  justify-content: center;
}

#nav-hamburger:hover {
  border-color: #555;
  color: #ccc;
}

#nav-mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(8,8,8,0.97);
  border-bottom: 1px solid #222;
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  padding: 0.5rem 0 1rem;
}

#nav-mobile-menu.open {
  display: block;
}

#nav-mobile-menu .nav-link {
  font-size: 14px;
  padding: 11px 1.5rem;
  display: block;
  border-radius: 0;
}

#nav-mobile-menu .nav-login {
  display: inline !important;
}

.nav-mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 1.5rem 0;
  margin-top: 0.5rem;
  border-top: 1px solid #1a1a1a;
}

/* ===== RESPONSIVE GRIDS ===== */

@media (max-width: 860px) {
  #nav-links {
    display: none !important;
  }

  .nav-login {
    display: none !important;
  }

  .nav-cta {
    display: none !important;
  }

  #nav-hamburger {
    display: flex !important;
  }

  #topbar .container {
    justify-content: space-between;
  }

  .problem-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .problem-hero-cell {
    padding: 2rem 1.5rem !important;
  }

  .problem-grid {
    grid-template-columns: 1fr !important;
  }

  .problem-card {
    padding: 2rem 1.5rem !important;
  }

  .r-val-header {
    grid-template-columns: 1fr !important;
  }

  .r-val-header > div {
    padding: 2rem 1.5rem !important;
  }

  .r-features-4 {
    grid-template-columns: repeat(2,1fr) !important;
  }

  .r-features-4 > div {
    padding: 2rem 1.25rem !important;
  }

  .r-agents-top {
    grid-template-columns: 1fr !important;
  }

  .r-agents-top > div:first-child {
    border-right: none !important;
    padding: 2rem 1.5rem !important;
  }

  .r-agents-top > div:last-child {
    padding: 2rem 1.5rem !important;
  }

  .r-agents-bottom {
    grid-template-columns: 1fr !important;
  }

  .r-agents-bottom > div:first-child {
    border-right: none !important;
    border-bottom: 1px solid #222 !important;
    padding: 2rem 1.5rem !important;
  }

  .r-agents-bottom > div:last-child {
    padding: 2rem 1.5rem !important;
  }

  .r-impact-top {
    grid-template-columns: 1fr !important;
  }

  .r-impact-top > div:first-child {
    border-right: none !important;
    padding: 2.5rem 2rem !important;
  }

  .r-ascii-cell {
    display: none !important;
  }

  .r-impact-bottom {
    grid-template-columns: 1fr !important;
  }

  .r-impact-bottom > div:first-child {
    border-right: none !important;
    border-bottom: 1px solid #222 !important;
    padding: 2rem 1.5rem !important;
  }

  #pricing-grid {
    grid-template-columns: 1fr !important;
  }

  #pricing-grid > article:first-child {
    border-right: none !important;
  }

  #pricing-grid > article {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .r-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .r-footer-grid > div {
    border-right: 1px solid #222 !important;
  }

  .r-footer-grid > div:nth-child(2n) {
    border-right: none !important;
  }

  .r-cta-inner {
    padding: 3.5rem 2rem !important;
  }

  .r-section-box {
    padding: 2rem 1.5rem !important;
  }

  .section-spacer {
    height: 10vh;
  }

  .r-compare-table > div {
    padding: 0.75rem 1rem !important;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .r-val-header > div {
    padding: 1.75rem 1.25rem !important;
  }

  .r-features-4 {
    grid-template-columns: 1fr !important;
  }

  .r-features-4 > div {
    padding: 1.75rem 1.25rem !important;
  }

  .r-agents-top > div,
  .r-agents-bottom > div,
  .r-impact-bottom > div:first-child {
    padding: 1.75rem 1.25rem !important;
  }

  .r-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .r-footer-grid > div {
    border-right: none !important;
  }

  #pricing-grid > article {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .r-cta-inner {
    padding: 2.5rem 1.25rem !important;
  }

  .r-section-box {
    padding: 1.75rem 1.25rem !important;
  }

  .section-spacer {
    height: 8vh;
  }

  .r-pricing-header {
    padding: 2.5rem 1.5rem !important;
  }
}

/* ===== SCROLL REVEAL ===== */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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