/* Axovern Home — design from Axovern Home.dc.html */

.dc-home {
  --dc-ink: #0f1714;
  --dc-ink-2: #46554d;
  --dc-ink-3: #6b7a72;
  --dc-muted: #5a6960;
  --dc-green: #2fa265;
  --dc-lime: #8fd44e;
  --dc-cyan: #22c7c0;
  --dc-blue: #4aa6f0;
  --dc-paper: #f4f6f3;
  --dc-dark: #0c1a16;
  --dc-darker: #081411;
  --dc-grad: linear-gradient(95deg, #8fd44e, #22c7c0 55%, #4aa6f0);
  --dc-font-display: "Fraunces", Georgia, serif;
  --dc-font-body: "Inter", system-ui, sans-serif;
  --dc-font-mono: "JetBrains Mono", ui-monospace, monospace;
  --dc-max: 1240px;
  --dc-gut: clamp(20px, 4vw, 40px);
  font-family: var(--dc-font-body);
  color: var(--dc-ink);
  background: #fff;
}

.dc-wrap {
  max-width: var(--dc-max);
  margin: 0 auto;
  padding-inline: var(--dc-gut);
}

.dc-mono {
  font-family: var(--dc-font-mono);
}

.dc-display {
  font-family: var(--dc-font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.dc-eyebrow {
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dc-green);
}

.dc-eyebrow--dark {
  color: #7fe08a;
}

.dc-mark {
  position: relative;
  white-space: nowrap;
}

.dc-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 13px;
  background: var(--dc-grad);
  opacity: 0.92;
  z-index: -1;
  border-radius: 2px;
}

.dc-grad-text {
  font-style: italic;
  background: var(--dc-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes dcUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes dcMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes dcPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px #7fe08a; }
  50% { opacity: 0.55; box-shadow: 0 0 16px #7fe08a; }
}

@keyframes dcLineGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.dc-rev {
  animation: dcUp 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.dc-rev.d1 { animation-delay: 0.04s; }
.dc-rev.d2 { animation-delay: 0.08s; }
.dc-rev.d3 { animation-delay: 0.12s; }
.dc-rev.d4 { animation-delay: 0.16s; }
.dc-rev.d5 { animation-delay: 0.2s; }
.dc-rev.d6 { animation-delay: 0.24s; }

/* Hero */
.dc-hero {
  position: relative;
  background: var(--dc-paper);
  background-image:
    linear-gradient(rgba(15, 30, 22, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 30, 22, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  overflow: hidden;
}

.dc-hero__glow {
  position: absolute;
  top: -140px;
  right: -80px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(143, 212, 78, 0.16), rgba(74, 166, 240, 0.1) 45%, transparent 70%);
  pointer-events: none;
}

.dc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 48px;
  align-items: center;
  padding: clamp(56px, 8vw, 88px) 0 clamp(64px, 9vw, 96px);
}

.dc-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid rgba(15, 30, 22, 0.08);
  border-radius: 100px;
  padding: 7px 15px;
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dc-green);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.dc-hero__kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(120deg, #8fd44e, #22c7c0);
}

.dc-hero__label {
  margin: 26px 0 8px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dc-muted);
}

.dc-hero h1 {
  margin: 0;
  font-family: var(--dc-font-display);
  font-size: clamp(2.75rem, 5.6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--dc-ink);
}

.dc-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: #1c2b22;
}

.dc-hero__lede {
  margin: 28px 0 0;
  max-width: 500px;
  font-size: clamp(1rem, 1.4vw, 1.19rem);
  line-height: 1.6;
  color: var(--dc-ink-2);
}

.dc-hero__frameworks {
  display: flex;
  margin-top: 18px;
  font-family: var(--dc-font-mono);
  font-size: 0.78rem;
  color: var(--dc-muted);
}

.dc-hero__frameworks span {
  color: var(--dc-green);
}

.dc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dc-btn-prime {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: var(--dc-grad);
  color: #06140e;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 26px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(34, 199, 192, 0.28);
  transition: filter 0.15s, transform 0.15s;
}

.dc-btn-prime:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.dc-btn-ghost {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(15, 30, 22, 0.14);
  color: #1c2b22;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 26px;
  border-radius: 10px;
  transition: border-color 0.15s;
}

.dc-btn-ghost:hover {
  border-color: rgba(15, 30, 22, 0.3);
}

.dc-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 40px;
}

.dc-hero__stat strong {
  display: block;
  font-family: var(--dc-font-display);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}

