/* BUILD: src */
.image-widget-placeholder {
  width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 4em;
  font-weight: 200;
}

a {
  color: #6236ff;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:visited {
  color: #8264f1;
}

::-moz-selection {
  background-color: #f7b500;
}

::selection {
  background-color: #f7b500;
}

code {
  white-space: normal;
}

pre {
  display: flex;
  position: relative;
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  color: white;
  font-size: 14px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.8;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  hyphens: none;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  overflow: auto;
  background: #2b2b2b;
  max-width: 600px;
  margin: 0 auto;
}

.bp-button {
  display: inline-block;
  padding: 12px 24px 10px 24px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1;
  font-weight: 500;
  background: #6236ff;
  color: white;
}
.bp-button:visited, .bp-button:hover, .bp-button:active {
  color: white;
}

.bp-button--cta {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 30px;
}

body,
.apos-refreshable,
.bp-wrapper {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.apos-refreshable,
.bp-wrapper,
main {
  flex-grow: 1;
}

.bp-header,
main,
.bp-footer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 40px 0;
}

.bp-footer {
  padding: 40px 0;
}

.bp-footer__links {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
.bp-footer__links li {
  display: inline-block;
  margin-right: 20px;
}
.bp-footer__links li:last-child {
  margin-right: 0;
}

.bp-header__logo {
  display: block;
  width: 190px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bp-header__login:visited {
  color: white;
}

.bp-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bp-welcome {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bp-welcome__area {
  margin-top: 40px;
}

.bp-welcome__headline {
  position: relative;
  margin: 0 0 50px;
}

.bp-welcome__verson-wrapper {
  display: flex;
  justify-content: center;
}

.bp-welcome__version {
  position: relative;
  background-color: #a992ff;
  padding: 4px 5px;
  border-radius: 2px;
  display: inline-block;
  color: #300ab7;
  font-size: 12px;
  box-shadow: 0 25px 50px rgba(64, 70, 104, 0.1);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bp-welcome__help {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
}

.bp-welcome p {
  max-width: 500px;
  margin: 20px auto;
  line-height: 1.5;
  font-size: 1.1rem;
}

.bp-welcome__code__context {
  position: absolute;
  display: inline-block;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 11px;
  font-family: code-saver, sans-serif;
  letter-spacing: 0.025em;
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top-right-radius: 2px;
  background: rgba(255, 255, 255, 0.1254901961);
  color: rgba(255, 255, 255, 0.5882352941);
  letter-spacing: 1px;
}

.bp-welcome__code {
  margin: 40px auto;
}

p.bp-welcome__cta {
  text-align: center;
  margin-bottom: 40px;
}

.bp-mode {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: black;
  vertical-align: middle;
  background-color: white;
  border-bottom-color: black;
  border: 1px solid black;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 black;
}

.bp-video-widget {
  width: 100%;
}

.bp-image-widget {
  max-width: 100%;
}

body.aidnaw-theme {
  background: #05070D;
  color: #F5F7FA;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.aidnaw-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 640px) {
  .aidnaw-wrap {
    padding: 0 20px;
  }
}
/* ---------- generic content pages (default-page) ---------- */
.aidnaw-page-content {
  padding: 64px 0 96px;
}
.aidnaw-page-content h1 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

/* ---------- telemetry strip ---------- */
.aidnaw-telemetry {
  background: #05070D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.aidnaw-telemetry-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 7px 0;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #5D6478;
  animation: aidnaw-ticker 26s linear infinite;
  width: -moz-max-content;
  width: max-content;
}

.aidnaw-telemetry-inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.aidnaw-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3ee08f;
  box-shadow: 0 0 8px #3ee08f;
  flex: none;
  animation: aidnaw-blink 2s ease-in-out infinite;
}

.aidnaw-status-nominal {
  color: #3ee08f;
}

.aidnaw-status-amber {
  color: #ffb84d;
}

@keyframes aidnaw-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes aidnaw-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .aidnaw-telemetry-inner {
    animation: none;
  }
}
/* ---------- header / nav ---------- */
header.aidnaw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(5, 7, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.aidnaw-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.aidnaw-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.aidnaw-logo .aidnaw-w-accent {
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aidnaw-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.aidnaw-nav-links a {
  font-size: 14.5px;
  color: #8A93A6;
  font-weight: 500;
  transition: color 0.2s ease;
}

.aidnaw-nav-links a:hover {
  color: #F5F7FA;
}

.aidnaw-nav-links a.is-active {
  color: #F5F7FA;
}

.aidnaw-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.aidnaw-nav-item > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.6;
}

.aidnaw-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  min-width: 190px;
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px;
  display: none;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  z-index: 60;
}

.aidnaw-nav-item:hover .aidnaw-nav-dropdown,
.aidnaw-nav-item:focus-within .aidnaw-nav-dropdown {
  display: flex;
}

.aidnaw-nav-dropdown a {
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #8A93A6;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

.aidnaw-nav-dropdown a:hover,
.aidnaw-nav-dropdown a.is-active {
  background: rgba(255, 255, 255, 0.04);
  color: #F5F7FA;
}

.aidnaw-mobile-submenu {
  list-style: none;
  padding-left: 16px;
}

.aidnaw-mobile-submenu li {
  border-top: none;
}

.aidnaw-mobile-submenu a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #8A93A6;
  font-weight: 500;
}

.aidnaw-mobile-submenu a:hover {
  color: #F5F7FA;
}

.aidnaw-nav-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 860px) {
  .aidnaw-nav-links {
    display: none;
  }
}
.aidnaw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14.5px;
  padding: 11px 20px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}

