:root {
  --ink: #12110f;
  --ink-soft: #2b2925;
  --paper: #f7f2e9;
  --sand: #efe5d4;
  --stone: #c8bfb1;
  --lime: #b7ff2c;
  --coral: #ff6b5a;
  --olive: #7f9453;
  --shadow: 0 24px 60px rgba(18, 17, 15, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-sans: "Sora", system-ui, sans-serif;
  --font-display: "Unbounded", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.3'/%3E%3C/svg%3E");
  opacity: 0.08;
  pointer-events: none;
  z-index: -2;
}

.orbs {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.6;
  animation: drift 18s ease-in-out infinite;
}

.orb.lime {
  width: 420px;
  height: 420px;
  background: rgba(183, 255, 44, 0.35);
  top: -120px;
  right: -140px;
}

.orb.coral {
  width: 540px;
  height: 540px;
  background: rgba(255, 107, 90, 0.22);
  bottom: -200px;
  left: -180px;
  animation-delay: 1.5s;
}

.orb.olive {
  width: 260px;
  height: 260px;
  background: rgba(127, 148, 83, 0.25);
  top: 30%;
  left: 8%;
  animation-delay: 0.8s;
}

@keyframes drift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(20px, -12px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

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

.page {
  width: min(1100px, 92vw);
  margin: 0 auto;
  padding: 32px 0 80px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border: 1px solid rgba(18, 17, 15, 0.12);
  border-radius: var(--radius-md);
  background: rgba(247, 242, 233, 0.8);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 18px;
  z-index: 5;
  box-shadow: var(--shadow);
}

.logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(18, 17, 15, 0.6);
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(18, 17, 15, 0.15);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
  border-color: transparent;
  box-shadow: 0 14px 40px rgba(18, 17, 15, 0.2);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  gap: 32px;
  margin-top: 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  border: 1px solid rgba(18, 17, 15, 0.14);
  background: rgba(247, 242, 233, 0.9);
}

.chip.accent {
  background: var(--lime);
  border-color: transparent;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  margin: 0;
}

.hero p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(18, 17, 15, 0.7);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.panel {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(18, 17, 15, 0.12);
  background: rgba(247, 242, 233, 0.9);
  padding: 26px;
  box-shadow: var(--shadow);
}

.jar {
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #f9f4eb, #f0e6d4);
  border: 1px dashed rgba(18, 17, 15, 0.18);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jar .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(18, 17, 15, 0.5);
}

.jar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.jar-grid span {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--ink);
  opacity: 0.1;
  border: 1px solid rgba(18, 17, 15, 0.2);
}

.jar-grid span.active {
  background: var(--lime);
  opacity: 1;
}

.section {
  margin-top: 56px;
}

.section-title {
  font-family: var(--font-display);
  font-size: 28px;
  margin: 0 0 18px;
}

.grid-3 {
  display: grid;
  gap: 18px;
}

@media (min-width: 800px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  border-radius: var(--radius-md);
  padding: 20px;
  background: rgba(247, 242, 233, 0.95);
  border: 1px solid rgba(18, 17, 15, 0.12);
  box-shadow: var(--shadow);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  margin: 0 0 10px;
}

.card p {
  margin: 0;
  font-size: 14px;
  color: rgba(18, 17, 15, 0.7);
  line-height: 1.6;
}

.dark-panel {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.dark-panel p {
  color: rgba(247, 242, 233, 0.7);
}

.steps {
  display: grid;
  gap: 16px;
}

@media (min-width: 800px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  border-radius: var(--radius-md);
  padding: 18px;
  border: 1px solid rgba(247, 242, 233, 0.15);
  background: rgba(247, 242, 233, 0.06);
}

.step span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(247, 242, 233, 0.5);
}

.step h4 {
  margin: 10px 0 8px;
  font-size: 16px;
}

.step p {
  margin: 0;
  font-size: 13px;
  color: rgba(247, 242, 233, 0.7);
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 17, 15, 0.12);
  font-size: 13px;
  color: rgba(18, 17, 15, 0.6);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.fade-up {
  animation: rise 700ms ease-out both;
}

.fade-up.delay-1 {
  animation-delay: 120ms;
}

.fade-up.delay-2 {
  animation-delay: 240ms;
}

.support-wrap {
  margin-top: 36px;
  display: grid;
  gap: 20px;
}

@media (min-width: 900px) {
  .support-wrap {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.support-card {
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(18, 17, 15, 0.12);
  background: rgba(247, 242, 233, 0.95);
  box-shadow: var(--shadow);
}

.support-card h2,
.support-card h3 {
  font-family: var(--font-display);
  margin-top: 0;
}

.support-card ul {
  padding-left: 18px;
  color: rgba(18, 17, 15, 0.7);
}

.support-card p {
  color: rgba(18, 17, 15, 0.7);
  line-height: 1.6;
}

.callout {
  border-radius: var(--radius-md);
  padding: 16px 20px;
  border: 1px solid rgba(18, 17, 15, 0.18);
  background: var(--sand);
  font-size: 13px;
}

.dark-policy {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.dark-policy h3,
.dark-policy h2 {
  font-family: var(--font-display);
}

.dark-policy p,
.dark-policy li {
  color: rgba(247, 242, 233, 0.72);
}
