:root {
  --marketing-bg: #fafaf9;
  --marketing-bg-soft: #f5f5f4;
  --marketing-surface: rgba(255, 255, 255, 0.96);
  --marketing-surface-soft: rgba(255, 255, 255, 0.8);
  --marketing-border: rgba(23, 23, 23, 0.08);
  --marketing-border-strong: rgba(23, 23, 23, 0.14);
  --marketing-ink: #171717;
  --marketing-muted: #737373;
  --marketing-muted-strong: #525252;
  --marketing-blue: #007aff;
  --marketing-blue-soft: rgba(0, 122, 255, 0.08);
  --marketing-green: #14804a;
  --marketing-green-soft: rgba(20, 128, 74, 0.08);
  --marketing-rose: #f43f5e;
  --marketing-rose-soft: rgba(244, 63, 94, 0.08);
  --marketing-amber: #b45309;
  --marketing-amber-soft: rgba(245, 158, 11, 0.12);
  --marketing-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
  --marketing-shadow-md: 0 2px 4px rgba(0, 0, 0, 0.02), 0 24px 68px rgba(0, 0, 0, 0.07);
  --marketing-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.marketing-page {
  margin: 0;
  min-height: 100vh;
  background: var(--marketing-bg);
  color: var(--marketing-ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

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

button,
input {
  font: inherit;
}

.marketing-page a:focus-visible,
.marketing-page button:focus-visible,
.marketing-page input:focus-visible {
  outline: 2px solid var(--marketing-blue);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.marketing-container {
  width: min(1360px, calc(100vw - 48px));
  margin: 0 auto;
}

.marketing-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(229, 229, 229, 0.72);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
}

.marketing-nav-shell {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.marketing-mobile-menu {
  width: min(100vw - 24px, 480px);
  margin: 8px 12px 12px auto;
  border: 1px solid rgba(229, 229, 229, 0.72);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px);
  box-shadow: var(--marketing-shadow-sm);
}

.marketing-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
}

.marketing-brand-group,
.marketing-brand,
.marketing-nav-actions,
.marketing-link-button,
.marketing-primary-button,
.cta-button,
.hero-badge,
.hero-actions,
.feature-icon,
.step-row,
.marketing-footer-brand,
.donate-header,
.donate-back-link,
.donate-token-row,
.donate-address-row,
.donate-amount-pills {
  display: flex;
  align-items: center;
}

.marketing-brand-group {
  gap: 32px;
}

.marketing-brand {
  gap: 8px;
}

.marketing-brand-mark,
.hero-preview-brand {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.marketing-brand-mark svg,
.hero-preview-brand svg {
  width: 14px;
  height: 14px;
}

.marketing-brand-copy {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #171717;
}

.marketing-footer-columns {
  display: flex;
}

.marketing-nav-actions {
  gap: 8px;
}

.marketing-link-button,
.marketing-primary-button,
.hero-secondary-link,
.cta-button,
.marketing-mobile-secondary,
.marketing-mobile-primary,
.donate-back-link {
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.marketing-link-button {
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--marketing-muted-strong);
  font-size: 13px;
  font-weight: 500;
}

.marketing-link-button svg {
  width: 14px;
  height: 14px;
}

.marketing-link-button:hover {
  background: rgba(23, 23, 23, 0.04);
  color: var(--marketing-ink);
}

.marketing-link-button.is-active,
.marketing-mobile-secondary.is-active {
  background: rgba(23, 23, 23, 0.08);
  color: var(--marketing-ink);
}

.marketing-primary-button,
.cta-button,
.marketing-mobile-primary {
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.marketing-primary-button svg,
.cta-button svg {
  width: 14px;
  height: 14px;
}

.marketing-primary-button:hover,
.cta-button:hover,
.marketing-mobile-primary:hover {
  background: #262626;
}

.marketing-primary-button.is-active,
.marketing-mobile-primary.is-active {
  background: #171717;
  color: #fff;
}

.marketing-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: -8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #525252;
  cursor: pointer;
}

.marketing-menu-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.marketing-menu-icon svg {
  width: 100%;
  height: 100%;
}

.marketing-menu-icon-close {
  display: none;
}

.marketing-menu-toggle.is-open .marketing-menu-icon-menu {
  display: none;
}

.marketing-menu-toggle.is-open .marketing-menu-icon-close {
  display: inline-flex;
}

.marketing-mobile-menu {
  padding: 16px;
}

.marketing-mobile-secondary,
.marketing-mobile-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.marketing-mobile-secondary {
  margin-bottom: 8px;
  border: 1px solid rgba(229, 229, 229, 0.86);
  color: var(--marketing-muted-strong);
  background: #fff;
}

.marketing-mobile-secondary:hover {
  background: rgba(23, 23, 23, 0.04);
  color: var(--marketing-ink);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--marketing-bg);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-ambient-gradient {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 42%, #f5f5f4 100%);
}

.hero-container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(660px, 0.95fr) minmax(520px, 1.05fr);
  column-gap: clamp(36px, 4vw, 56px);
  align-items: center;
  min-height: calc(100vh - 52px);
  padding-top: 104px;
  padding-bottom: 72px;
}

.hero-badge {
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  margin-bottom: 32px;
  border: 1px solid rgba(229, 229, 229, 0.8);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--marketing-shadow-sm);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #525252;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: heroPulse 1.8s infinite;
}

@keyframes heroPulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.hero-title,
.section-heading h2,
.steps-summary h2,
.cta-card-content h2,
.donate-intro h1 {
  margin: 0;
  color: #171717;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.hero-title {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(44px, 4.35vw, 74px);
  line-height: 1.05;
}

.hero-title span {
  color: #a3a3a3;
}

.hero-copy,
.section-copy,
.feature-card p,
.step-row p,
.cta-card-content p,
.marketing-footer-copy,
.donate-intro p,
.donate-qr-block p,
.donate-note p {
  color: #737373;
  line-height: 1.65;
}

.hero-copy {
  max-width: 560px;
  margin: 0 0 40px;
  font-size: clamp(16px, 2vw, 18px);
}

.hero-actions {
  gap: 12px;
}

.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #737373;
}