.aidnaw-btn-primary {
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  color: #040610;
}

.aidnaw-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 30px -8px rgba(0, 102, 255, 0.55);
}

.aidnaw-btn-ghost {
  color: #F5F7FA;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.aidnaw-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.aidnaw-btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

/* ---------- mobile nav (no equivalent in the source mockup — added for a working multi-page site) ---------- */
.aidnaw-burger {
  display: none;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.aidnaw-burger img {
  width: 16px;
  height: 16px;
}

@media (max-width: 860px) {
  .aidnaw-burger {
    display: inline-flex;
  }
}
.aidnaw-mobile-menu {
  display: none;
  background: #05070D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0 20px;
}

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

.aidnaw-mobile-menu ul {
  list-style: none;
}

.aidnaw-mobile-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-mobile-menu a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  color: #8A93A6;
  font-weight: 500;
}

.aidnaw-mobile-menu a:hover {
  color: #F5F7FA;
}

.aidnaw-mobile-menu .aidnaw-nav-cta {
  padding-top: 14px;
  gap: 12px;
}

/* ---------- footer ---------- */
footer.aidnaw-footer {
  padding: 56px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-foot-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.aidnaw-foot-brand .aidnaw-logo img {
  height: 28px;
}

.aidnaw-foot-brand p {
  color: #5D6478;
  font-size: 13.5px;
  max-width: 280px;
  margin-top: 14px;
  line-height: 1.6;
}

.aidnaw-foot-cols {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
}

.aidnaw-foot-col h5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5D6478;
  margin-bottom: 16px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.aidnaw-foot-col a {
  display: block;
  font-size: 14px;
  color: #8A93A6;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.aidnaw-foot-col a:hover {
  color: #F5F7FA;
}

.aidnaw-foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12.5px;
  color: #5D6478;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- background textures ---------- */
.aidnaw-bg-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: #05070D;
}

.aidnaw-bg-field::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.35;
  -webkit-mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, black 0%, transparent 75%);
          mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, black 0%, transparent 75%);
}

.aidnaw-bg-glow {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  width: 900px;
  height: 900px;
  top: -420px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 102, 255, 0.22) 0%, rgba(161, 0, 255, 0.1) 40%, transparent 70%);
  filter: blur(10px);
}

