:root {
  color-scheme: light;
  --page-background: rgba(255, 255, 255, 0);
  --background: #eef4f1;
  --background-start: #e7f3ee;
  --surface: #ffffff;
  --surface-rgb: 255, 255, 255;
  --panel-soft: #f6f7f6;
  --surface-hover: #e9eeeb;
  --border: #cbdcd4;
  --border-subtle: #dce8e3;
  --foreground: #17201c;
  --muted: #5f6d66;
  --subtle: #66746d;
  --brand: #183f3d;
  --brand-dark: #183f3d;
  --brand-soft: #e1f7ee;
  --accent: #70b895;
  --accent-soft: #e8f5ef;
  --highlight: #7ae4b7;
  --success: #70b895;
  --shadow-sm: 0 10px 24px rgba(24, 63, 61, 0.07);
  --shadow-md: 0 22px 54px rgba(24, 63, 61, 0.1);
  --shadow-lg: 0 34px 84px rgba(24, 63, 61, 0.14);
  --page-max: 1120px;
  --page-wide: 1180px;
  --header-wide: 1280px;
  --header-offset: 68px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --font-numeric: Lato, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-sans: Lato, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-heading: Lato, "Segoe UI", Arial, Helvetica, sans-serif;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--header-offset);
  background:
    linear-gradient(180deg, var(--background-start) 0, #f8fbf9 560px, var(--page-background) 100%);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

@keyframes fade-up {
  from {
    opacity: 0.88;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-scale-in {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(122, 228, 183, 0);
  }

  50% {
    box-shadow: 0 0 30px rgba(122, 228, 183, 0.22);
  }
}

@keyframes credit-button-click {
  0%,
  57%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 36px rgba(24, 63, 61, 0.16);
  }

  64% {
    transform: translateY(3px) scale(0.96);
    box-shadow: 0 8px 18px rgba(24, 63, 61, 0.12);
  }

  72% {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 20px 42px rgba(24, 63, 61, 0.18);
  }
}

@keyframes credit-pop-rise {
  0%,
  54% {
    opacity: 0;
    transform: translate(-50%, 14px) scale(0.72);
  }

  66% {
    opacity: 1;
    transform: translate(-50%, -16px) scale(1.18);
  }

  86% {
    opacity: 1;
    transform: translate(-50%, -58px) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -78px) scale(0.88);
  }
}

@keyframes credit-ripple-pop {
  0%,
  58% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  70% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}

@keyframes student-card-lift {
  0%,
  60%,
  100% {
    transform: translateY(0);
  }

  73% {
    transform: translateY(-8px);
  }
}

@keyframes mint-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes mint-plus-pop {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-18px) scale(1.08);
  }
}

@keyframes mint-stack-rise {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes mint-progress-draw {
  0%,
  100% {
    stroke-dasharray: 224 352;
  }

  50% {
    stroke-dasharray: 286 352;
  }
}

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

img {
  max-width: 100%;
}

.hero-art picture,
.illustration-shot picture {
  display: contents;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--brand-dark);
  color: white;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-mark svg,
.solution-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-mark svg {
  width: 26px;
  height: 26px;
}

.accent-mint {
  --icon-bg: rgba(122, 228, 183, 0.22);
  --icon-border: rgba(122, 228, 183, 0.42);
  --icon-color: #4fd7a2;
}

.accent-sage {
  --icon-bg: rgba(112, 184, 149, 0.18);
  --icon-border: rgba(112, 184, 149, 0.34);
  --icon-color: var(--accent);
}

.accent-deep {
  --icon-bg: rgba(24, 63, 61, 0.12);
  --icon-border: rgba(24, 63, 61, 0.24);
  --icon-color: var(--brand-dark);
}

.accent-gold {
  --icon-bg: rgba(236, 190, 94, 0.2);
  --icon-border: rgba(236, 190, 94, 0.42);
  --icon-color: #b77b18;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.65vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204, 213, 208, 0.62);
  background: rgba(231, 243, 238, 0.95);
  backdrop-filter: blur(18px);
}


.site-nav a:hover,
.site-nav summary:hover,
.footer-links a:hover {
  color: var(--brand);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 66px;
  margin: 0 auto;
  padding: 9px clamp(20px, 4vw, 56px);
}

.brand-row,
.brand,
.site-nav,
.nav-actions,
.hero-actions,
.footer-brand {
  display: flex;
  align-items: center;
}

.brand-row {
  flex: 0 0 auto;
  gap: 12px;
  min-width: 198px;
}

.brand {
  display: block;
  flex: 0 0 auto;
  width: 190px;
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1922 / 363;
  object-fit: contain;
}

.footer-brand img {
  display: block;
  width: 180px;
  height: auto;
  aspect-ratio: 1922 / 363;
  object-fit: contain;
}

.site-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 30px);
  color: #33453e;
  font-size: 0.96rem;
  font-weight: 720;
}

