:root {
  --bg: #fffdf9;
  --panel: #ffffff;
  --text: #282323;
  --muted: #6b5c4a;
  --primary: #e8b65d;
  --primary-2: #dca748;
  --line: #eadfcf;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Noto Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}
.nav, .section, .footer, .hero-content {
  width: min(1080px, 92vw);
  margin: 0 auto;
}
.site-header,
.hero > .nav,
.support-hero > .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  padding: 14px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo {
  font-weight: 800; font-size: 1.1rem; letter-spacing: 0.3px; color: var(--text);
  text-decoration: none;
  display: inline-flex; flex-direction: row; align-items: center; gap: 8px;
  flex-shrink: 0; white-space: nowrap;
}
.header-logo-icon {
  width: 60px;
  height: 60px;
  display: block;
  flex-shrink: 0;
}
.header-logo { display: none; }
.header-center-logo { display: none; }
.nav-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  position: static;
  background: transparent;
  border: 0; border-radius: 0; padding: 0; box-shadow: none;
  white-space: nowrap;
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-select {
  border: 1px solid var(--line);
  background: #fffaf0;
  color: var(--text);
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
}
.menu-toggle {
  justify-self: end;
  border: 1px solid var(--line);
  background: #fffaf0;
  color: var(--text);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 1.1rem;
  cursor: pointer;
}
.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
  position: static;
  background: transparent;
  border: 0; border-radius: 0; padding: 0; box-shadow: none;
}
.nav-links.open { display: flex; }
.nav a { color: var(--muted); text-decoration: none; }
.hero { padding-bottom: 20px; }
.hero-content { padding: 28px 0 10px; }
.page-with-fixed-header {
  padding-top: 120px;
}
.legal-page {
  max-width: 720px;
  font-size: 0.9em;
}
.legal-page h1 {
  font-size: 1.8rem;
  margin-bottom: 6px;
}
.legal-page h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 6px;
}
.menu-toggle {
  display: none;
}
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.badge {
  display: inline-block; margin-bottom: 14px; font-size: .85rem;
  color: #7a5a20; background: rgba(232,182,93,.18); border: 1px solid rgba(232,182,93,.45);
  padding: 6px 10px; border-radius: 999px;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 0 0 14px; }
h2 { margin: 0 0 14px; font-size: clamp(1.5rem, 3.5vw, 2rem); }
p { color: var(--muted); margin: 0 0 20px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
}
.btn.primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #282323; }
.btn.ghost { border-color: var(--line); color: var(--text); background: #fffaf0; }
.mockup {
  justify-self: center;
  width: min(300px, 82vw);
  aspect-ratio: 9/18;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 10px;
  background: linear-gradient(180deg, #fff8ee, #f6eee3);
  box-shadow: 0 20px 60px rgba(40,35,35,.12);
}
.real-mockup {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  width: min(360px, 88vw);
}
.mockup-image {
  width: 100%;
  height: auto;
  display: block;
}
.section { padding: 44px 0; }
.section.alt {
  background: #fff7ec;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px;
  margin-bottom: 24px;
}
.grid.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}
.card h3 { margin: 0 0 8px; font-size: 1rem; }
.trust-list { margin: 0; padding-left: 18px; color: var(--text); }
.trust-list li { margin: 8px 0; }
.waitlist { display: flex; flex-wrap: wrap; gap: 10px; }
.waitlist input {
  min-width: 240px; flex: 1; padding: 11px 12px; border-radius: 12px;
  border: 1px solid var(--line); background: #fffaf4; color: #282323;
}
.waitlist input::placeholder {
  color: #7a6b58;
}
.mini { font-size: .92rem; margin-top: 10px; }
.footer {
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
}
.copy { margin: 0 0 8px; font-size: .92rem; color: var(--muted); }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; }
.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;
}
.support-wrap {
  max-width: 720px;
}
.support-hero {
  min-height: 100vh;
}
.support-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.support-select {
  width: 100%;
  max-width: 360px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #0f1833;
  color: var(--text);
  margin-bottom: 18px;
}
.support-form {
  max-width: 460px;
}
.support-input {
  width: 100%;
  margin-bottom: 12px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #0f1833;
  color: var(--text);
}
.support-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.support-option {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.support-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  color: var(--text);
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
}
.support-card.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  border-color: transparent;
  color: #fff;
}
.support-card-emoji {
  font-size: 1.35rem;
  line-height: 1;
}
.support-card-title {
  font-size: 1rem;
  font-weight: 700;
}
.support-card-sub {
  font-size: 0.88rem;
  color: var(--muted);
}
.support-card.active .support-card-sub {
  color: rgba(255,255,255,0.9);
}
.support-inline-method {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.02);
}
.support-inline-method p:last-child {
  margin-bottom: 0;
}
.wallet-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.wallet-address {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f9f6f0;
  color: #282323;
  border: 1px solid var(--line);
  word-break: break-all;
  font-size: 0.85rem;
}
.pay-method {
  margin-top: 16px;
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.pay-method h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}
.pay-method h3 {
  margin: 14px 0 8px;
  font-size: 1rem;
}
.fund-progress {
  margin: 14px 0;
}
.fund-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  color: var(--text);
}
.fund-progress-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: #0f1833;
  border: 1px solid var(--line);
  overflow: hidden;
}
.fund-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.support-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 16px;
  border: 1px solid var(--line);
  table-layout: fixed;
}
.support-table th,
.support-table td {
  border: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.support-table th {
  color: var(--text);
  background: rgba(255,255,255,0.03);
  font-weight: 700;
}
.support-table td {
  color: var(--text);
}
.support-table th:last-child,
.support-table td:last-child {
  width: 140px;
  text-align: right;
  white-space: nowrap;
}
.funding-details {
  width: 100%;
}
.funding-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  list-style: none;
}
.funding-summary::-webkit-details-marker {
  display: none;
}
.funding-summary::before {
  content: '▸';
  font-size: 1.15rem;
  color: var(--muted);
  line-height: 1;
}
.funding-details[open] .funding-summary::before {
  content: '▾';
}
.funding-details-body {
  margin-top: 14px;
}
.qr-placeholder {
  margin-top: 10px;
  border: 1px dashed #6f7ec0;
  border-radius: 12px;
  min-height: 180px;
  display: grid;
  place-items: center;
  color: #cfd8ff;
  background: rgba(109,124,255,.08);
  font-weight: 600;
}
.qr-image {
  margin-top: 10px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: block;
}
@media (min-width: 901px) {
  .qr-image {
    max-width: 400px;
  }
  .page-with-fixed-header {
    padding-top: 120px;
  }
}
.always-visible {
  border-style: solid;
}

@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .grid.four { grid-template-columns: 1fr; }
  .support-cards { grid-template-columns: 1fr; }
  .page-with-fixed-header { padding-top: 120px; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-links {
    display: none;
    gap: 14px;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: calc(100% - 6px);
    right: 4vw;
    background: #fffdf9;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 12px 32px rgba(40,35,35,.08);
  }
  .nav-links.open {
    display: flex;
  }
}
