:root {
  color-scheme: light;
  --qode-main-color: #5cc2ed;
  --xa-ink: #070915;
  --xa-text: #26364c;
  --xa-muted: #6f7e91;
  --xa-line: rgba(7, 9, 21, 0.12);
  --xa-soft-line: rgba(91, 145, 239, 0.18);
  --xa-cyan: #28dcc7;
  --xa-blue: #45a8f5;
  --xa-violet: #7564f5;
  --xa-gold: #f4a93a;
  --xa-gradient: linear-gradient(45deg, var(--xa-cyan) 0%, var(--xa-blue) 30%, var(--xa-violet) 64%, var(--xa-gold) 100%);
  --xa-deon-gradient: linear-gradient(45deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  --xa-paper: rgba(255, 255, 255, 0.84);
  --xa-card-shadow: 0 18px 44px rgba(28, 42, 70, 0.1);
  --xa-card-shadow-hover: 0 28px 70px rgba(28, 42, 70, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.deon-core-1xa {
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(92, 194, 237, 0.08) 18.15% 19%, transparent 19.15% 58%, rgba(40, 220, 199, 0.08) 58.15% 59%, transparent 59.15%),
    radial-gradient(circle at 5% 4%, rgba(117, 100, 245, 0.14), transparent 220px),
    linear-gradient(180deg, #fff 0%, #f7fcff 44%, #fff 100%);
  color: var(--xa-ink);
  font-family: "Heebo", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

#qodef-page-wrapper,
#qodef-page-outer,
#qodef-page-inner {
  overflow: visible;
}

#qodef-page-inner {
  padding: 0;
}

main {
  overflow: clip;
}

.qodef-content-grid,
#qodef-page-header-inner {
  width: min(100% - 72px, 1260px);
}

body.deon-core-1xa,
body.deon-core-1xa button,
body.deon-core-1xa input,
body.deon-core-1xa select,
body.deon-core-1xa textarea {
  font-family: "Heebo", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.deon-h1,
.deon-h2,
.deon-h3 {
  color: var(--xa-ink);
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  max-width: 680px;
  margin: 18px 0 24px;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.08em;
}

h2 {
  max-width: 790px;
  margin: 0 0 18px;
  font-size: clamp(35px, 3.2vw, 52px);
  line-height: 1.1em;
}

h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 1.7vw, 31px);
  line-height: 1.16em;
}

p {
  color: var(--xa-text);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55em;
}

.deon-eyebrow {
  margin: 0 0 16px;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.33em;
  text-transform: uppercase;
  color: #078574;
}

/* Deon header recovery */
#qodef-page-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: block;
  height: 92px;
  border-bottom: 1px solid rgba(7, 9, 21, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(28, 42, 70, 0.05);
  backdrop-filter: blur(18px);
}

#qodef-page-header-inner {
  height: 100%;
  padding: 0;
}

.qodef-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: clamp(18px, 2.4vw, 34px);
}

#qodef-page-header .qodef-header-logo-link {
  height: 92px;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  width: 142px;
  max-width: 142px;
  max-height: 54px;
  object-fit: contain;
}

.qodef-header-navigation {
  flex: 1 1 auto;
}

.qodef-header-navigation > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.15vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-header-navigation > ul > li {
  margin: 0;
}

.qodef-header-navigation > ul > li > a,
.deon-header-demo-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #1b1b1b;
  transition: color 0.25s ease, transform 0.25s ease;
}

.qodef-header-navigation > ul > li > a:hover,
.deon-header-demo-link:hover,
.qodef-mobile-header-navigation a:hover,
.deon-footer-nav a:hover {
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
}

.qodef-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.qodef-theme-button.deon-header-login-button {
  min-height: 0;
  padding: 14px 28px 12px;
  color: #fff;
}

#qodef-page-mobile-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: none;
  height: 72px;
  border-bottom: 1px solid rgba(7, 9, 21, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(28, 42, 70, 0.05);
  backdrop-filter: blur(16px);
}

#qodef-page-mobile-header-inner {
  width: min(100% - 34px, 760px);
  height: 72px;
  padding: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  height: 72px;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
  width: 124px;
  max-width: 124px;
  max-height: 50px;
  object-fit: contain;
}

.qodef-mobile-header-opener.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  border: 1px solid var(--xa-line);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.qodef-mobile-header-opener.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 3px 0;
  background: var(--xa-ink);
}