.hero-secondary-link:hover {
  color: #171717;
  background: rgba(255, 255, 255, 0.8);
}

.hero-preview {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: block;
  width: min(860px, 52vw);
  min-width: 0;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(229, 229, 229, 0.6);
  border-radius: 24px;
  background: #f8f8f8;
  box-shadow: var(--marketing-shadow-md);
}

.hero-product-diorama {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1.05;
  background:
    radial-gradient(circle at 74% 16%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7f7f5 100%);
}

.hero-dashboard-shell {
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
  width: 128.21%;
  height: 128.21%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  transform: scale(0.78);
  transform-origin: 0 0;
}

.hero-dashboard-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 0 26px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.82);
  background: rgba(255, 255, 255, 0.86);
}

.hero-dashboard-brand,
.hero-dashboard-tabs,
.hero-dashboard-stats,
.hero-market-days,
.hero-timeline-meta {
  display: flex;
  align-items: center;
}

.hero-dashboard-brand {
  gap: 10px;
  min-width: 0;
}

.hero-dashboard-brand strong {
  color: #171717;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-dashboard-tabs {
  gap: 8px;
}

.hero-dashboard-tabs span {
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 800;
}

.hero-dashboard-tabs .is-active {
  border-color: rgba(229, 229, 229, 0.95);
  color: #171717;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.hero-dashboard-stats {
  gap: 18px;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-dashboard-stats strong {
  margin-right: 4px;
  color: #171717;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: none;
}

.hero-dashboard-stats span:nth-child(2) strong {
  color: #2563eb;
}

.hero-dashboard-stats span:nth-child(3) strong {
  color: #16874c;
}

.hero-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1fr);
  min-height: 0;
}

.hero-market-rail {
  min-width: 0;
  overflow: hidden;
  padding: 18px 14px;
  border-right: 1px solid rgba(229, 229, 229, 0.88);
  background: #f5f3ef;
}

.hero-market-search {
  height: 46px;
  padding: 13px 16px;
  border: 1px solid rgba(229, 229, 229, 0.92);
  border-radius: 14px;
  color: #94a3b8;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.hero-market-days {
  gap: 8px;
  margin: 18px 0 14px;
}

.hero-market-days span {
  padding: 8px 12px;
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 999px;
  color: #9ca3af;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.hero-market-days .is-active {
  color: #fff;
  background: #171717;
}

.hero-market-list {
  display: grid;
  gap: 10px;
}