.site-nav a,
.site-nav summary {
  transition: color 160ms ease;
}

.nav-actions {
  gap: 10px;
}

.cta-label-mobile {
  display: none;
}


.button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid transparent;
  font-weight: 780;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.mobile-nav-cta.button {
  display: none;
}

.button.primary {
  background: var(--brand);
  color: white;
  box-shadow: 0 6px 14px rgba(24, 63, 61, 0.12);
}

.button.primary:hover {
  background: var(--brand-dark);
  box-shadow: 0 8px 18px rgba(24, 63, 61, 0.16);
  transform: translateY(-1px);
}

.hero-actions .button.primary {
  background: var(--highlight);
  color: var(--brand-dark);
  box-shadow: 0 6px 14px rgba(24, 63, 61, 0.1);
  animation: glow-pulse 4.8s ease-in-out 1.2s infinite;
  padding: 10px 40px;
}

.hero-actions .button.primary:hover {
  background: var(--accent);
  color: var(--brand-dark);
}

.button.secondary,
.button.ghost {
  border-color: var(--border);
  background: var(--surface);
  color: var(--brand-dark);
}

.button.secondary:hover,
.button.ghost:hover {
  border-color: rgba(24, 63, 61, 0.32);
  background: var(--panel-soft);
  transform: translateY(-1px);
}


.nav-actions .button {
  min-height: 36px;
  padding: 7px 14px;
  font-size: 0.94rem;
}

.nav-actions .button.primary {
  background: var(--highlight);
  color: var(--brand-dark);
  box-shadow: 0 4px 10px rgba(24, 63, 61, 0.08);
}

.nav-actions .button.primary:hover {
  background: var(--accent);
  color: var(--brand-dark);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 680ms var(--ease-out),
    transform 680ms var(--ease-out),
    filter 680ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.illustration-shot.reveal,
.hero-art {
  transform-origin: center;
}

.illustration-shot.reveal {
  filter: saturate(0.9);
  transform: translateY(28px) scale(0.985);
}

.illustration-shot.reveal.is-visible {
  filter: saturate(1);
  transform: translateY(0) scale(1);
}

.feature-row.reveal,
.faq-grid article.reveal,
.community-grid article.reveal {
  transform: translateY(30px) scale(0.985);
}

.feature-row.reveal.is-visible,
.faq-grid article.reveal.is-visible,
.community-grid article.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: center;
  width: 100%;
  min-height: calc(100vh - var(--header-offset));
  min-height: calc(100svh - var(--header-offset));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) max(clamp(22px, 5vw, 64px), calc((100vw - var(--page-wide)) / 2 + 22px)) clamp(50px, 6vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(122, 228, 183, 0.3), transparent 34%),
    linear-gradient(180deg, var(--background-start), #f4faf7);
}

.hero-copy-block,
.section-heading,
.split-section,
.faq-grid,
.cta-section {
  min-width: 0;
  animation: fade-up 780ms var(--ease-out) both;
}

.hero-copy-block .eyebrow,
.hero-copy-block h1,
.hero-copy,
.hero-actions {
  animation: hero-rise 760ms var(--ease-out) both;
}