.aidnaw-bg-graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 55%, transparent 95%);
          mask-image: linear-gradient(180deg, black 0%, black 55%, transparent 95%);
}

/* ---------- HUD console framing + live tag ---------- */
.aidnaw-hud {
  position: relative;
}

.aidnaw-hud::before,
.aidnaw-hud::after,
.aidnaw-hud .aidnaw-hud-br::before,
.aidnaw-hud .aidnaw-hud-br::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00E6FF;
  opacity: 0.85;
  z-index: 2;
}

.aidnaw-hud::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid #00E6FF;
  border-left: 2px solid #00E6FF;
}

.aidnaw-hud::after {
  top: -1px;
  right: -1px;
  border-top: 2px solid #00E6FF;
  border-right: 2px solid #00E6FF;
}

.aidnaw-hud .aidnaw-hud-br {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.aidnaw-hud .aidnaw-hud-br::before {
  bottom: -1px;
  left: -1px;
  top: auto;
  border-bottom: 2px solid #00E6FF;
  border-left: 2px solid #00E6FF;
  border-top: none;
}

.aidnaw-hud .aidnaw-hud-br::after {
  bottom: -1px;
  right: -1px;
  top: auto;
  border-bottom: 2px solid #00E6FF;
  border-right: 2px solid #00E6FF;
  border-top: none;
}

.aidnaw-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #3ee08f;
  border: 1px solid rgba(62, 224, 143, 0.35);
  background: rgba(62, 224, 143, 0.08);
  padding: 3px 8px;
  border-radius: 3px;
}

.aidnaw-live-tag .aidnaw-dot {
  animation-duration: 1.6s;
}

.aidnaw-live-tag.aidnaw-live-tag-alert {
  color: #ffb84d;
  border-color: rgba(255, 184, 77, 0.35);
  background: rgba(255, 184, 77, 0.08);
}

.aidnaw-live-tag.aidnaw-live-tag-alert .aidnaw-dot {
  background: #ffb84d;
  box-shadow: 0 0 8px #ffb84d;
}

/* ---------- eyebrow label ---------- */
.aidnaw-eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00E6FF;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.aidnaw-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  box-shadow: 0 0 12px rgba(0, 230, 255, 0.8);
}

/* ---------- hero ---------- */
.aidnaw-hero {
  padding: 96px 0 40px;
  position: relative;
}

.aidnaw-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 980px) {
  .aidnaw-hero-grid {
    grid-template-columns: 1fr;
  }
}
h1.aidnaw-hero-h {
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 20px 0 22px;
}

h1.aidnaw-hero-h .aidnaw-grad-text {
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aidnaw-hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #8A93A6;
  max-width: 480px;
  margin-bottom: 34px;
  font-weight: 400;
}

.aidnaw-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.aidnaw-hero-note {
  margin-top: 22px;
  font-size: 13px;
  color: #5D6478;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ---------- decision console (signature element) ---------- */
.aidnaw-console {
  background: linear-gradient(180deg, #0B111F, #111a2d);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  position: relative;
}

.aidnaw-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, rgba(0, 230, 255, 0.16), rgba(0, 102, 255, 0.16), rgba(161, 0, 255, 0.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  pointer-events: none;
}

.aidnaw-console-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 6px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.aidnaw-console-title {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #8A93A6;
  letter-spacing: 0.04em;
}

.aidnaw-console-dots {
  display: flex;
  gap: 6px;
}

.aidnaw-console-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.aidnaw-dcard {
  display: grid;
  grid-template-columns: 4px 1fr auto;
  gap: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  align-items: center;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  opacity: 0;
  transform: translateY(10px);
  animation: aidnaw-card-in 0.5s ease forwards;
}

.aidnaw-dcard:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-1px);
}

.aidnaw-dcard:nth-child(2) {
  animation-delay: 0.08s;
}

.aidnaw-dcard:nth-child(3) {
  animation-delay: 0.16s;
}

.aidnaw-dcard:nth-child(4) {
  animation-delay: 0.24s;
}