.hero-market-list div {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 4px 8px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.hero-market-list .is-selected {
  border-color: rgba(229, 229, 229, 0.9);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.hero-market-list span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
}

.hero-market-list strong {
  min-width: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hero-market-list em {
  color: #16a34a;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-market-list .is-warm {
  color: #f59e0b;
}

.hero-market-list small {
  grid-column: 2 / 4;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dashboard-main {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  gap: 13px;
  padding: 26px 28px;
}

.hero-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.75);
}

.hero-dashboard-head p,
.hero-panel-label,
.hero-metric-row span {
  margin: 0 0 5px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-dashboard-head h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.94;
}

.hero-dashboard-head span {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.hero-dashboard-head a {
  align-self: flex-start;
  padding: 11px 15px;
  border-radius: 999px;
  color: #fff;
  background: #171717;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.hero-dashboard-note {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.hero-timeline-panel,
.hero-metric-row > div,
.hero-bucket-row {
  border: 1px solid rgba(229, 229, 229, 0.92);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.hero-timeline-panel {
  padding: 13px 14px 12px;
  border-radius: 18px;
}

.hero-timeline-panel svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-timeline-panel text {
  fill: #9ca3af;
  font-size: 11px;
  font-weight: 900;
}

.hero-timeline-meta {
  gap: 13px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
}

.hero-timeline-meta span:first-child {
  color: #171717;
}

.hero-timeline-meta span:nth-child(2) {
  color: #f59e0b;
}

.hero-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-metric-row > div {
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
}

.hero-metric-row strong {
  display: block;
  color: #171717;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.hero-metric-row small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
}

.hero-metric-row .is-positive strong {
  color: #16a34a;
}

.hero-bucket-panel {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.hero-bucket-row {
  display: grid;
  grid-template-columns: 150px minmax(150px, 1fr) 118px;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
}

.hero-bucket-row.is-highlighted {
  border-color: rgba(34, 197, 94, 0.32);
  background: #f3fbf6;
}

.hero-bucket-row strong {
  color: #334155;
  font-size: 14px;
  font-weight: 900;
}

.hero-bucket-row span {
  position: relative;
  display: block;
  height: 22px;
}

.hero-bucket-row i {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 999px;
}

.hero-bucket-row .is-forecast {
  top: 2px;
  background: #171717;
}

.hero-bucket-row .is-market {
  top: 13px;
  background: #dbe2eb;
}

.hero-bucket-row em {
  color: #94a3b8;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-bucket-row.is-highlighted em {
  color: #16874c;
}

.hero-bar-18 { width: 18%; }
.hero-bar-22 { width: 22%; }
.hero-bar-24 { width: 24%; }
.hero-bar-38 { width: 38%; }
.hero-bar-45 { width: 45%; }
.hero-bar-72 { width: 72%; }

.section-heading p,
.steps-summary p,
.step-number,
.marketing-footer-columns h3,
.donate-label,
.donate-suggested p {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.section-heading p,
.steps-summary p,
.marketing-footer-columns h3,
.donate-label {
  display: block;
  margin-bottom: 8px;
  color: #a3a3a3;
  font-size: 10px;
}

.features-section,
.steps-section,
.cta-section,
.marketing-footer {
  background: var(--marketing-bg);
}

.features-section,
.steps-section,
.cta-section {
  padding: 80px 0 128px;
}

.section-heading,
.steps-summary {
  max-width: 560px;
}

.section-heading h2,
.steps-summary h2,
.cta-card-content h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
}

.section-copy,
.steps-summary .section-copy {
  font-size: 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
  margin-top: 64px;
}

.feature-icon {
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  background: #fafafa;
  color: #525252;
}

.feature-icon svg {
  width: 20px;
  height: 20px;
}

.feature-card h3,
.step-row h3 {
  margin: 0 0 8px;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.feature-card p,
.step-row p {
  margin: 0;
  font-size: 14px;
}

.steps-layout {
  display: flex;
  gap: 80px;
}

.steps-summary {
  width: 360px;
  flex-shrink: 0;
}

.steps-summary {
  position: sticky;
  top: 128px;
  align-self: flex-start;
}

.steps-list {
  flex: 1;
}

.step-row {
  position: relative;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 56px;
}

.step-row::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 19px;
  bottom: 0;
  width: 1px;
  background: #f1f1f1;
}

.step-row.is-last::after {
  display: none;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fafafa;
  color: #737373;
  font-size: 13px;
}

.step-row h3 {
  font-size: 18px;
}

.step-row p {
  max-width: 440px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border-radius: 32px;
  background: #171717;
  text-align: center;
}

.cta-card-content {
  position: relative;
  z-index: 1;
}

.cta-card-content h2 {
  color: #fff;
}

.cta-card-content p {
  max-width: 460px;
  margin: 0 auto 32px;
  color: #a3a3a3;
  font-size: 16px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  background: #fff;
  color: #171717;
  box-shadow: none;
}

.cta-button:hover {
  background: #f5f5f5;
}

.marketing-footer {
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #171717;
}

.marketing-footer-top,
.marketing-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.marketing-footer-brand {
  margin-bottom: 12px;
}

.marketing-footer-copy {
  max-width: 280px;
  margin: 0;
  color: #a3a3a3;
  font-size: 13px;
}

.marketing-footer-columns {
  gap: 64px;
}

.marketing-footer-columns h3 {
  margin: 0 0 12px;
  color: #fff;
}

.marketing-footer-columns a,
.marketing-footer-columns span {
  display: block;
  margin-bottom: 8px;
  color: #a3a3a3;
  font-size: 13px;
}

.marketing-footer-columns a {
  transition: color 160ms ease;
}

.marketing-footer-columns a:hover {
  color: #fff;
}

.marketing-footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.marketing-footer-bottom p {
  margin: 0;
  color: #a3a3a3;
  font-size: 12px;
}

.marketing-footer .marketing-brand-copy {
  color: #fff;
}

.legal-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(0, 122, 255, 0.1), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, var(--marketing-bg) 30rem);
}

.legal-main {
  padding: 136px 0 104px;
}

.legal-hero {
  display: block;
}

.legal-eyebrow {
  margin: 0 0 10px;
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.legal-title {
  max-width: 780px;
  margin: 0;
  color: var(--marketing-ink);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.legal-summary {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--marketing-muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.legal-document {
  border: 1px solid rgba(229, 229, 229, 0.82);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--marketing-shadow-sm);
  backdrop-filter: blur(18px);
}

.legal-layout {
  margin-top: 48px;
}

.legal-document {
  display: grid;
  gap: 0;
  padding: 8px 32px;
  border-radius: 28px;
}

.legal-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.78);
}

.legal-section:last-child {
  border-bottom: 0;
}

.legal-section h2 {
  margin: 0 0 14px;
  color: var(--marketing-ink);
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.legal-section h3 {
  margin: 0 0 8px;
  color: var(--marketing-ink);
  font-size: 15px;
  letter-spacing: -0.01em;
}

.legal-section p,
.legal-section li {
  color: var(--marketing-muted-strong);
  font-size: 15px;
  line-height: 1.72;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: var(--marketing-blue);
  font-weight: 700;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.legal-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(229, 229, 229, 0.86);
  border-radius: 18px;
}

.legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.legal-table th,
.legal-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.82);
  text-align: left;
  vertical-align: top;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-table th {
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.legal-table td {
  color: var(--marketing-muted-strong);
  font-size: 14px;
  line-height: 1.55;
}

.legal-table code {
  color: var(--marketing-ink);
  font-size: 13px;
  font-weight: 800;
}

.legal-callout {
  margin: 18px 0;
  padding: 24px;
  border: 1px solid rgba(20, 128, 74, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(20, 128, 74, 0.08), rgba(255, 255, 255, 0.72));
}

.faq-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 128, 74, 0.11), transparent 27rem),
    radial-gradient(circle at 88% 8%, rgba(0, 122, 255, 0.11), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--marketing-bg) 34rem);
}