.hero-copy-block .eyebrow {
  animation-delay: 80ms;
}

.hero-copy-block h1 {
  animation-delay: 170ms;
  max-width: 760px;
  font-size: clamp(3.15rem, 5.35vw, 5.75rem);
  line-height: 0.95;
}

.hero-copy-block h1 .accent-word {
  color: var(--accent);
}

.hero-copy {
  animation-delay: 260ms;
}

.hero-actions {
  animation-delay: 360ms;
}

.hero-proof {
  max-width: 32.5rem;
  margin: 0.75rem 0 0;
  color: var(--subtle);
  font-size: 0.9rem;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  font-size: clamp(1.12rem, 1.85vw, 1.34rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-art {
  position: relative;
  min-height: 540px;
  animation: hero-scale-in 880ms var(--ease-out) 220ms both;
}

.hero-mint-visual {
  display: block;
  width: min(100%, 700px);
  height: auto;
  margin: 0 0 0 auto;
  overflow: visible;
}

.mint-orbit {
  fill: none;
  stroke: rgba(112, 184, 149, 0.22);
  stroke-width: 2;
}

.mint-orbit-small {
  stroke-dasharray: 10 16;
}

.mint-balance-card {
  transform-origin: 380px 250px;
  animation: mint-float 7s ease-in-out infinite;
}

.mint-stack {
  transform-origin: 406px 370px;
  animation: mint-stack-rise 5.8s ease-in-out infinite;
}

.mint-plus {
  transform-origin: 192px 314px;
  animation: mint-plus-pop 3.6s ease-in-out infinite;
}

.mint-token {
  transform-origin: 572px 122px;
  animation: mint-float 6.5s ease-in-out 700ms infinite;
}

.mint-progress circle:last-child {
  animation: mint-progress-draw 5.5s var(--ease-out) infinite;
}

.community-band,
.split-section,
.mission-section,
.workflow-section,
.cta-section {
  padding: clamp(62px, 8vw, 116px) clamp(20px, 5vw, 72px);
}

.community-band {
  background:
    linear-gradient(180deg, var(--surface) 0%, rgba(232, 245, 239, 0.72) 100%);
  color: var(--foreground);
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: 0;
}

.what-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  width: min(100%, var(--page-wide));
  margin: 0 auto;
  padding: clamp(34px, 5.6vw, 70px);
  border: 1px solid rgba(24, 63, 61, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--surface-rgb), 0.98), rgba(245, 251, 248, 0.94)),
    var(--surface);
  box-shadow: 0 24px 70px rgba(24, 63, 61, 0.1);
}

.what-copy {
  min-width: 0;
}

.what-copy .eyebrow {
  margin-bottom: 16px;
}

.what-copy h2 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 5vw, 4.45rem);
  line-height: 1;
}

.what-copy h3 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
  line-height: 1.04;
}

.what-copy p {
  max-width: 39rem;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
}

.what-copy.secondary {
  padding: clamp(22px, 3.4vw, 36px);
  border-left: 1px solid var(--border-subtle);
}

.what-bridge {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--page-wide));
  margin: clamp(20px, 3vw, 32px) auto 0;
  color: var(--brand-dark);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.what-bridge span {
  padding: 18px 14px;
  border-top: 1px solid rgba(24, 63, 61, 0.11);
}

.what-bridge span + span {
  border-left: 1px solid rgba(24, 63, 61, 0.11);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.68fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  max-width: var(--page-max);
  margin: 0 auto 34px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.community-heading {
  display: block;
  max-width: 720px;
  text-align: center;
  margin-bottom: 28px;
}

.community-heading h2 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.04;
}


.section-heading.narrow {
  display: block;
  max-width: 840px;
  margin-bottom: 36px;
  text-align: center;
}

.mission-section {
  background:
    linear-gradient(180deg, rgba(var(--surface-rgb), 0.88), rgba(232, 245, 239, 0.82)),
    var(--surface);
}