.qodef-mobile-header-navigation[hidden] {
  display: none !important;
}

.qodef-mobile-header-navigation {
  display: block;
  border-top: 1px solid rgba(7, 9, 21, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.qodef-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 16px 0 22px;
  list-style: none;
}

.qodef-mobile-header-navigation > ul > li > a {
  display: block;
  padding: 11px 0;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--xa-ink);
}

/* Core rhythm */
.deon-section {
  padding: clamp(68px, 7vw, 104px) 0;
}

.deon-section-heading {
  max-width: 900px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.deon-section-heading p {
  max-width: 780px;
  color: var(--xa-muted);
  font-size: 18px;
}

/* Homepage hero recovery */
.deon-hero {
  position: relative;
  padding: clamp(58px, 6vw, 96px) 0 clamp(54px, 7vw, 92px);
  background:
    linear-gradient(115deg, transparent 0 17%, rgba(92, 194, 237, 0.14) 17.15% 18.05%, transparent 18.2% 61%, rgba(40, 220, 199, 0.11) 61.15% 62.05%, transparent 62.2%),
    radial-gradient(circle at 86% 17%, rgba(117, 100, 245, 0.08), transparent 30%),
    linear-gradient(180deg, #f7fcff 0%, #fff 100%);
}

.deon-hero::after,
.deon-investor-hero::after {
  content: "";
  position: absolute;
  right: max(3vw, 24px);
  top: 42px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(92, 194, 237, 0.24);
  border-radius: 50%;
  background: radial-gradient(circle at 52% 52%, rgba(117, 100, 245, 0.18), transparent 52%);
  pointer-events: none;
}

.deon-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.deon-hero-copy > p:not(.deon-eyebrow),
.deon-investor-copy > p:not(.deon-eyebrow) {
  max-width: 640px;
  color: #3d4f68;
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.58em;
}

.deon-hero-visual,
.deon-investor-media {
  position: relative;
}

.deon-hero-visual::before,
.deon-investor-media::before {
  content: "";
  position: absolute;
  inset: 9% 3% 1%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(92, 194, 237, 0.24), rgba(117, 100, 245, 0.1) 48%, transparent 72%);
  filter: blur(5px);
  pointer-events: none;
}

.deon-video-frame,
.deon-image-frame {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: visible;
}

.deon-video-frame video,
.deon-image-frame img {
  width: 100%;
  height: auto;
  background: transparent;
}

.deon-hero-media {
  max-width: 650px;
  margin-left: auto;
}

.deon-hero-media video {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  filter: drop-shadow(0 24px 54px rgba(28, 42, 70, 0.16));
}

.deon-investor-video,
.deon-story-card .deon-video-frame,
.deon-story-card .deon-image-frame {
  overflow: hidden;
  border: 1px solid rgba(7, 9, 21, 0.1);
  background: #fff;
  box-shadow: var(--xa-card-shadow);
}

.deon-investor-video {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
}

.deon-investor-video video,
.deon-story-card video,
.deon-story-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.deon-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 31px;
}

.deon-cta-row.centered {
  justify-content: center;
}

.qodef-theme-button.deon-button,
.deon-demo-form button {
  position: relative;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 16px 34px 14px;
  background: var(--xa-deon-gradient);
  background-size: 200% 200%;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.33em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(93, 98, 238, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.45s ease;
}

.qodef-theme-button.deon-button:hover,
.deon-demo-form button:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 0 22px 48px rgba(93, 98, 238, 0.24);
}

.qodef-theme-button.deon-button-secondary {
  color: var(--xa-ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--xa-line), 0 14px 32px rgba(28, 42, 70, 0.07);
}

.qodef-theme-button.deon-button-secondary:hover {
  color: #fff;
  background: var(--xa-deon-gradient);
}

.deon-proof-strip,
.deon-audience-chips,
.deon-ai-band,
.deon-footer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.deon-surface-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px 8px;
  border: 1px solid rgba(92, 194, 237, 0.38);
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--xa-gradient) border-box;
  color: #1b1b1b;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.25em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(28, 42, 70, 0.04);
}

/* Deon-style cards and grids */
.deon-feature-grid,
.deon-investor-card-grid,
.deon-module-matrix,
.deon-post-grid,
.deon-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}