@keyframes aidnaw-card-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.aidnaw-dcard .aidnaw-dcard-strip {
  align-self: stretch;
  border-radius: 4px;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
}

.aidnaw-dcard.aidnaw-dcard-priority-med .aidnaw-dcard-strip {
  background: linear-gradient(180deg, #0066FF, #5B2DFF);
}

.aidnaw-dcard.aidnaw-dcard-priority-low .aidnaw-dcard-strip {
  background: linear-gradient(180deg, #5D6478, #5D6478);
  opacity: 0.5;
}

.aidnaw-dcard-body .aidnaw-rec-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 5px;
}

.aidnaw-dcard-body .aidnaw-rec-ctx {
  font-size: 12.5px;
  color: #8A93A6;
  line-height: 1.5;
}

.aidnaw-dcard-body .aidnaw-rec-ctx b {
  color: #c9cede;
  font-weight: 500;
}

.aidnaw-dcard-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.aidnaw-confidence {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #8A93A6;
}

.aidnaw-conf-bar {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.aidnaw-conf-fill {
  height: 100%;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  border-radius: 2px;
}

.aidnaw-action-chip {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(0, 230, 255, 0.1);
  color: #00E6FF;
  border: 1px solid rgba(0, 230, 255, 0.25);
  white-space: nowrap;
}

.aidnaw-badge-row {
  margin-top: 22px;
  text-align: center;
}

.aidnaw-veteran-badge {
  padding: 4px 12px 4px 4px;
  display: inline-flex;
  align-items: center;
}

.aidnaw-veteran-badge-img {
  max-width: 220px;
  height: auto;
  border-radius: 50%;
  display: block;
}

.aidnaw-console-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: 4px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #5D6478;
}

/* ---------- trust strip ---------- */
.aidnaw-trust {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-trust-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.aidnaw-trust-label {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  color: #5D6478;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.aidnaw-trust-items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0.7;
}

.aidnaw-trust-items span {
  font-size: 14px;
  font-weight: 600;
  color: #8A93A6;
  letter-spacing: 0.02em;
}

/* ---------- problem section: numbered layers + quote/counter-quote ---------- */
.aidnaw-problem {
  padding: 110px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-problem-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 900px) {
  .aidnaw-problem-grid {
    grid-template-columns: 1fr;
  }
  .aidnaw-problem-intro {
    position: static;
    top: auto;
  }
}
.aidnaw-problem-intro {
  position: sticky;
  top: 96px;
}

.aidnaw-problem-intro p {
  color: #8A93A6;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 18px;
  max-width: 400px;
}

.aidnaw-layer-eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #00E6FF;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.aidnaw-layer-eyebrow .aidnaw-layer-eyebrow-num {
  color: #5D6478;
}

.aidnaw-layer-head {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 26px;
  color: #F5F7FA;
}

.aidnaw-qa-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .aidnaw-qa-pair {
    grid-template-columns: 1fr;
  }
}
.aidnaw-clip-card {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0B111F;
  padding: 18px 20px;
}

.aidnaw-qa-question {
  font-size: 14px;
  line-height: 1.55;
  color: #F5F7FA;
  font-style: italic;
}

.aidnaw-qa-question .aidnaw-qa-question-who {
  display: block;
  margin-top: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-style: normal;
  font-size: 10.5px;
  color: #5D6478;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.aidnaw-qa-answer {
  border-color: rgba(0, 230, 255, 0.3);
  background: linear-gradient(160deg, rgba(0, 230, 255, 0.06), rgba(0, 102, 255, 0.04));
}

.aidnaw-qa-answer .aidnaw-qa-answer-reality {
  font-size: 14px;
  line-height: 1.55;
  color: #F5F7FA;
  font-weight: 600;
}