.mission-copy {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.mission-copy h2 {
  max-width: 13ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.1rem, 4.4vw, 3.7rem);
  line-height: 1.02;
}

.mission-copy p:not(.eyebrow) {
  max-width: 56rem;
  margin: 0 auto;
  color: var(--foreground);
  font-size: clamp(1.06rem, 1.55vw, 1.26rem);
  line-height: 1.65;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: var(--page-max);
  margin: 0 auto;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.community-grid article {
  min-height: 184px;
  padding: clamp(22px, 3vw, 32px);
  background: transparent;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.community-grid article:hover {
  background: var(--panel-soft);
  transform: translateY(-3px);
}

.community-grid article + article {
  border-left: 1px solid var(--border-subtle);
}

.icon-mark,
.solution-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  border: 1px solid var(--icon-border, rgba(255, 255, 255, 0.22));
  background: var(--icon-bg, transparent);
  color: var(--icon-color, var(--highlight));
  font-weight: 900;
}

.icon-mark {
  margin-bottom: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--icon-bg, transparent);
  color: var(--icon-color, var(--highlight));
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: min(100%, var(--page-wide));
  margin-right: auto;
  margin-left: auto;
}

.split-section.reverse .section-copy {
  order: 2;
}

.seamless-section {
  padding-top: clamp(56px, 7vw, 98px);
  padding-bottom: clamp(56px, 7vw, 98px);
  border-top: 1px solid var(--border-subtle);
}

.section-copy {
  max-width: 640px;
  min-width: 0;
}

.section-copy p,
.cta-section p {
  font-size: 1.06rem;
}

.cta-section .trust-note {
  max-width: 34rem;
  margin-top: 18px;
  color: var(--brand-dark);
  font-size: 0.96rem;
  font-weight: 700;
}

input,
select,
textarea,
button {
  font: inherit;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--foreground);
  font-weight: 800;
}

.check-list li::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--brand);
  content: "+";
  font-size: 0.85rem;
}

.illustration-shot {
  position: relative;
  margin: 0;
  min-width: 0;
  background: transparent;
}

.illustration-shot::before {
  position: absolute;
  inset: 10% 4% 10% 8%;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 34%, rgba(255, 255, 255, 0.82), transparent 35%),
    var(--brand-soft);
  filter: blur(2px);
  opacity: 0.9;
}

.illustration-shot img {
  position: relative;
  display: block;
  width: 100%;
  height: 460px;
  border-radius: 0;
  background: transparent;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
  transition:
    transform 520ms var(--ease-out),
    filter 520ms var(--ease-out);
}

.illustration-shot:hover img {
  transform: translateY(-5px);
  filter: saturate(1.04);
}

.illustration-shot.compact img {
  height: 420px;
}

.solution-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 44px;
  background: var(--icon-bg, var(--brand-soft));
  color: var(--icon-color, var(--brand-dark));
}

.feature-section {
  background:
    linear-gradient(180deg, rgba(232, 245, 239, 0.72), var(--surface) 18%, rgba(var(--surface-rgb), 0.88)),
    var(--surface);
  padding-top: clamp(42px, 6vw, 78px);
  padding-bottom: clamp(34px, 5vw, 62px);
}

.feature-heading {
  align-items: center;
  width: min(100%, var(--page-wide));
  max-width: var(--page-wide);
}

.feature-heading h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.55rem);
  line-height: 1.04;
}

.feature-heading p {
  margin-bottom: 0;
}

.feature-flow {
  display: grid;
  gap: 0;
  width: min(100%, var(--page-wide));
  margin: 0 auto;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  min-height: 500px;
  padding: 0 0;
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 560px;
  padding-right: clamp(0px, 1vw, 14px);
}

.feature-row.reverse .feature-copy {
  padding-right: 0;
  padding-left: clamp(0px, 1vw, 14px);
}

.feature-copy h3 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.02;
}

.feature-copy p:not(.eyebrow) {
  max-width: 34rem;
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
}