.faq-main {
  padding: 136px 0 104px;
}

.faq-hero {
  display: block;
}

.faq-hero-copy {
  max-width: 780px;
}

.faq-eyebrow,
.faq-index p,
.faq-card-number {
  margin: 0;
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.faq-hero-copy h1 {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--marketing-ink);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.faq-hero-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--marketing-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.faq-index,
.faq-card {
  border: 1px solid rgba(229, 229, 229, 0.82);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--marketing-shadow-sm);
  backdrop-filter: blur(18px);
}

.faq-content {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 56px;
}

.faq-index {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
}

.faq-index p {
  margin-bottom: 4px;
}

.faq-index a {
  color: var(--marketing-muted-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.faq-index a:hover {
  color: var(--marketing-ink);
  transform: translateX(2px);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-card {
  scroll-margin-top: 88px;
  padding: 28px 32px;
  border-radius: 28px;
}

.faq-card h2 {
  margin: 10px 0 12px;
  color: var(--marketing-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.faq-card p {
  max-width: 860px;
  margin: 0;
  color: var(--marketing-muted-strong);
  font-size: 15px;
  line-height: 1.72;
}

.resource-page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 8%, rgba(20, 128, 74, 0.1), transparent 28rem),
    radial-gradient(circle at 84% 6%, rgba(0, 122, 255, 0.1), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--marketing-bg) 34rem);
}

.resource-main {
  padding: 136px 0 104px;
}

.resource-hero-copy {
  max-width: 860px;
}

.resource-eyebrow,
.resource-index p,
.resource-section-number {
  margin: 0;
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.resource-hero-copy h1 {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--marketing-ink);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.resource-hero-copy > p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--marketing-muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.resource-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 56px;
}

.resource-index,
.resource-document {
  border: 1px solid rgba(229, 229, 229, 0.82);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--marketing-shadow-sm);
  backdrop-filter: blur(18px);
}

.resource-index {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 24px;
}

.resource-index p {
  margin-bottom: 4px;
}

.resource-index a {
  color: var(--marketing-muted-strong);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.resource-index a:hover {
  color: var(--marketing-ink);
  transform: translateX(2px);
}

.resource-document {
  display: grid;
  padding: 8px 32px;
  border-radius: 28px;
}

.resource-section {
  scroll-margin-top: 88px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.78);
}

.resource-section:last-child {
  border-bottom: 0;
}

.resource-section h2 {
  margin: 10px 0 14px;
  color: var(--marketing-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.resource-section h3 {
  margin: 0 0 8px;
  color: var(--marketing-ink);
  font-size: 16px;
  letter-spacing: -0.01em;
}

.resource-section p,
.resource-section li {
  max-width: 900px;
  color: var(--marketing-muted-strong);
  font-size: 15px;
  line-height: 1.72;
}

.resource-section p {
  margin: 0 0 14px;
}

.resource-section p:last-child {
  margin-bottom: 0;
}

.resource-section ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.resource-faq-list {
  display: grid;
  gap: 14px;
}

.resource-faq-list article {
  padding: 18px 0 0;
  border-top: 1px solid rgba(229, 229, 229, 0.78);
}

.resource-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resource-related-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(229, 229, 229, 0.86);
  border-radius: 999px;
  color: var(--marketing-ink);
  font-size: 13px;
  font-weight: 800;
  background: rgba(250, 250, 249, 0.86);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.resource-related-links a:hover {
  border-color: rgba(23, 23, 23, 0.18);
  background: #fff;
  transform: translateY(-1px);
}

.donate-page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.donate-header {
  justify-content: space-between;
  min-height: 56px;
  padding: 0 32px;
}

.donate-back-link {
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  color: #737373;
  font-size: 13px;
  font-weight: 500;
}

.donate-back-link svg {
  width: 14px;
  height: 14px;
}

.donate-back-link:hover {
  color: #171717;
}

.donate-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 64px;
}

.donate-card-shell {
  width: min(440px, 100%);
}

.donate-intro {
  text-align: center;
  margin-bottom: 40px;
}

.donate-heart-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid rgba(251, 113, 133, 0.12);
  border-radius: 18px;
  background: rgba(244, 63, 94, 0.06);
  color: var(--marketing-rose);
}

.donate-heart-mark svg {
  width: 22px;
  height: 22px;
}

.donate-intro h1 {
  margin-bottom: 12px;
  font-size: clamp(26px, 4vw, 32px);
  line-height: 1.15;
}

.donate-intro p {
  max-width: 360px;
  margin: 0 auto;
  font-size: 15px;
}

.donate-card {
  overflow: hidden;
  border: 1px solid rgba(229, 229, 229, 0.6);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--marketing-shadow-md);
}