.dc-hero__stat span {
  display: block;
  margin-top: 2px;
  font-size: 0.8125rem;
  color: var(--dc-ink-3);
}

.dc-hero__stat-sep {
  width: 1px;
  background: rgba(15, 30, 22, 0.1);
  align-self: stretch;
}

/* Lineage panel */
.dc-lineage {
  position: relative;
  background: var(--dc-dark);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(8, 24, 18, 0.28);
  overflow: hidden;
}

.dc-lineage__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #5e7a6e;
  margin-bottom: 22px;
}

.dc-lineage__path {
  color: #9db4a8;
}

.dc-lineage__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7fe08a;
}

.dc-lineage__live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fe08a;
  animation: dcPulse 2s ease-in-out infinite;
}

.dc-lineage__node {
  border-radius: 10px;
  padding: 13px 16px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s, transform 0.45s;
}

.dc-lineage.is-live .dc-lineage__node {
  opacity: 1;
  transform: none;
}

.dc-lineage__node--control {
  background: rgba(143, 212, 78, 0.08);
  border: 1px solid rgba(143, 212, 78, 0.22);
  transition-delay: 0.1s;
}

.dc-lineage__node--evidence {
  background: rgba(34, 199, 192, 0.08);
  border: 1px solid rgba(34, 199, 192, 0.22);
  transition-delay: 0.35s;
}

.dc-lineage__node--owner {
  background: rgba(74, 166, 240, 0.08);
  border: 1px solid rgba(74, 166, 240, 0.22);
  transition-delay: 0.6s;
}