.aidnaw-qa-answer .aidnaw-qa-answer-annot {
  display: block;
  margin-top: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 400;
  font-size: 10.5px;
  color: #00E6FF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* ---------- section header wrapper (used by pillars, workspace, flow, etc.) ---------- */
.aidnaw-section {
  padding: 120px 0;
}

.aidnaw-section-head {
  max-width: 640px;
  margin-bottom: 64px;
}

.aidnaw-section-head h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-top: 16px;
}

.aidnaw-section-head p {
  color: #8A93A6;
  font-size: 16.5px;
  line-height: 1.65;
  margin-top: 16px;
  max-width: 520px;
}

/* ---------- pillars ---------- */
.aidnaw-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 820px) {
  .aidnaw-pillars {
    grid-template-columns: 1fr;
  }
}
.aidnaw-pillar {
  background: #0B111F;
  padding: 38px 32px;
}

.aidnaw-pillar .aidnaw-hexicon {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
}

.aidnaw-pillar h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.aidnaw-pillar p {
  font-size: 14.5px;
  color: #8A93A6;
  line-height: 1.65;
}

.aidnaw-pillar .aidnaw-pillar-tag {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #5D6478;
  margin-top: 18px;
  letter-spacing: 0.04em;
}

/* ---------- product workspace mock ---------- */
.aidnaw-workspace {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 50px 100px -40px rgba(0, 0, 0, 0.75);
}

@media (max-width: 760px) {
  .aidnaw-workspace {
    grid-template-columns: 1fr;
  }
  .aidnaw-ws-side {
    display: none;
  }
}
.aidnaw-ws-side {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 18px;
}

.aidnaw-ws-side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #8A93A6;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 4px;
}

.aidnaw-ws-side-item.is-active {
  background: rgba(0, 230, 255, 0.08);
  color: #F5F7FA;
  font-weight: 600;
}

.aidnaw-ws-side-item .aidnaw-ws-side-item-count {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  color: #5D6478;
}

.aidnaw-ws-side-item.is-active .aidnaw-ws-side-item-count {
  color: #00E6FF;
}

.aidnaw-ws-main {
  padding: 26px 30px;
}

.aidnaw-ws-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.aidnaw-ws-main-head h4 {
  font-size: 16px;
  font-weight: 700;
}

.aidnaw-ws-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

@media (max-width: 600px) {
  .aidnaw-ws-detail {
    grid-template-columns: 1fr;
  }
}
.aidnaw-ws-block {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px;
}

.aidnaw-ws-block .aidnaw-ws-block-lbl {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5D6478;
  margin-bottom: 10px;
}

.aidnaw-ws-block .aidnaw-ws-block-val {
  font-size: 14px;
  color: #F5F7FA;
  line-height: 1.6;
}

.aidnaw-ws-meter {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-top: 10px;
}

.aidnaw-ws-meter i {
  display: block;
  height: 100%;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
}

/* ---------- flow (Record -> DNA -> Decision -> Action) ---------- */
.aidnaw-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .aidnaw-flow {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .aidnaw-flow-line {
    display: none;
  }
}
.aidnaw-flow-line {
  position: absolute;
  top: 29px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  opacity: 0.5;
  z-index: 0;
}

.aidnaw-flow-step {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: left;
}

.aidnaw-flow-num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #05070D;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  color: #00E6FF;
  margin-bottom: 22px;
}

.aidnaw-flow-step h4 {
  font-size: 16.5px;
  font-weight: 700;
  margin-bottom: 10px;
}

.aidnaw-flow-step p {
  font-size: 13.5px;
  color: #8A93A6;
  line-height: 1.6;
}

/* ---------- quote block ---------- */
.aidnaw-quote-section {
  padding: 90px 0;
}

.aidnaw-quote-box {
  border-radius: 18px;
  padding: 56px;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(0, 102, 255, 0.14), transparent 60%), #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.aidnaw-quote-box p {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  max-width: 820px;
  margin: 0 auto 22px;
}

.aidnaw-quote-box .aidnaw-quote-box-attrib {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  color: #5D6478;
}

/* ---------- CTA ---------- */
.aidnaw-cta {
  padding: 100px 0 40px;
}