.deon-gradient-card,
.deon-module-card,
.deon-post-card,
.deon-story-card,
.deon-thesis-card {
  position: relative;
  min-height: 218px;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(7, 9, 21, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.86)),
    #fff;
  box-shadow: var(--xa-card-shadow);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.deon-gradient-card::before,
.deon-module-card::before,
.deon-post-card::before,
.deon-thesis-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--xa-deon-gradient);
  background-size: 250% 250%;
  animation: qodef-background-gradient 12s linear infinite;
}

.deon-gradient-card::after,
.deon-module-card::after,
.deon-post-card::after,
.deon-thesis-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -78px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(92, 194, 237, 0.18), transparent 68%);
  pointer-events: none;
}

.deon-gradient-card:hover,
.deon-module-card:hover,
.deon-post-card:hover,
.deon-story-card:hover,
.deon-thesis-card:hover {
  transform: translateY(-6px);
  border-color: rgba(92, 194, 237, 0.32);
  box-shadow: var(--xa-card-shadow-hover);
}

.deon-card-index,
.deon-post-card span {
  display: inline-block;
  margin-bottom: clamp(26px, 3vw, 42px);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
}

.deon-gradient-card h3,
.deon-module-card h3,
.deon-post-card h2,
.deon-story-card h3 {
  position: relative;
  z-index: 1;
}

.deon-gradient-card p,
.deon-module-card p,
.deon-post-card p,
.deon-story-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--xa-muted);
}

.deon-module-card {
  min-height: 198px;
}

.deon-module-card div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.deon-story-card {
  display: grid;
  min-height: 0;
  gap: 22px;
  padding: 16px;
}

.deon-story-card > div:last-child {
  padding: 0 10px 14px;
}

.deon-ai-section .qodef-content-grid,
.deon-final-cta-section .qodef-content-grid {
  padding: clamp(30px, 4.6vw, 58px);
  border: 1px solid rgba(7, 9, 21, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.88)),
    #fff;
  box-shadow: var(--xa-card-shadow);
}

/* Investors */
.deon-investor-hero {
  position: relative;
  padding: clamp(62px, 6vw, 98px) 0 clamp(54px, 6vw, 82px);
  background:
    radial-gradient(circle at 86% 20%, rgba(244, 169, 58, 0.11), transparent 31%),
    linear-gradient(180deg, #f7fcff 0%, #fff 100%);
}

.deon-investor-hero .qodef-content-grid {
  width: min(100% - 72px, 1600px);
}

.deon-investor-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(470px, 0.82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 5vw, 96px);
}

.deon-investor-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

.deon-investor-hero h1 {
  max-width: 760px;
}

.deon-investor-media {
  justify-self: stretch;
  width: 100%;
}

.deon-investor-media::before {
  inset: 4% -1% -3%;
}

.deon-investor-platform {
  background: #fff;
}

.deon-investor-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deon-investor-card-grid .deon-gradient-card {
  min-height: 232px;
}