.feature-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  padding-left: clamp(0px, 1vw, 14px);
}

.feature-row.reverse .feature-visual {
  padding-right: clamp(0px, 1vw, 14px);
  padding-left: 0;
}

.feature-visual::before {
  position: absolute;
  inset: 10% 4% 8% 12%;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent 34%),
    var(--brand-soft);
  opacity: 0.92;
}

.feature-row.reverse .feature-visual::before {
  right: 12%;
  left: 4%;
}

.feature-visual.soft::before {
  display: none;
}

.feature-visual.action-visual::before {
  inset: 7% 6% 7% 8%;
  background:
    radial-gradient(circle at 72% 24%, rgba(122, 228, 183, 0.32), transparent 34%),
    linear-gradient(145deg, rgba(232, 245, 239, 0.9), rgba(255, 255, 255, 0.7));
}

.feature-visual img {
  position: relative;
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 10%;
}

.credit-demo {
  position: relative;
  z-index: 1;
}

.credit-demo-card {
  position: relative;
  display: grid;
}

.credit-demo-label {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credit-demo-button {
  position: relative;
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--highlight);
  color: var(--brand-dark);
  font: inherit;
  font-size: 1.04rem;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(24, 63, 61, 0.16);
}

.credit-button-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(24, 63, 61, 0.12);
  font-size: 1.25rem;
  line-height: 1;
}

.credit-pop {
  position: absolute;
  top: 38%;
  left: 50%;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand-dark);
  color: var(--highlight);
  font-size: 1.3rem;
  font-weight: 900;
  opacity: 0;
  transform: translate(-50%, 14px) scale(0.72);
  box-shadow: 0 16px 34px rgba(24, 63, 61, 0.18);
}

.credit-ripple {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 2px solid rgba(122, 228, 183, 0.7);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.3);
  pointer-events: none;
}

.credit-demo-student {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 330px);
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(24, 63, 61, 0.1);
  border-radius: 8px;
  background: rgba(var(--surface-rgb), 0.94);
  box-shadow: 0 14px 36px rgba(24, 63, 61, 0.08);
}

.student-avatar {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.72) 0 18%, transparent 19%),
    linear-gradient(145deg, var(--highlight), var(--accent));
}

.credit-demo-student strong,
.credit-demo-student small {
  display: block;
}

.credit-demo-student strong {
  color: var(--brand-dark);
  font-weight: 900;
}

.credit-demo-student small {
  color: var(--muted);
  font-weight: 800;
}

.feature-row.is-visible .credit-demo-button {
  animation: credit-button-click 2.65s var(--ease-out) 600ms infinite;
}

.feature-row.is-visible .credit-pop {
  animation: credit-pop-rise 2.65s var(--ease-out) 600ms infinite;
}

.feature-row.is-visible .credit-ripple {
  animation: credit-ripple-pop 2.65s var(--ease-out) 600ms infinite;
}

.feature-row.is-visible .credit-demo-student {
  animation: student-card-lift 2.65s var(--ease-out) 600ms infinite;
}

.visual-ledger {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--surface-rgb), 0.98), rgba(232, 245, 239, 0.96)),
    var(--surface);
  box-shadow: var(--shadow-sm);
}

.visual-ledger span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visual-ledger strong {
  color: var(--brand-dark);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.visual-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(112, 184, 149, 0.18);
}

.visual-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--highlight);
  transition: width 1.8s var(--ease-out);
}

.visual-ledger.is-animated .visual-progress span {
  width: var(--progress-value, 72%);
}

.visual-ledger small {
  color: var(--muted);
  font-weight: 800;
}

.workflow-section {
  padding-top: clamp(34px, 5vw, 62px);
  background: var(--surface);
  border-top: 1px solid var(--border-subtle);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  width: min(100%, var(--page-wide));
  margin: 0 auto;
}

.faq-grid article {
  min-height: 8.25rem;
  padding: 1.375rem;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: var(--surface);
}