.donate-qr-block,
.donate-address-block {
  padding: 32px;
}

.donate-qr-block {
  text-align: center;
}

.donate-qr-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.donate-qr-frame svg {
  display: block;
  width: 180px;
  height: 180px;
}

.donate-token-row {
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}

.donate-token-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f0b90b;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.donate-token-row strong {
  font-size: 13px;
  font-weight: 600;
}

.donate-network-pill {
  padding: 2px 8px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 500;
}

.donate-qr-block p,
.donate-note p {
  margin: 0;
  font-size: 12px;
}

.donate-card-divider {
  height: 1px;
  margin: 0 32px;
  background: #f1f1f1;
}

.donate-address-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.donate-address-row {
  gap: 8px;
}

.donate-address-value {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  background: #fafafa;
  color: #525252;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}

.donate-copy-button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 0;
  border-radius: 14px;
  background: #171717;
  color: #fff;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.donate-copy-button:hover {
  background: #262626;
}

.donate-copy-button.is-copied {
  background: rgba(16, 185, 129, 0.08);
  color: #059669;
  box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.donate-copy-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.donate-copy-icon svg {
  width: 100%;
  height: 100%;
}

.donate-copy-icon-success {
  display: none;
}

.donate-copy-button.is-copied .donate-copy-icon-default {
  display: none;
}

.donate-copy-button.is-copied .donate-copy-icon-success {
  display: inline-flex;
}

.donate-copy-feedback {
  margin: 8px 0 0;
  color: #059669;
  font-size: 12px;
  font-weight: 500;
}

.donate-warning {
  margin: 0 24px 24px;
  padding: 14px;
  border: 1px solid rgba(245, 158, 11, 0.12);
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.08);
  color: #b45309;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.donate-warning strong {
  font-weight: 700;
}