.deon-audience-section {
  background: linear-gradient(180deg, #f7fcff 0%, #fff 100%);
}

.deon-audience-chips {
  margin-top: 0;
}

.deon-investor-cta {
  padding: clamp(68px, 7vw, 104px) 0;
}

.deon-thesis-card {
  display: flex;
  min-height: clamp(310px, 27vw, 390px);
  align-items: center;
  align-content: center;
  justify-content: stretch;
  flex-wrap: wrap;
  gap: clamp(14px, 1.6vw, 20px);
  padding: clamp(30px, 4vw, 52px);
}

.deon-thesis-card .deon-surface-chip {
  position: relative;
  z-index: 1;
  flex: 1 1 calc(50% - 10px);
  min-width: min(100%, 230px);
  min-height: 74px;
  justify-content: flex-start;
  padding: 20px 22px 18px;
  background:
    linear-gradient(140deg, #fff 0%, #f8fdff 72%, rgba(92, 194, 237, 0.12) 100%) padding-box,
    var(--xa-gradient) border-box;
  color: #080b18;
  font-size: clamp(12px, 0.82vw, 14px);
  letter-spacing: 0.15em;
  text-align: left;
  box-shadow: 0 18px 42px rgba(28, 42, 70, 0.08);
}

/* Demo and editorial pages */
.deon-demo-panel {
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(430px, 1.18fr);
  gap: clamp(30px, 4vw, 58px);
  width: min(100% - 72px, 1180px);
  margin: clamp(38px, 4vw, 64px) auto clamp(68px, 7vw, 104px);
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(7, 9, 21, 0.1);
  background: #fff;
  box-shadow: var(--xa-card-shadow-hover);
}

.deon-demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.deon-demo-form label {
  display: grid;
  gap: 8px;
  color: #1b1b1b;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.deon-demo-form .full,
.deon-demo-form button,
.deon-demo-form [data-1xa-demo-status] {
  grid-column: 1 / -1;
}

.deon-demo-form input,
.deon-demo-form select,
.deon-demo-form textarea {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border: 1px solid rgba(7, 9, 21, 0.15);
  border-radius: 0;
  background: #fff;
  color: var(--xa-ink);
  font-family: "Heebo", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  padding: 12px 15px;
}

.deon-demo-form textarea {
  min-height: 134px;
  resize: vertical;
}

.deon-demo-form .hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.deon-demo-form button {
  width: 100%;
  cursor: pointer;
}

.deon-post-card {
  display: block;
  color: inherit;
}

.deon-resources-library {
  background: linear-gradient(180deg, #fff 0%, #f7fcff 100%);
}

.deon-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}

.deon-resource-card {
  min-height: 248px;
}

.deon-resource-card h3 {
  font-size: clamp(23px, 2vw, 32px);
}

.deon-resource-card em {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 24px;
  color: #1457ff;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deon-post-card h2 {
  font-size: clamp(29px, 2.7vw, 42px);
}

.deon-article-page {
  width: min(100% - 72px, 1060px);
  margin: 0 auto;
  padding: clamp(68px, 7vw, 104px) 0;
}

.deon-article-lede {
  max-width: 800px;
  margin-bottom: 34px;
  color: var(--xa-text);
  font-size: 20px;
}

.deon-article-meta,
.deon-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.deon-article-meta span,
.deon-article-tags span {
  border: 1px solid rgba(66, 167, 244, 0.26);
  background: rgba(255, 255, 255, 0.72);
  color: #425466;
  min-height: 34px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.25;
}

.deon-article-tags {
  margin-bottom: 24px;
}

.deon-article-toc,
.deon-article-checklist,
.deon-article-faq,
.deon-article-links,
.deon-article-note,
.deon-article-sources {
  border: 1px solid rgba(66, 167, 244, 0.24);
  background:
    radial-gradient(circle at 8% 12%, rgba(40, 240, 208, 0.12), transparent 28%),
    radial-gradient(circle at 92% 88%, rgba(246, 180, 59, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.9));
  box-shadow: 0 24px 62px rgba(5, 15, 30, 0.08), inset 0 1px rgba(255, 255, 255, 0.78);
}

.deon-article-toc {
  display: grid;
  gap: 10px;
  margin: 34px 0 46px;
  padding: 24px;
}

.deon-article-toc span,
.deon-article-links h2,
.deon-article-checklist h2,
.deon-article-faq h2,
.deon-article-sources h2 {
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
}

.deon-article-toc span {
  font-size: 17px;
  font-weight: 700;
}

.deon-article-toc a,
.deon-article-links a {
  color: #1457ff;
  font-weight: 700;
  text-decoration: none;
}

.deon-article-section {
  border-top: 1px solid rgba(7, 20, 41, 0.12);
  padding: 42px 0 10px;
}

.deon-article-section h2,
.deon-article-checklist h2,
.deon-article-faq h2,
.deon-article-links h2,
.deon-article-sources h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 2.45vw, 42px);
  line-height: 1.16;
}

.deon-article-section p,
.deon-article-note p,
.deon-article-sources li,
.deon-article-faq p {
  color: #425466;
  font-size: 18px;
  line-height: 1.7;
}

.deon-article-list,
.deon-article-checklist-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.deon-article-list li,
.deon-article-checklist-list li {
  position: relative;
  padding-left: 30px;
  color: #314158;
  font-size: 17px;
  line-height: 1.62;
}

.deon-article-list li::before,
.deon-article-checklist-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #42a7f4;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(40, 240, 208, 0.12);
}

.deon-article-checklist,
.deon-article-faq,
.deon-article-links,
.deon-article-sources {
  margin-top: 44px;
  padding: clamp(28px, 4vw, 44px);
}

.deon-article-faq details {
  border-top: 1px solid rgba(7, 20, 41, 0.12);
  padding: 18px 0;
}