.faq-grid h3 {
  margin-bottom: 0.75rem;
  color: var(--foreground);
  font-weight: 900;
}

.faq-grid p {
  margin: 0.75rem 0 0;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  width: min(100%, var(--page-wide));
  max-width: var(--page-wide);
  margin: 0 auto;
}

.cta-copy {
  position: sticky;
  top: 132px;
}

.cta-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.walkthrough-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--surface-rgb), 0.96), rgba(var(--surface-rgb), 0.92)),
    var(--surface);
  box-shadow: var(--shadow-md);
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.walkthrough-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.walkthrough-form .form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.walkthrough-form label span {
  color: var(--foreground);
  font-size: 0.88rem;
  font-weight: 850;
}

.walkthrough-form input,
.walkthrough-form select,
.walkthrough-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--foreground);
  padding: 12px 13px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.walkthrough-form textarea {
  min-height: 132px;
  resize: vertical;
}

.walkthrough-form input:focus,
.walkthrough-form select:focus,
.walkthrough-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(24, 63, 61, 0.16);
}

.walkthrough-form input::placeholder,
.walkthrough-form textarea::placeholder {
  color: #87938e;
}


.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 4px;
}

.form-footer p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--subtle);
  font-size: 0.9rem;
}

.form-footer .button {
  flex: 0 0 auto;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 1.2fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 28px max(clamp(20px, 5vw, 72px), calc((100vw - var(--page-wide)) / 2 + 20px));
  border-top: 1px solid var(--border-subtle);
  background: var(--surface);
  color: var(--muted);
}