.donate-suggested,
.donate-note {
  text-align: center;
}

.donate-suggested {
  margin-top: 32px;
}

.donate-suggested p {
  margin: 0 0 12px;
  color: #a3a3a3;
  font-size: 12px;
}

.donate-amount-pills {
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.donate-amount-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: #737373;
  font-size: 13px;
  font-weight: 600;
}

.donate-note {
  margin-top: 40px;
}

.subscription-page-shell {
  min-height: 100vh;
  background: var(--marketing-bg);
}

.subscription-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.72);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
}

.subscription-header-actions,
.subscription-actions,
.billing-layout,
.billing-summary-row {
  display: flex;
  align-items: center;
}

.subscription-header-actions {
  gap: 8px;
}

.subscription-header-actions form {
  margin: 0;
}

.subscription-header-link,
.subscription-header-button,
.subscription-secondary-link,
.telegram-login-button {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.subscription-header-link,
.subscription-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--marketing-muted-strong);
  cursor: pointer;
  font-family: inherit;
}

.subscription-header-link:hover,
.subscription-secondary-link:hover {
  background: rgba(23, 23, 23, 0.04);
  color: var(--marketing-ink);
}

.subscription-header-link.is-active {
  background: rgba(23, 23, 23, 0.08);
  color: var(--marketing-ink);
}

.subscription-header-button,
.telegram-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  background: #171717;
  color: #fff;
  cursor: pointer;
}

.subscription-header-button:hover {
  background: #262626;
}

.subscription-header-logout {
  color: #737373;
}

.subscription-header-logout:hover {
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
}

.account-menu {
  position: relative;
}

.account-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  max-width: 220px;
  padding: 0 10px 0 8px;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--marketing-ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(23, 23, 23, 0.04);
}

.account-menu-trigger:hover,
.account-menu.is-open .account-menu-trigger {
  background: rgba(23, 23, 23, 0.04);
  border-color: rgba(23, 23, 23, 0.14);
}

.account-menu-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: none;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.account-menu-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-menu-chevron {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--marketing-muted);
}

.account-menu-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 40;
  display: grid;
  min-width: 180px;
  padding: 6px;
  border: 1px solid rgba(229, 229, 229, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(23, 23, 23, 0.14);
}

.account-menu-dropdown[hidden] {
  display: none;
}

.account-menu-item {
  display: flex;
  align-items: center;
  min-height: 38px;
  width: 100%;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--marketing-muted-strong);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.account-menu-item:hover,
.account-menu-item.is-active {
  background: rgba(23, 23, 23, 0.06);
  color: var(--marketing-ink);
}

.account-menu-form {
  margin: 4px 0 0;
  padding-top: 4px;
  border-top: 1px solid rgba(229, 229, 229, 0.9);
}

.account-menu-logout:hover {
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
}

.marketing-mobile-menu .account-menu {
  width: 100%;
}

.marketing-mobile-menu .account-menu-trigger {
  width: 100%;
  max-width: none;
  justify-content: flex-start;
}

.marketing-mobile-menu .account-menu-dropdown {
  position: static;
  margin-top: 8px;
  box-shadow: none;
}

.telegram-login-button {
  width: 100%;
  gap: 10px;
  min-height: 52px;
  margin: 0;
  background: #229ed9;
  text-decoration: none;
}

.telegram-login-button:hover {
  background: #1b8fc6;
}

.telegram-login-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.telegram-login-fallback {
  margin: -4px 0 2px;
  color: var(--marketing-muted);
  font-size: 12px;
  line-height: 1.45;
}

.telegram-login-panel {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
}

.telegram-login-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: var(--marketing-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.telegram-login-divider::before,
.telegram-login-divider::after {
  content: "";
  height: 1px;
  background: #f1f1f1;
}

.telegram-login-divider span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}

.telegram-qr-panel {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 8px 0 18px;
  border-bottom: 1px solid #f1f1f1;
}

.telegram-qr-panel img {
  width: 132px;
  height: 132px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
}

.telegram-qr-title {
  margin: 0 0 8px;
  color: var(--marketing-ink);
  font-size: 15px;
  font-weight: 700;
}