.deon-article-faq summary {
  cursor: pointer;
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.deon-article-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.deon-article-links a {
  border: 1px solid rgba(20, 87, 255, 0.28);
  background: rgba(255, 255, 255, 0.72);
  min-height: 42px;
  padding: 11px 14px;
}

.deon-article-note {
  margin-top: 44px;
  padding: 24px;
  border-color: rgba(246, 180, 59, 0.38);
}

.deon-article-note strong {
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
  font-size: 17px;
}

.deon-article-sources .deon-article-list {
  margin-top: 14px;
}

/* Footer */
#qodef-page-footer {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(92, 194, 237, 0.1), transparent 28%),
    linear-gradient(180deg, #161616 0%, #101010 100%);
  color: #fff;
}

#qodef-page-footer-top-area {
  padding: clamp(58px, 6vw, 88px) 0 clamp(36px, 4vw, 54px);
}

.deon-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(520px, 1.45fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: start;
}

.deon-footer-brand img {
  width: clamp(140px, 12vw, 174px);
  height: auto;
  margin-bottom: 20px;
}

.deon-footer-brand {
  max-width: 440px;
}

.deon-footer-brand p,
#qodef-page-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.deon-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 46px);
  align-items: start;
}

.deon-footer-column {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.deon-footer-column h2 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.deon-footer-column a,
.deon-footer-cookie-button {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.deon-footer-column a:hover,
.deon-footer-column a:focus-visible,
.deon-footer-cookie-button:hover,
.deon-footer-cookie-button:focus-visible {
  color: rgba(255, 255, 255, 0.82);
  transform: translateX(3px);
}

#qodef-page-footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
}

.deon-footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.deon-footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.deon-footer-legal a {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.deon-footer-legal a:hover,
.deon-footer-legal a:focus-visible {
  color: #fff;
}

/* Deon-inspired effects */
.deon-gradient-card,
.deon-module-card,
.deon-post-card,
.deon-story-card,
.deon-thesis-card,
.deon-section-heading,
.deon-hero-copy,
.deon-hero-visual,
.deon-investor-copy,
.deon-investor-media {
  opacity: 1;
  transform: translateY(0);
}

.deon-hero-copy,
.deon-hero-visual {
  animation: deonReveal 0.76s cubic-bezier(0.21, 0.82, 0.28, 1) forwards;
  animation-delay: var(--tile-delay, 0ms);
}

.deon-hero-visual {
  animation-delay: 110ms;
}

.deon-revealed {
  animation: deonReveal 0.6s cubic-bezier(0.21, 0.82, 0.28, 1) both;
  animation-delay: var(--tile-delay, 0ms);
}

@keyframes deonReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.deon-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(92, 194, 237, 0.8);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-100px, -100px, 0);
  transition: opacity 0.22s ease, width 0.18s ease, height 0.18s ease, border-color 0.18s ease;
  mix-blend-mode: multiply;
}

.deon-cursor span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--xa-gradient);
  transform: translate(-50%, -50%);
}

body.deon-cursor-ready .deon-cursor {
  opacity: 1;
}

body.deon-cursor-active .deon-cursor {
  width: 48px;
  height: 48px;
  border-color: rgba(117, 100, 245, 0.72);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .deon-gradient-card,
  .deon-module-card,
  .deon-post-card,
  .deon-story-card,
  .deon-thesis-card,
  .deon-section-heading,
  .deon-hero-copy,
  .deon-hero-visual,
  .deon-investor-copy,
  .deon-investor-media {
    opacity: 1;
    transform: none;
  }
}

@media (pointer: coarse), (max-width: 1024px) {
  .deon-cursor {
    display: none;
  }
}

@media (max-width: 1180px) {
  #qodef-page-header {
    display: none;
  }

  #qodef-page-mobile-header {
    display: block;
  }

  .deon-hero-grid,
  .deon-investor-hero-grid,
  .deon-investor-cta-grid,
  .deon-demo-panel {
    grid-template-columns: 1fr;
  }

  .deon-hero-media,
  .deon-investor-video {
    max-width: 760px;
    margin: 0 auto;
  }

  .deon-hero-copy,
  .deon-investor-copy {
    max-width: 860px;
  }
}