.dc-lineage__node--proof {
  background: linear-gradient(95deg, rgba(143, 212, 78, 0.14), rgba(74, 166, 240, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition-delay: 0.85s;
}

.dc-lineage__tag {
  font-family: var(--dc-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.dc-lineage__node--control .dc-lineage__tag { color: #8fd44e; }
.dc-lineage__node--evidence .dc-lineage__tag { color: #2fc9b8; }
.dc-lineage__node--owner .dc-lineage__tag { color: #5bb6ee; }
.dc-lineage__node--proof .dc-lineage__tag { color: #9dd6f2; }

.dc-lineage__title {
  color: #e7efe9;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 3px;
}

.dc-lineage__node--proof .dc-lineage__title {
  color: #fff;
  font-weight: 700;
}

.dc-lineage__connector {
  width: 2px;
  height: 16px;
  margin: 0 auto;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dc-lineage.is-live .dc-lineage__connector {
  transform: scaleY(1);
}

.dc-lineage__connector:nth-of-type(2) { background: linear-gradient(180deg, #8fd44e, #22c7c0); transition-delay: 0.25s; }
.dc-lineage__connector:nth-of-type(4) { background: linear-gradient(180deg, #22c7c0, #4aa6f0); transition-delay: 0.5s; }
.dc-lineage__connector:nth-of-type(6) { background: linear-gradient(180deg, #4aa6f0, #9ce06a); transition-delay: 0.75s; }

.dc-lineage__answered {
  font-family: var(--dc-font-mono);
  font-size: 0.75rem;
  color: #7fe08a;
  white-space: nowrap;
}

.dc-lineage__foot {
  text-align: center;
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  color: #62786e;
  margin-top: 18px;
}

/* Marquee */
.dc-marquee {
  background: var(--dc-dark);
  overflow: hidden;
}

.dc-marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: dcMarquee 32s linear infinite;
  padding: 16px 0;
}

.dc-marquee__track span {
  display: inline-flex;
  align-items: center;
  font-family: var(--dc-font-mono);
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: #a6bbb0;
}

.dc-marquee__track span > span {
  padding: 0 26px;
}

.dc-marquee__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 0 !important;
}

/* Standards strip */
.dc-standards {
  background: #fff;
  border-bottom: 1px solid rgba(15, 30, 22, 0.07);
}

.dc-standards__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 30px var(--dc-gut);
}

.dc-standards__label {
  font-family: var(--dc-font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a988f;
}

.dc-standards__chips {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.dc-chip {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #33423b;
  padding: 7px 16px;
  border: 1px solid rgba(15, 30, 22, 0.1);
  border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.dc-chip:hover {
  border-color: rgba(34, 199, 192, 0.45);
  background: rgba(143, 212, 78, 0.06);
}

/* Sections */
.dc-sec {
  padding: clamp(64px, 9vw, 96px) 0;
}

.dc-sec--dark {
  position: relative;
  background: var(--dc-darker);
  overflow: hidden;
  color: #f2f7f2;
}

.dc-sec--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(143, 212, 78, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 166, 240, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.dc-sec--paper {
  background: var(--dc-paper);
}

.dc-sec__glow {
  position: absolute;
  top: -160px;
  left: -100px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 199, 192, 0.16), rgba(74, 166, 240, 0.07) 45%, transparent 70%);
  pointer-events: none;
}

.dc-sec__inner {
  position: relative;
}

.dc-sec h2 {
  margin: 18px 0 0;
  font-family: var(--dc-font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.dc-sec p.lead {
  margin: 24px 0 0;
  max-width: 680px;
  font-size: clamp(1rem, 1.4vw, 1.19rem);
  line-height: 1.6;
  color: var(--dc-ink-2);
}

.dc-sec--dark p.lead {
  color: #a6bbb0;
}

.dc-sec--dark p.lead strong {
  color: #e7efe9;
}

/* Wedge cards */
.dc-wedge {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}

.dc-wedge__card {
  border-radius: 16px;
  padding: 28px;
}

.dc-wedge__card--old {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dc-wedge__card--new {
  background: linear-gradient(160deg, rgba(143, 212, 78, 0.1), rgba(74, 166, 240, 0.08));
  border: 1px solid rgba(143, 212, 78, 0.25);
}

.dc-wedge__label {
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dc-wedge__card--old .dc-wedge__label { color: #c97a6d; }
.dc-wedge__card--new .dc-wedge__label { color: #9ce06a; }

.dc-wedge__row {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.97rem;
  line-height: 1.5;
}

.dc-wedge__card--old .dc-wedge__row { color: #a6bbb0; }
.dc-wedge__card--new .dc-wedge__row { color: #e7efe9; }

.dc-wedge__row:last-child { margin-bottom: 0; }
.dc-wedge__card--old .dc-wedge__row span:first-child { color: #c97a6d; }
.dc-wedge__card--new .dc-wedge__row span:first-child { color: #9ce06a; }

/* Steps — flowing motion graphic 1 → 2 → 3 */
.dc-steps {
  margin-top: 56px;
}

.dc-steps__track {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.dc-step {
  flex: 1 1 0;
  min-width: 0;
}

.dc-step__num-wrap {
  position: relative;
  width: 68px;
  height: 68px;
}

.dc-step__ring {
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  border: 2px solid transparent;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.35s, transform 0.35s, border-color 0.35s;
  pointer-events: none;
}

.dc-step.is-active .dc-step__ring {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(34, 199, 192, 0.55);
  box-shadow: 0 0 24px rgba(34, 199, 192, 0.35);
}

.dc-steps__flow {
  position: relative;
  flex: 1 1 clamp(32px, 8vw, 96px);
  min-width: 20px;
  max-width: 120px;
  align-self: flex-start;
  margin-top: 33px;
  height: 4px;
}

.dc-steps__flow-rail {
  position: absolute;
  inset: 1px 0;
  border-radius: 99px;
  background: rgba(15, 30, 22, 0.08);
  overflow: hidden;
}

.dc-steps__flow-energy {
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #8fd44e, #22c7c0 55%, #4aa6f0);
  box-shadow: 0 0 12px rgba(34, 199, 192, 0.35);
  transition: width 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
  overflow: hidden;
}

.dc-steps.is-live .dc-steps__flow-energy {
  width: 100%;
}

.dc-steps.is-live .dc-steps__flow:nth-of-type(2) .dc-steps__flow-energy {
  transition-delay: 0.35s;
}

.dc-steps.is-live .dc-steps__flow:nth-of-type(4) .dc-steps__flow-energy {
  transition-delay: 0.7s;
}

.dc-steps__flow-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #22c7c0;
  box-shadow: 0 0 0 3px rgba(34, 199, 192, 0.22), 0 0 16px rgba(34, 199, 192, 0.75);
  opacity: 0;
  pointer-events: none;
}

.dc-steps.is-flowing .dc-steps__flow-dot {
  animation: dcStepFlowDot 1.35s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
}

.dc-steps.is-flowing .dc-steps__flow:nth-of-type(2) .dc-steps__flow-dot {
  animation-delay: 0s;
}

.dc-steps.is-flowing .dc-steps__flow:nth-of-type(4) .dc-steps__flow-dot {
  animation-delay: 1.35s;
}

@keyframes dcStepFlowDot {
  0% {
    left: 0;
    opacity: 0;
    transform: scale(0.65);
  }
  12% {
    opacity: 1;
    transform: scale(1);
  }
  88% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 10px);
    opacity: 0;
    transform: scale(0.65);
  }
}

.dc-steps.is-flowing .dc-steps__flow-energy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  animation: dcStepFlowShimmer 2.7s linear infinite;
}

.dc-steps.is-flowing .dc-steps__flow:nth-of-type(4) .dc-steps__flow-energy::after {
  animation-delay: 1.35s;
}

@keyframes dcStepFlowShimmer {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

.dc-step__num {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 30, 22, 0.1);
  box-shadow: 0 6px 18px rgba(8, 24, 18, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--dc-font-display);
  font-weight: 600;
  font-size: 1.875rem;
  transition: border-color 0.35s, box-shadow 0.35s, background 0.35s, color 0.35s;
}

.dc-step--1 .dc-step__num { color: #1fa56a; }
.dc-step--2 .dc-step__num { color: #1a9cb0; }
.dc-step--3 .dc-step__num {
  background: var(--dc-grad);
  box-shadow: 0 8px 22px rgba(34, 199, 192, 0.3);
  color: #06140e;
}

.dc-step.is-active .dc-step__num {
  border-color: rgba(34, 199, 192, 0.45);
  box-shadow: 0 8px 24px rgba(34, 199, 192, 0.28);
}

.dc-step--1.is-active .dc-step__num {
  box-shadow: 0 8px 24px rgba(143, 212, 78, 0.28);
  border-color: rgba(143, 212, 78, 0.45);
}

.dc-step h3 {
  margin: 22px 0 0;
  font-family: var(--dc-font-display);
  font-size: 1.5rem;
}

.dc-step p {
  margin: 10px 0 0;
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--dc-ink-2);
  max-width: 330px;
}

/* Compare table */
.dc-compare-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  hyphens: none;
}

.dc-compare-head p {
  margin: 18px 0 0;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--dc-ink-2);
}

.dc-table {
  margin-top: 52px;
  background: #fff;
  border: 1px solid rgba(15, 30, 22, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  hyphens: none;
}

.dc-table__row {
  display: grid;
  grid-template-columns: 2.1fr repeat(5, 1fr);
  align-items: center;
  border-top: 1px solid rgba(15, 30, 22, 0.07);
}

.dc-table__row:first-child {
  border-top: none;
}

.dc-table__head {
  align-items: stretch;
}

.dc-table__cap {
  padding: 20px 24px;
}

.dc-table__cap strong {
  display: block;
  font-size: 1rem;
  color: var(--dc-ink);
}

.dc-table__cap span {
  display: block;
  margin-top: 2px;
  font-size: 0.84rem;
  color: var(--dc-ink-3);
}

.dc-table__cell {
  padding: 20px 10px;
  text-align: center;
  font-size: 1.25rem;
}

.dc-table__cell--axo {
  background: rgba(143, 212, 78, 0.05);
  border-left: 1px solid rgba(15, 30, 22, 0.05);
  border-right: 1px solid rgba(15, 30, 22, 0.05);
}

.dc-table__brand {
  padding: 18px 10px;
  text-align: center;
  background: linear-gradient(180deg, rgba(143, 212, 78, 0.14), rgba(74, 166, 240, 0.1));
  border-left: 1px solid rgba(15, 30, 22, 0.06);
  border-right: 1px solid rgba(15, 30, 22, 0.06);
}

.dc-table__logo {
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 8px;
  background: var(--dc-grad);
  display: grid;
  place-items: center;
  font-family: var(--dc-font-display);
  font-weight: 600;
  color: #06140e;
  font-size: 1.05rem;
}

.dc-table__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
  font-size: 0.8125rem;
  color: var(--dc-ink-3);
  font-family: var(--dc-font-mono);
}

.dc-table__note {
  margin-top: 8px;
  font-size: 0.78rem;
  color: #94a29a;
}

.dc-full { color: #1fa56a; font-weight: 700; }
.dc-part { color: #c9b24a; }
.dc-none { color: #c4ccc7; }

/* Pillars */
.dc-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.dc-pillar {
  border: 1px solid rgba(15, 30, 22, 0.08);
  border-radius: 16px;
  padding: 30px;
  transition: border-color 0.2s, transform 0.2s;
}

.dc-pillar:hover {
  border-color: rgba(34, 199, 192, 0.4);
  transform: translateY(-2px);
}

.dc-pillar h3 {
  margin: 14px 0 0;
  font-family: var(--dc-font-display);
  font-size: 1.5625rem;
  line-height: 1.2;
}

.dc-pillar p {
  margin: 12px 0 0;
  font-size: 0.97rem;
  line-height: 1.6;
  color: var(--dc-ink-2);
}

.dc-pillar a {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--dc-green);
  text-decoration: none;
}

/* Split */
.dc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
}

.dc-split__col {
  border-radius: 16px;
  padding: 30px;
}

.dc-split__col--light {
  background: #fff;
  border: 1px solid rgba(15, 30, 22, 0.08);
}

.dc-split__col--dark {
  background: linear-gradient(160deg, #0c1a16, #0a221b);
  box-shadow: 0 18px 40px rgba(8, 24, 18, 0.2);
}

.dc-split__label {
  font-family: var(--dc-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.dc-split__col--light .dc-split__label { color: #b07a6d; }
.dc-split__col--dark .dc-split__label { color: #9ce06a; }

.dc-split__row {
  display: flex;
  gap: 11px;
  margin-bottom: 14px;
  font-size: 0.97rem;
  line-height: 1.55;
}

.dc-split__col--light .dc-split__row { color: var(--dc-ink-2); }
.dc-split__col--dark .dc-split__row { color: #d7e3db; }
.dc-split__col--light .dc-split__row span:first-child { color: #c97a6d; }
.dc-split__col--dark .dc-split__row span:first-child { color: #9ce06a; }

/* Depth grid */
.dc-depth {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.dc-depth__hero {
  grid-column: span 2;
  background: linear-gradient(150deg, rgba(143, 212, 78, 0.1), rgba(74, 166, 240, 0.07));
  border: 1px solid rgba(143, 212, 78, 0.22);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.dc-depth__hero h3 {
  margin: 14px 0 0;
  font-family: var(--dc-font-display);
  font-size: 2rem;
  line-height: 1.08;
  color: #f2f7f2;
}

.dc-depth__hero p {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #c2d2c8;
  max-width: 480px;
}

.dc-graph-chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.dc-graph-chain span {
  font-family: var(--dc-font-mono);
  font-size: 0.75rem;
  color: #e7efe9;
  border-radius: 8px;
  padding: 8px 13px;
}

.dc-graph-chain .link {
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, #8fd44e, #22c7c0);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s, opacity 0.4s;
}

.dc-graph-chain.is-live .link {
  opacity: 1;
  transform: scaleX(1);
}

.dc-graph-chain .n1 { background: rgba(143, 212, 78, 0.14); border: 1px solid rgba(143, 212, 78, 0.3); }
.dc-graph-chain .n2 { background: rgba(34, 199, 192, 0.14); border: 1px solid rgba(34, 199, 192, 0.3); }
.dc-graph-chain .n3 { background: rgba(74, 166, 240, 0.14); border: 1px solid rgba(74, 166, 240, 0.3); }
.dc-graph-chain .n4 { color: #06140e; background: linear-gradient(120deg, #8fd44e, #4aa6f0); font-weight: 500; }

.dc-depth__tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px;
}

.dc-depth__tile h3 {
  margin: 12px 0 0;
  font-family: var(--dc-font-display);
  font-size: 1.3125rem;
  color: #f2f7f2;
}

.dc-depth__tile p {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #a6bbb0;
}

.dc-depth__wide {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 30px 32px;
}

.dc-depth__wide h3 {
  margin: 10px 0 0;
  font-family: var(--dc-font-display);
  font-size: 1.5rem;
  color: #f2f7f2;
}

.dc-depth__wide p {
  margin: 8px 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #a6bbb0;
}

.dc-depth__pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dc-depth__pills span {
  font-family: var(--dc-font-mono);
  font-size: 0.8125rem;
  color: #d7e3db;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  padding: 9px 18px;
}

/* Who */
.dc-who {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.dc-who__card {
  background: var(--dc-paper);
  border-radius: 16px;
  padding: 30px;
}

.dc-who__card h3 {
  margin: 10px 0 0;
  font-family: var(--dc-font-display);
  font-size: 1.4375rem;
}

.dc-who__card p {
  margin: 10px 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--dc-ink-2);
}

.dc-who__card a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: var(--dc-green);
  text-decoration: none;
}

/* Quote */
.dc-quote {
  position: relative;
  background: var(--dc-paper);
  background-image:
    linear-gradient(rgba(15, 30, 22, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 30, 22, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
}

.dc-quote blockquote {
  margin: 0;
  padding: clamp(64px, 9vw, 100px) var(--dc-gut);
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  font-family: var(--dc-font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 2.875rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

/* FAQ */
.dc-faq {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 96px) var(--dc-gut);
}

.dc-faq__head {
  text-align: center;
  margin-bottom: 40px;
}

.dc-faq__head h2 {
  margin: 18px 0 0;
  font-family: var(--dc-font-display);
  font-size: clamp(2rem, 3.5vw, 2.625rem);
}

.dc-faq details {
  border-bottom: 1px solid rgba(15, 30, 22, 0.1);
}

.dc-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  list-style: none;
}

.dc-faq summary::-webkit-details-marker {
  display: none;
}

.dc-faq .plus {
  font-size: 1.375rem;
  color: var(--dc-green);
  transition: transform 0.2s;
  line-height: 1;
}

.dc-faq details[open] .plus {
  transform: rotate(45deg);
}

.dc-faq details p {
  margin: 0 4px 22px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--dc-ink-2);
}

/* CTA */
.dc-cta {
  position: relative;
  background: var(--dc-darker);
  overflow: hidden;
}

.dc-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 199, 192, 0.18), rgba(74, 166, 240, 0.08) 45%, transparent 70%);
  pointer-events: none;
}

.dc-cta__inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(72px, 10vw, 110px) var(--dc-gut);
  text-align: center;
}

.dc-cta h2 {
  margin: 0;
  font-family: var(--dc-font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.375rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f2f7f2;
}

.dc-cta p {
  margin: 22px auto 0;
  max-width: 560px;
  font-size: 1.1875rem;
  line-height: 1.6;
  color: #a6bbb0;
}

.dc-cta p em {
  color: #e7efe9;
  font-style: italic;
}

.dc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.dc-btn-ghost-inv {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e7efe9;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 30px;
  border-radius: 10px;
  transition: background 0.15s;
}

.dc-btn-ghost-inv:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 960px) {
  .dc-hero__grid,
  .dc-wedge,
  .dc-steps__track,
  .dc-pillars,
  .dc-split,
  .dc-who {
    grid-template-columns: 1fr;
  }

  .dc-hero__stat-sep {
    display: none;
  }

  .dc-steps__bridge {
    display: none;
  }

  .dc-steps__flow {
    display: none;
  }

  .dc-steps__track {
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 34px;
  }

  .dc-steps__track::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 34px;
    bottom: 34px;
    width: 2px;
    background: linear-gradient(180deg, #8fd44e, #22c7c0 50%, #4aa6f0);
    opacity: 0.35;
    border-radius: 2px;
  }

  .dc-steps.is-flowing .dc-steps__track::after {
    content: "";
    position: absolute;
    left: 29px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #22c7c0;
    box-shadow: 0 0 16px rgba(34, 199, 192, 0.75);
    animation: dcStepFlowVertical 3.2s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
  }

  @keyframes dcStepFlowVertical {
    0% { top: 34px; opacity: 0; }
    8% { opacity: 1; }
    92% { opacity: 1; }
    100% { top: calc(100% - 44px); opacity: 0; }
  }

  .dc-depth {
    grid-template-columns: 1fr;
  }

  .dc-depth__hero,
  .dc-depth__wide {
    grid-column: span 1;
  }

  .dc-table__row {
    grid-template-columns: 1.6fr repeat(5, minmax(44px, 1fr));
    font-size: 0.85rem;
  }

  .dc-table__cap {
    padding: 14px 12px;
  }

  .dc-table__cell {
    padding: 14px 4px;
  }
}

@media (max-width: 640px) {
  .dc-table {
    overflow-x: auto;
  }

  .dc-table__row {
    min-width: 640px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dc-rev,
  .dc-marquee__track,
  .dc-lineage__live i {
    animation: none;
  }

  .dc-lineage__node,
  .dc-lineage__connector,
  .dc-graph-chain .link {
    opacity: 1;
    transform: none;
  }

  .dc-steps.is-live .dc-steps__flow-energy {
    width: 100%;
  }

  .dc-steps__flow-dot,
  .dc-steps.is-flowing .dc-steps__flow-energy::after,
  .dc-steps.is-flowing .dc-steps__track::after {
    animation: none;
    opacity: 0;
  }
}