.telegram-qr-copy,
.telegram-login-status {
  color: var(--marketing-muted);
  font-size: 13px;
  line-height: 1.5;
}

.telegram-qr-copy {
  margin: 0;
}

.telegram-login-status {
  min-height: 20px;
  margin: -4px 0 0;
  font-weight: 600;
}

.telegram-login-status.is-authorized {
  color: var(--marketing-green);
}

.telegram-login-status.is-error {
  color: var(--marketing-rose);
}

.subscription-main {
  width: min(1120px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 96px 0 112px;
}

.pricing-main {
  padding-top: 112px;
}

.subscription-hero,
.billing-heading {
  max-width: 720px;
}

.subscription-kicker {
  margin: 0 0 10px;
  color: #a3a3a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subscription-title,
.account-title,
.pricing-plan h2,
.supported-payments h2 {
  margin: 0;
  color: #171717;
  font-weight: 700;
  letter-spacing: 0;
}

.subscription-title {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.subscription-copy,
.account-copy,
.pricing-plan-copy {
  color: var(--marketing-muted);
  line-height: 1.65;
}

.subscription-copy {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 17px;
}

.subscription-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.pricing-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 72px;
}

.pricing-plan,
.billing-summary-panel,
.billing-payment-panel,
.account-card,
.supported-payments {
  border: 1px solid rgba(229, 229, 229, 0.78);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--marketing-shadow-sm);
}

.pricing-plan {
  padding: 28px;
}

.pricing-plan-paid {
  border-color: rgba(20, 128, 74, 0.18);
  box-shadow: 0 1px 3px rgba(20, 128, 74, 0.04);
}

.pricing-plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.pricing-plan-header p {
  margin: 0;
  color: var(--marketing-muted-strong);
  font-size: 14px;
  font-weight: 700;
}

.pricing-plan h2 {
  font-size: 40px;
  line-height: 1;
}

.pricing-plan h2 span {
  color: var(--marketing-muted);
  font-size: 15px;
  font-weight: 600;
}

.pricing-plan-copy {
  min-height: 78px;
  margin: 18px 0 24px;
  font-size: 14px;
}

.pricing-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  padding-left: 22px;
  color: var(--marketing-muted-strong);
  font-size: 14px;
  line-height: 1.5;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--marketing-green);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-pill-neutral {
  background: var(--marketing-bg-soft);
  color: var(--marketing-muted-strong);
}

.status-pill-green {
  background: var(--marketing-green-soft);
  color: var(--marketing-green);
}

.status-pill-amber {
  background: var(--marketing-amber-soft);
  color: var(--marketing-amber);
}

.supported-payments {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  margin-top: 16px;
  padding: 28px;
}

.supported-payments h2 {
  font-size: 22px;
  line-height: 1.2;
}

.account-main {
  display: flex;
  justify-content: center;
  padding-top: 104px;
}

.account-card {
  width: min(540px, 100%);
  padding: 32px;
}

.account-title {
  font-size: 32px;
  line-height: 1.15;
}

.account-copy {
  margin: 14px 0 28px;
  font-size: 15px;
}

.billing-main {
  padding-top: 84px;
}

.billing-layout {
  align-items: stretch;
  gap: 16px;
  margin-top: 48px;
}

.billing-summary-panel,
.billing-payment-panel {
  flex: 1;
  padding: 28px;
}

.billing-summary-panel {
  display: grid;
  align-content: start;
}

.billing-summary-row {
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  border-bottom: 1px solid #f1f1f1;
}

.billing-summary-row:last-child {
  border-bottom: 0;
}

.billing-summary-row span {
  color: var(--marketing-muted);
  font-size: 13px;
  font-weight: 600;
}

.billing-summary-row strong {
  color: var(--marketing-ink);
  font-size: 13px;
  text-align: right;
}

.billing-payment-panel {
  display: grid;
  align-content: start;
  gap: 18px;
}

.billing-checkout-copy h2 {
  margin: 10px 0 10px;
  color: var(--marketing-ink);
  font-size: 34px;
  line-height: 1;
}

.billing-checkout-copy p {
  margin: 0;
  color: var(--marketing-muted);
  font-size: 14px;
  line-height: 1.6;
}

.billing-checkout-form {
  margin: 8px 0 0;
}

.billing-checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--marketing-ink);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.billing-checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(23, 23, 23, 0.18);
}

.billing-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--marketing-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.billing-secondary-button:hover {
  background: rgba(23, 23, 23, 0.04);
}