@media (max-width: 980px) {
  .qodef-content-grid,
  #qodef-page-header-inner {
    width: min(100% - 46px, 760px);
  }

  .deon-feature-grid,
  .deon-investor-card-grid,
  .deon-module-matrix,
  .deon-resource-grid,
  .deon-post-grid,
  .deon-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deon-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .deon-footer-brand {
    grid-column: auto;
    max-width: 620px;
  }

  .deon-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .qodef-content-grid,
  #qodef-page-header-inner {
    width: 86%;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  h2 {
    font-size: clamp(33px, 9vw, 44px);
  }

  .deon-hero,
  .deon-section,
  .deon-investor-hero,
  .deon-investor-cta {
    padding-block: 52px;
  }

  .deon-feature-grid,
  .deon-investor-card-grid,
  .deon-module-matrix,
  .deon-resource-grid,
  .deon-post-grid,
  .deon-story-grid,
  .deon-demo-form,
  .deon-footer-grid {
    grid-template-columns: 1fr;
  }

  .deon-gradient-card,
  .deon-module-card,
  .deon-resource-card,
  .deon-post-card,
  .deon-thesis-card {
    min-height: 0;
  }

  .deon-card-index,
  .deon-post-card span {
    margin-bottom: 22px;
  }

  .deon-demo-panel,
  .deon-article-page {
    width: 86%;
  }

  .deon-thesis-card .deon-surface-chip {
    flex-basis: 100%;
  }

  .deon-footer-columns {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .deon-footer-bottom-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .deon-demo-panel {
    padding: 24px;
  }

  .qodef-theme-button.deon-button {
    width: 100%;
    justify-content: center;
  }
}

/* Legal pages and cookie consent */
.deon-footer-address {
  display: block;
  max-width: 280px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.deon-footer-cookie-button {
  appearance: none;
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.deon-footer-cookie-button:hover,
.deon-footer-cookie-button:focus-visible {
  color: #fff;
}

.deon-legal-page {
  background:
    radial-gradient(circle at 88% 10%, rgba(111, 92, 246, 0.12), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7fcff 100%);
  padding: clamp(130px, 13vw, 190px) 0 clamp(78px, 8vw, 130px);
}

.deon-legal-hero {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.deon-legal-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 600;
  line-height: 0.96;
}

.deon-legal-hero .deon-article-lede {
  max-width: 760px;
  margin: 26px 0 0;
  color: #46566f;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.6;
}

.deon-legal-updated {
  margin: 24px 0 0;
  color: #6d7890;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deon-legal-grid {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}

.deon-legal-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 10px;
}

.deon-legal-sidebar a,
.deon-legal-sidebar button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: #050714;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(5, 7, 20, 0.16);
  border-radius: 0;
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(7, 20, 41, 0.06);
}

.deon-legal-sidebar a[aria-current="page"],
.deon-legal-sidebar a:hover,
.deon-legal-sidebar button:hover,
.deon-legal-sidebar a:focus-visible,
.deon-legal-sidebar button:focus-visible {
  border-color: rgba(66, 167, 244, 0.55);
  background: linear-gradient(135deg, rgba(40, 240, 208, 0.12), rgba(66, 167, 244, 0.12), rgba(111, 92, 246, 0.1));
}

.deon-legal-content {
  display: grid;
  gap: 18px;
}

.deon-legal-section {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 44px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 20, 41, 0.12);
  box-shadow: 0 28px 74px rgba(7, 20, 41, 0.08);
}

.deon-legal-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 3px;
  background: linear-gradient(90deg, #28f0d0, #42a7f4, #6f5cf6, #f6b43b);
}