.footer-brand {
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.footer-brand div {
  display: grid;
  gap: 2px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 12px 28px;
  width: 100%;
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-meta {
  display: flex;
  justify-content: flex-end;
  color: var(--subtle);
  font-size: 0.92rem;
}

.footer-meta span {
  color: var(--subtle);
  font-weight: 500;
}

.legal-main {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 48px);
}

.legal-article {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.legal-article h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.legal-updated {
  margin-bottom: 38px;
  color: var(--subtle);
  font-size: 0.94rem;
  font-weight: 800;
}

.legal-section {
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

.legal-section + .legal-section {
  margin-top: 24px;
}

.legal-section h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.legal-section p {
  margin-bottom: 12px;
}

@media (max-width: 1060px) {
  .site-nav {
    display: none;
  }

  .hero,
  .split-section,
  .feature-row,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - var(--header-offset));
    min-height: calc(100svh - var(--header-offset));
  }

  .hero-art {
    min-height: 520px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .community-heading {
    gap: 22px;
  }

  .community-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-row.reverse .feature-copy {
    order: 0;
  }

  .split-section.reverse .section-copy {
    order: 0;
  }

  .cta-copy {
    position: static;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 660px) {
  :root {
    --header-offset: 66px;
  }

  .nav-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100vw;
    max-width: 100vw;
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand-row {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .brand {
    width: clamp(126px, 38vw, 152px);
  }

  .nav-actions {
    display: none;
  }

  .mobile-nav-cta.button {
    display: inline-flex;
    flex: 0 0 auto;
    width: 142px;
    margin-left: auto;
    min-width: 0;
    min-height: 34px;
    align-self: center;
    padding: 8px 9px;
    font-size: 0.72rem;
    background: var(--highlight);
    color: var(--brand-dark);
  }

  .mobile-nav-cta.button.primary {
    background: var(--highlight);
    color: var(--brand-dark);
    box-shadow: 0 4px 10px rgba(24, 63, 61, 0.08);
  }

  .cta-label-full {
    display: none;
  }

  .cta-label-mobile {
    display: inline;
  }

  .nav-actions,
  .hero-actions,
  .hero-actions .button {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  h1 {
    font-size: clamp(2.3rem, 10.6vw, 3rem);
    max-width: 11ch;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-copy-block h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 12vw, 3.35rem);
  }

  .eyebrow {
    max-width: 32ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-align: center;
  }

  h2 {
    font-size: clamp(2rem, 9.2vw, 2.65rem);
    max-width: 12ch;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-copy-block,
  .section-heading,
  .section-copy {
    text-align: center;
  }

  .community-heading h2,
  .section-heading.narrow h2 {
    max-width: 12ch;
    margin-right: auto;
    margin-left: auto;
  }

  .what-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .what-copy,
  .what-copy p {
    text-align: center;
  }

  .what-copy h2,
  .what-copy h3 {
    margin-right: auto;
    margin-left: auto;
  }

  .what-copy.secondary {
    padding: 22px 0 0;
    border-top: 1px solid var(--border-subtle);
    border-left: 0;
  }

  .what-bridge {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .what-bridge span:nth-child(odd) {
    border-left: 0;
  }

  .community-grid article {
    min-width: 0;
  }

  .community-grid p {
    max-width: 31ch;
  }

  .hero-copy {
    font-size: 1.04rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-shell,
  .hero,
  .community-band,
  .split-section,
  .feature-section,
  .mission-section,
  .workflow-section,
  .cta-section,
  .site-footer {
    width: auto;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-copy-block,
  .hero-copy,
  .hero-art,
  .section-copy,
  .feature-copy,
  .feature-visual,
  .illustration-shot {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    max-width: 31ch;
  }

  .section-copy p {
    max-width: 31ch;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-heading > p,
  .cta-section p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .community-grid article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    text-align: left;
  }

  .icon-mark,
  .solution-icon {
    grid-row: 1 / span 2;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
  }

  .community-grid h3 {
    align-self: center;
    margin-bottom: 6px;
  }

  .community-grid p {
    grid-column: 2;
  }

  .hero-art {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-mint-visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .community-grid,
  .faq-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .what-bridge {
    grid-template-columns: 1fr;
  }

  .what-bridge span + span {
    border-left: 0;
  }

  .feature-row {
    min-height: auto;
    gap: 22px;
    padding: 32px 0;
  }

  .feature-copy {
    display: block;
    justify-items: start;
    padding: 0;
    text-align: left;
  }

  .feature-row.reverse .feature-copy {
    padding-left: 0;
  }

  .feature-copy .eyebrow,
  .feature-copy h3,
  .feature-copy p:not(.eyebrow) {
    grid-column: auto;
  }

  .feature-copy .eyebrow {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .feature-copy h3 {
    max-width: 14ch;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    font-size: clamp(1.35rem, 7vw, 2rem);
    text-align: left;
  }

  .feature-copy p:not(.eyebrow) {
    max-width: 30ch;
    text-align: left;
  }

  .feature-visual img {
    height: 280px;
  }

  .feature-visual,
  .feature-row.reverse .feature-visual {
    padding-right: 0;
    padding-left: 0;
  }

  .visual-ledger {
    margin-top: 10px;
  }

  .community-grid article + article {
    border-top: 1px solid var(--border-subtle);
    border-left: 0;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .illustration-shot img,
  .illustration-shot.compact img {
    height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .illustration-shot.reveal,
  .illustration-shot.reveal.is-visible,
  .feature-row.reveal,
  .feature-row.reveal.is-visible,
  .faq-grid article.reveal,
  .faq-grid article.reveal.is-visible,
  .community-grid article.reveal,
  .community-grid article.reveal.is-visible {
    opacity: 1;
    filter: none;
    transform: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  body {
    padding-top: 0;
    font-size: 11pt;
  }

  .site-header,
  .site-footer,
  .hero-art,
  .illustration-shot,
  .button,
  .walkthrough-form,
  .icon-sprite,
  .skip-link {
    display: none !important;
  }

  main,
  .hero,
  .community-band,
  .split-section,
  .feature-section,
  .mission-section,
  .workflow-section,
  .cta-section,
  .legal-main {
    display: block;
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    margin: 0 0 24pt;
  }

  h1,
  h2,
  h3 {
    break-after: avoid;
  }

  a {
    text-decoration: underline;
  }
}