.aidnaw-cta-box {
  border-radius: 20px;
  padding: 70px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0a1a3a, #150a35 60%, #05070D);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.aidnaw-cta-box::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 230, 255, 0.18), transparent 70%);
  top: -260px;
  right: -160px;
}

.aidnaw-cta-box h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  position: relative;
}

.aidnaw-cta-box p {
  color: #8A93A6;
  font-size: 16px;
  margin-bottom: 32px;
  position: relative;
}

.aidnaw-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ---------- scroll reveal ---------- */
.aidnaw-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.aidnaw-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.aidnaw-404-hero {
  text-align: center;
  padding: 130px 0 40px;
  position: relative;
}

.aidnaw-404-hero .aidnaw-eyebrow {
  justify-content: center;
  margin-bottom: 6px;
}

h1.aidnaw-hero-h.aidnaw-404-code {
  font-size: clamp(96px, 16vw, 180px);
  line-height: 0.9;
  margin: 14px 0 4px;
  text-align: center;
}

.aidnaw-404-hero .aidnaw-hero-sub {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.aidnaw-404-hero .aidnaw-hero-actions {
  justify-content: center;
}

.aidnaw-404-hero .aidnaw-hero-note {
  text-align: center;
}

.aidnaw-404-console {
  max-width: 620px;
  margin: 48px auto 0;
  text-align: left;
}

.aidnaw-404-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.aidnaw-404-links a.aidnaw-action-chip {
  background: rgba(255, 255, 255, 0.04);
  color: #8A93A6;
  border-color: rgba(255, 255, 255, 0.14);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.aidnaw-404-links a.aidnaw-action-chip:hover {
  color: #F5F7FA;
  border-color: rgba(0, 230, 255, 0.4);
  background: rgba(0, 230, 255, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

.aidnaw-pillars--2col {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 820px) {
  .aidnaw-pillars--2col {
    grid-template-columns: 1fr;
  }
}
.aidnaw-trust-row + .aidnaw-trust-row {
  margin-top: 20px;
}

.aidnaw-trust-items {
  row-gap: 12px;
}

@media (max-width: 700px) {
  .aidnaw-trust-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aidnaw-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}

.aidnaw-filter-chip {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: #8A93A6;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
  padding: 9px 18px;
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.aidnaw-filter-chip:hover {
  color: #F5F7FA;
  border-color: rgba(255, 255, 255, 0.3);
}

.aidnaw-filter-chip.is-active {
  color: #05070D;
  background: linear-gradient(120deg, #00E6FF 0%, #0066FF 46%, #A100FF 100%);
  border-color: transparent;
  font-weight: 600;
}

.aidnaw-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 980px) {
  .aidnaw-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .aidnaw-resource-grid {
    grid-template-columns: 1fr;
  }
}
.aidnaw-resource-card {
  display: flex;
  flex-direction: column;
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.aidnaw-resource-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.aidnaw-resource-card.is-hidden {
  display: none;
}

.aidnaw-resource-card-media {
  height: 150px;
  position: relative;
  background: linear-gradient(160deg, rgba(0, 230, 255, 0.18), rgba(0, 102, 255, 0.14) 55%, rgba(161, 0, 255, 0.16));
}

.aidnaw-resource-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}

.aidnaw-resource-card-type {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F5F7FA;
  background: rgba(5, 7, 13, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 4px 9px;
  border-radius: 100px;
}

.aidnaw-resource-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.aidnaw-resource-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.aidnaw-resource-card-pillar {
  text-transform: uppercase;
  font-weight: 600;
}

.aidnaw-resource-card-pillar.pillar-operations {
  color: #00E6FF;
}

.aidnaw-resource-card-pillar.pillar-automation {
  color: #0066FF;
}

.aidnaw-resource-card-pillar.pillar-analytics {
  color: #A100FF;
}

.aidnaw-resource-card-date {
  color: #5D6478;
}

.aidnaw-resource-card-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin-bottom: 10px;
}

.aidnaw-resource-card-summary {
  font-size: 14px;
  color: #8A93A6;
  line-height: 1.6;
  margin-bottom: 18px;
  flex: 1;
}

.aidnaw-resource-card-author {
  font-size: 12.5px;
  color: #5D6478;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.aidnaw-section--flush-top {
  padding-top: 0;
}

/* ------------------------------------ Calendly styles ------------------------------- */
.aidnaw-calendly-panel {
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 4px;
  overflow: hidden;
}

.aidnaw-calendly-fallback {
  padding: 48px 32px;
  text-align: center;
  color: #8A93A6;
  font-size: 14px;
}

.aidnaw-calendly-fallback a {
  color: #00E6FF;
  text-decoration: underline;
}

/*--------------------------------- Contact form styles ------------------------------- */
.aidnaw-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 860px) {
  .aidnaw-contact-grid {
    grid-template-columns: 1fr;
  }
}
.aidnaw-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  margin-bottom: 16px;
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #00E6FF;
  border-radius: 10px;
}

.aidnaw-info-card .aidnaw-hexicon {
  width: 34px;
  height: 34px;
  flex: none;
  margin-top: 2px;
}

.aidnaw-info-card-label {
  display: block;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5D6478;
  margin-bottom: 6px;
}

.aidnaw-info-card p {
  color: #F5F7FA;
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
}

.aidnaw-info-card a {
  color: #00E6FF;
  font-weight: 600;
}

.aidnaw-info-card a:hover {
  text-decoration: underline;
}

.aidnaw-contact-form-panel {
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 36px;
}

@media (max-width: 640px) {
  .aidnaw-contact-form-panel {
    padding: 24px;
  }
}
.aidnaw-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.aidnaw-form-group label {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8A93A6;
}

.aidnaw-form-group input,
.aidnaw-form-group textarea {
  font-family: inherit;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111A2D;
  color: #F5F7FA;
  font-size: 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.aidnaw-form-group input::-moz-placeholder, .aidnaw-form-group textarea::-moz-placeholder {
  color: #5D6478;
}

.aidnaw-form-group input::placeholder,
.aidnaw-form-group textarea::placeholder {
  color: #5D6478;
}

.aidnaw-form-group input:focus,
.aidnaw-form-group textarea:focus {
  border-color: #00E6FF;
  box-shadow: 0 0 0 3px rgba(0, 230, 255, 0.15);
}

.aidnaw-hp-hidden-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.aidnaw-form-status-banner {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  margin-top: 6px;
}

.aidnaw-form-status-banner.is-processing {
  display: block;
  background: rgba(0, 230, 255, 0.08);
  color: #00E6FF;
  border: 1px solid rgba(0, 230, 255, 0.3);
}

.aidnaw-form-status-banner.is-success {
  display: block;
  background: rgba(62, 224, 143, 0.1);
  color: #3EE08F;
  border: 1px solid rgba(62, 224, 143, 0.3);
}

.aidnaw-form-status-banner.is-error {
  display: block;
  background: rgba(255, 90, 90, 0.1);
  color: #ff8080;
  border: 1px solid rgba(255, 90, 90, 0.3);
}

/* ---------------------------------- Contat Popup Styles -------------------------- */
.aidnaw-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 13, 0.75);
  backdrop-filter: blur(4px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.aidnaw-modal-backdrop.is-open {
  display: flex;
}

.aidnaw-modal-card {
  background: #0B111F;
  border: 1px solid rgba(255, 255, 255, 0.14);
  width: 100%;
  max-width: 480px;
  padding: 36px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
  animation: aidnaw-modal-in 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 560px) {
  .aidnaw-modal-card {
    padding: 26px;
  }
}
@keyframes aidnaw-modal-in {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.aidnaw-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: #5D6478;
  cursor: pointer;
  transition: color 0.18s ease;
}

.aidnaw-modal-close:hover {
  color: #F5F7FA;
}

.aidnaw-modal-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: #F5F7FA;
}

.aidnaw-modal-subtitle {
  font-size: 14px;
  color: #8A93A6;
  line-height: 1.5;
  margin: 0 0 24px;
}

.aidnaw-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 4px;
}

.bp-video-widget {
  width: 100%;
}

.bp-image-widget {
  max-width: 100%;
}

.calendly {
  text-align: center;
}
.calendly-block {
  width: 100%;
  height: 700px;
}

.image-slider-widget {
  width: 100%;
  margin: 40px 0;
}

.image-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.image-slider--overlay {
  display: block;
  gap: 0;
}

.image-slider__viewport {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-height: 200px;
  display: grid;
  grid-template: 1fr/1fr;
}

.image-slider__slide {
  grid-area: 1/1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.image-slider__slide--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
  .image-slider__slide,
  .image-slider__slide--active {
    transition: none;
  }
}
.image-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.image-slider__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.image-slider__arrow:hover {
  background: #f5f5f5;
}

.image-slider__arrow--overlay {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.image-slider__arrow--overlay.image-slider__arrow--prev {
  left: 12px;
}

.image-slider__arrow--overlay.image-slider__arrow--next {
  right: 12px;
}

.image-slider-hero {
  display: flex;
  align-items: stretch;
  background: #F8F8FA;
  border-radius: 2.083vw;
  padding: 4.444vw;
  gap: 2.778vw;
}

.image-slider-hero__content {
  flex: 0 0 29.931vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-slider-hero__title {
  font-style: normal;
  font-weight: bold;
  font-size: 3.333vw;
  line-height: 4.097vw;
  color: #303B4A;
  margin: 0;
}

.image-slider-hero__text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 2.153vw;
  color: rgba(48, 59, 74, 0.85);
  margin-top: 1.667vw;
}

.image-slider-hero__actions {
  margin-top: 2.292vw;
}

.image-slider-hero__button {
  display: inline-block;
  background: #3776CF;
  box-shadow: 0 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  border: none;
  padding: 0.833vw 1.875vw;
  font-weight: bold;
  font-size: 1.111vw;
  line-height: 1.389vw;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.image-slider-hero__button:hover {
  background: #2f68b8;
  color: #FFFFFF;
  text-decoration: none;
}

.image-slider-hero__button:visited {
  color: #FFFFFF !important;
}

.image-slider-hero__media {
  flex: 1;
  min-width: 0;
  width: 48.611vw;
  height: 25.833vw;
}

.image-slider-hero__media .image-slider__viewport {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.image-slider-hero__media .image-slider__slide img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .image-slider-hero {
    flex-direction: column;
    border-radius: 0;
    padding: 0;
    gap: 0;
    background: transparent;
  }
  .image-slider-hero__media {
    width: 100%;
    height: auto;
    min-height: 200px;
    order: 1;
    padding: 0 8vw;
    box-sizing: border-box;
  }
  .image-slider-hero__media .image-slider__viewport {
    min-height: 200px;
  }
  .image-slider-hero__media .image-slider__slide img {
    height: auto;
    max-height: 720px;
  }
  .image-slider-hero__content {
    flex: none;
    width: 100%;
    order: 2;
    padding: 5vw 8vw 0;
    box-sizing: border-box;
  }
  .image-slider-hero__title {
    font-size: 8.533vw;
    line-height: 10.4vw;
  }
  .image-slider-hero__text {
    font-size: 4.267vw;
    line-height: 7.467vw;
    margin-top: 4vw;
  }
  .image-slider-hero__actions {
    margin-top: 5vw;
    margin-bottom: 8vw;
  }
  .image-slider-hero__button {
    font-size: 3.733vw;
    line-height: 4.533vw;
    padding: 3.733vw 6.133vw 4.267vw;
    border-radius: 2.133vw;
    box-shadow: 0 1.333vw 13.333vw rgba(55, 118, 207, 0.15);
  }
}

/*# sourceMappingURL=src-build.css.map*/
/* BUILD: public */