.deon-legal-section h2 {
  margin: 0 0 18px;
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

.deon-legal-section p,
.deon-legal-section li {
  color: #526177;
  font-size: 17px;
  line-height: 1.75;
}

.deon-legal-section p {
  margin: 0 0 16px;
}

.deon-legal-section p:last-child {
  margin-bottom: 0;
}

.deon-legal-section ul {
  margin: 0;
  padding-left: 20px;
}

.deon-cookie-consent {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 2147483000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(720px, calc(100vw - 32px));
  padding: 20px;
  color: #eaf7ff;
  background: rgba(6, 15, 25, 0.94);
  border: 1px solid rgba(66, 167, 244, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.deon-cookie-consent[hidden] {
  display: none !important;
}

.deon-cookie-title {
  margin: 0 0 6px;
  color: #fff;
  font-family: "Syne", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.deon-cookie-consent p:not(.deon-cookie-title) {
  margin: 0;
  color: rgba(234, 247, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.deon-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.deon-cookie-actions button,
.deon-cookie-actions a {
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.deon-cookie-actions [data-1xa-cookie-accept] {
  color: #06101b;
  border-color: transparent;
  background: linear-gradient(90deg, #28f0d0, #42a7f4, #6f5cf6, #f6b43b);
}

@media (max-width: 860px) {
  .deon-legal-grid,
  .deon-cookie-consent {
    grid-template-columns: 1fr;
  }

  .deon-legal-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deon-cookie-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .deon-legal-sidebar {
    grid-template-columns: 1fr;
  }

  .deon-cookie-actions button,
  .deon-cookie-actions a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.deon-1xa-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: none;
  background:
    radial-gradient(circle at 42% 42%, rgba(40, 240, 208, 0.2), transparent 24rem),
    radial-gradient(circle at 58% 58%, rgba(111, 92, 246, 0.18), transparent 26rem),
    #ffffff;
  transition: opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.deon-1xa-loader.is-complete {
  opacity: 0;
  visibility: hidden;
}

.deon-1xa-loader-mark {
  position: relative;
  width: min(220px, 48vw);
  overflow: hidden;
  transform: translateY(0);
  animation: deon1xaLoaderLift 1.04s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.deon-1xa-loader-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(5, 15, 30, 0.18));
}

.deon-1xa-loader-mark span {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #28f0d0, #42a7f4, #6f5cf6, #f6b43b);
  transform-origin: left center;
  animation: deon1xaLoaderLine 0.92s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes deon1xaLoaderLift {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes deon1xaLoaderLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.deon-services-showcase,
.deon-service-hero-panel,
.deon-process-section {
  position: relative;
  overflow: clip;
}

.deon-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.deon-service-card {
  position: relative;
  min-height: 260px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(66, 167, 244, 0.24);
  background:
    radial-gradient(circle at 12% 14%, rgba(40, 240, 208, 0.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(66, 167, 244, 0.14), transparent 34%),
    radial-gradient(circle at 86% 90%, rgba(246, 180, 59, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.9) 56%, rgba(255, 255, 255, 0.96));
  box-shadow: 0 26px 70px rgba(5, 15, 30, 0.1), inset 0 1px rgba(255, 255, 255, 0.74);
  transition: transform 0.28s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

.deon-service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: min(150px, 42%);
  height: 2px;
  background: linear-gradient(90deg, #28f0d0, #42a7f4, #6f5cf6, #f6b43b);
}

.deon-service-card span {
  display: inline-flex;
  margin-bottom: clamp(30px, 4vw, 52px);
  color: #050714;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.deon-service-card h3,
.deon-process-rail h3 {
  margin: 0 0 14px;
  color: #050714;
  font-family: "Syne", Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.08;
}

.deon-service-card p,
.deon-process-rail p {
  margin: 0;
  color: #56677a;
  font-size: 16px;
  line-height: 1.68;
}

.deon-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(40, 240, 208, 0.4);
  box-shadow: 0 34px 84px rgba(5, 15, 30, 0.16), inset 0 1px rgba(255, 255, 255, 0.82);
}

.deon-process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  counter-reset: process-step;
}

.deon-process-rail article {
  position: relative;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(66, 167, 244, 0.22);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(5, 15, 30, 0.08);
}

.deon-process-rail article::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #28f0d0, #42a7f4, #6f5cf6, #f6b43b);
}

.deon-process-rail span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  color: #4d78ff;
  border: 1px solid rgba(77, 120, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.deon-service-card,
.deon-process-rail article {
  opacity: 0;
  transform: translateY(18px);
}

.deon-service-card.deon-revealed,
.deon-process-rail article.deon-revealed {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--tile-delay, 0ms);
}

@media (max-width: 1080px) {
  .deon-service-grid,
  .deon-process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .deon-service-grid,
  .deon-process-rail {
    grid-template-columns: 1fr;
  }

  .deon-service-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .deon-1xa-loader,
  .deon-1xa-loader-mark,
  .deon-1xa-loader-mark span,
  .deon-service-card,
  .deon-process-rail article {
    animation: none !important;
    transition: none !important;
  }

  .deon-service-card,
  .deon-process-rail article {
    opacity: 1;
    transform: none;
  }
}