.billing-provider-link {
  color: var(--marketing-green);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.billing-provider-link:hover {
  color: var(--marketing-ink);
}

@media (max-width: 1280px) {
  .hero-container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-preview {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    margin-top: 56px;
  }
}

@media (max-width: 980px) {
  .marketing-nav-actions {
    display: none;
  }

  .marketing-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-container {
    padding-bottom: 64px;
  }

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

  .steps-layout,
  .marketing-footer-top,
  .marketing-footer-bottom {
    display: block;
  }

  .steps-summary {
    position: static;
    width: auto;
    margin-bottom: 48px;
  }

  .marketing-footer-columns {
    margin-top: 40px;
    gap: 32px;
    flex-wrap: wrap;
  }

  .marketing-footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
  }

  .marketing-footer-bottom p:first-child {
    margin-bottom: 8px;
  }

  .pricing-comparison,
  .supported-payments,
  .billing-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .legal-hero,
  .faq-content,
  .resource-layout {
    grid-template-columns: 1fr;
  }

  .faq-index,
  .resource-index {
    position: static;
  }

}

@media (max-width: 720px) {
  .marketing-mobile-menu,
  .marketing-container {
    width: min(100vw - 24px, 1200px);
  }

  .marketing-nav-shell {
    width: 100%;
    padding: 0 12px;
  }

  .hero-copy,
  .section-copy,
  .cta-card-content p {
    font-size: 15px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-secondary-link {
    display: none;
  }

  .hero-product-diorama {
    height: calc((100vw - 24px) / 1.05);
    max-width: none;
    aspect-ratio: auto;
  }

  .hero-dashboard-shell {
    width: 800px;
    height: calc(800px / 1.05);
    transform: scale(calc((100vw - 24px) / 800px));
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-section,
  .steps-section,
  .cta-section {
    padding: 72px 0 96px;
  }

  .step-row {
    gap: 16px;
    padding-bottom: 44px;
  }

  .step-row::after {
    left: 19px;
  }

  .cta-card {
    padding: 48px 20px;
  }

  .donate-header {
    padding: 0 20px;
  }

  .donate-main {
    padding-top: 24px;
  }

  .donate-qr-block,
  .donate-address-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .donate-card-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .donate-warning {
    margin-left: 20px;
    margin-right: 20px;
  }

  .subscription-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .subscription-header-actions {
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .subscription-main {
    width: min(100vw - 24px, 1120px);
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .pricing-main {
    padding-top: 88px;
  }

  .subscription-title {
    font-size: 42px;
  }

  .subscription-copy {
    font-size: 15px;
  }

  .legal-main {
    padding: 104px 0 72px;
  }

  .legal-hero {
    gap: 24px;
  }

  .faq-main {
    padding: 104px 0 72px;
  }

  .resource-main {
    padding: 104px 0 72px;
  }

  .legal-title {
    font-size: 44px;
    letter-spacing: -0.05em;
  }

  .faq-hero-copy h1 {
    font-size: 46px;
    letter-spacing: -0.06em;
  }

  .resource-hero-copy h1 {
    font-size: 46px;
    letter-spacing: -0.06em;
  }

  .legal-summary {
    margin-top: 18px;
    font-size: 15px;
  }

  .faq-hero-copy > p {
    margin-top: 18px;
    font-size: 15px;
  }

  .resource-hero-copy > p {
    margin-top: 18px;
    font-size: 15px;
  }

  .legal-document,
  .faq-index,
  .faq-card,
  .resource-index,
  .resource-document {
    border-radius: 20px;
  }

  .faq-index,
  .resource-index {
    padding: 20px;
  }

  .legal-layout,
  .faq-content,
  .resource-layout {
    margin-top: 24px;
  }

  .legal-document,
  .resource-document {
    padding: 4px 20px;
  }

  .faq-card {
    padding: 24px 20px;
  }

  .legal-section,
  .resource-section {
    padding: 24px 0;
  }

  .pricing-comparison {
    margin-top: 48px;
  }

  .pricing-plan,
  .billing-summary-panel,
  .billing-payment-panel,
  .account-card,
  .supported-payments {
    border-radius: 20px;
    padding: 22px;
  }

  .pricing-plan-copy {
    min-height: 0;
  }

  .billing-layout {
    margin-top: 36px;
  }

  .billing-summary-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px 0;
  }

  .billing-summary-row strong {
    text-align: left;
  }

  .donate-address-row {
    align-items: stretch;
  }

  .telegram-qr-panel {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .telegram-qr-panel img {
    width: 112px;
    height: 112px;
  }
}
