:root {
  --bg: #FBF6EC;
  --surface: #FFFFFF;
  --surface-muted: #F3EDE0;
  --primary: #5C8A6B;
  --primary-dark: #456B52;
  --text: #3A3530;
  --text-muted: #7A7268;
  --border: #EAE2D3;
  --good-bg: #EAF3EA;
  --good: #6FA97D;
  --caution: #E0A85C;
  --caution-bg: #FBF0DF;
  --avoid: #D97C63;
  --avoid-bg: #FBEAE4;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

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

.wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 720px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 246, 236, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
}
.brand-small { font-size: 15px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; color: var(--text-muted); }
.nav-links a:hover { color: var(--primary); }
@media (max-width: 560px) {
  .nav-links { display: none; }
}

/* Hero */
.hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero { grid-template-columns: 1fr 1fr; }
}
.hero h1 { font-size: 42px; font-weight: 800; line-height: 1.15; margin: 0 0 20px; letter-spacing: -0.02em; }
.hero p { font-size: 18px; color: var(--text-muted); margin: 0 0 28px; }
.hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.play-badge img { height: 56px; width: auto; display: block; }
.hero-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}
.hero-qr img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 6px;
}
.hero-note { font-size: 12px; color: var(--text-muted); margin-top: 16px; }
.hero-image { display: flex; justify-content: center; }
.hero-image img { width: 100%; max-width: 320px; }

/* Demo / worked example */
.demo {
  padding: 0 24px 80px;
}
.demo-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .demo-inner { grid-template-columns: 1fr 1fr; }
}
.demo-copy h2 { font-size: 26px; font-weight: 700; margin: 0 0 12px; }
.demo-copy p { color: var(--text-muted); margin: 0 0 8px; }
.demo-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--good-bg);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.demo-note { font-size: 12px; font-style: italic; margin-top: 12px; }

.demo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 0 8px 24px rgba(58, 53, 48, 0.06);
}
.demo-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.demo-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--surface-muted);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.demo-card-title { font-size: 15px; font-weight: 700; }
.demo-card-sub { font-size: 12px; color: var(--text-muted); }
.demo-verdict {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--caution);
  margin-top: 6px;
}
.demo-verdict .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--caution); }
.demo-summary {
  font-size: 13px;
  color: var(--text-muted);
  margin: 14px 0;
  line-height: 1.6;
}
.demo-rows { border-top: 1px solid var(--border); }
.demo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.demo-row .ic { font-size: 16px; width: 22px; }
.demo-row .label { flex: 1; font-weight: 600; }
.demo-row .val { color: var(--text-muted); margin-right: 8px; font-size: 12px; }
.demo-row .row-dot { width: 9px; height: 9px; border-radius: 50%; }
.demo-swap {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: var(--good-bg);
  font-size: 12px;
  color: var(--primary-dark);
}
.demo-swap strong { display: block; margin-bottom: 2px; font-size: 13px; }

/* Independence */
.independence {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 24px;
}
.independence h2 { text-align: center; font-size: 26px; font-weight: 700; margin: 0 0 12px; }
.independence > .wrap > p.lead { text-align: center; color: var(--text-muted); max-width: 600px; margin: 0 auto 40px; }
.independence-grid {
  display: grid;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .independence-grid { grid-template-columns: repeat(3, 1fr); }
}
.independence-item { text-align: center; }
.independence-item .icon { font-size: 28px; margin-bottom: 10px; }
.independence-item h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
.independence-item p { font-size: 13px; color: var(--text-muted); margin: 0; }

/* FAQ */
.faq { padding: 80px 24px; }
.faq h2 { text-align: center; font-size: 26px; font-weight: 700; margin: 0 0 40px; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.faq-item h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.faq-item p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* How it works */
.how-it-works {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 64px 24px;
}
.how-it-works h2 { text-align: center; font-size: 26px; font-weight: 700; margin: 0 0 48px; }
.steps { display: grid; gap: 32px; max-width: 960px; margin: 0 auto; }
@media (min-width: 640px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}
.step { text-align: center; }
.step-num {
  margin: 0 auto 16px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--good-bg);
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.step h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.step p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* Features */
.features { padding: 80px 24px; }
.features h2 { text-align: center; font-size: 26px; font-weight: 700; margin: 0 0 12px; }
.features > .wrap > p { text-align: center; color: var(--text-muted); max-width: 560px; margin: 0 auto 48px; }
.feature-grid {
  display: grid;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}
.feature-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
}
.feature-card .icon { font-size: 30px; margin-bottom: 12px; }
.feature-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.feature-card p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* Trust strip */
.trust {
  background: var(--good-bg);
  padding: 40px 24px;
}
.trust p {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: var(--primary-dark);
}

/* Footer */
.site-footer { padding: 48px 24px; }
.site-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: var(--text-muted);
}
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links a:hover { color: var(--primary); }
.copyright { max-width: 960px; margin: 24px auto 0; padding: 0 24px; font-size: 12px; color: var(--text-muted); }

/* Legal pages */
.legal-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 48px 24px 40px;
}
.eyebrow {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.legal-hero h1 { font-size: 32px; font-weight: 700; margin: 0; }
.legal-hero .updated { font-size: 14px; color: var(--text-muted); margin-top: 12px; }

.summary-banner {
  border-bottom: 1px solid var(--border);
  background: var(--good-bg);
  padding: 16px 24px;
}
.summary-banner p { max-width: 720px; margin: 0 auto; font-size: 14px; color: var(--primary-dark); }

.legal-content { max-width: 720px; margin: 0 auto; padding: 48px 24px; }
.legal-content section { margin-bottom: 40px; }
.legal-content h2 { font-size: 22px; font-weight: 600; margin: 0 0 8px; }
.legal-content p, .legal-content li { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.legal-content a { color: var(--primary); }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: var(--text); }
.legal-content ul { margin: 0; padding-left: 20px; }

.contact-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.contact-card .icon { font-size: 36px; margin-bottom: 12px; }
.contact-card h3 { font-size: 17px; font-weight: 600; margin: 0 0 8px; color: var(--text); }
.contact-card p { margin: 0 0 20px; }
.contact-btn {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.contact-btn:hover { background: var(--primary-dark); }
.legal-content .contact-btn { color: #fff; }

.legal-footer-strip {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 24px;
}
.legal-footer-strip .wrap-narrow { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-muted); }
.legal-footer-strip .badge {
  width: 40px; height: 40px;
  background: var(--good-bg);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.legal-footer-strip .name { font-weight: 600; color: var(--text); margin: 0; }
.legal-footer-strip .tagline { font-size: 12px; margin: 0; }

.legal-copyright {
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}

/* Generic sub-page hero (features, blog, contact) */
.page-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 56px 24px 48px;
  text-align: center;
}
.page-hero h1 { font-size: 34px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.02em; }
.page-hero p { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: 16px; }

/* Feature detail blocks (features page) */
.feature-detail-list { max-width: 860px; margin: 0 auto; padding: 64px 24px; }
.feature-detail {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
.feature-detail:last-child { border-bottom: none; }
.feature-detail .fd-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--good-bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
}
.feature-detail h2 { font-size: 19px; font-weight: 700; margin: 0 0 8px; }
.feature-detail p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.feature-detail .fd-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}

.methodology {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 64px 24px;
}
.methodology .wrap-narrow h2 { font-size: 22px; font-weight: 700; margin: 0 0 16px; text-align: center; }
.methodology .wrap-narrow > p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0 0 14px; }
.methodology ul { font-size: 14px; color: var(--text-muted); line-height: 1.8; padding-left: 20px; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px 64px;
  text-align: center;
}
.stat-row .stat-num { font-size: 30px; font-weight: 800; color: var(--primary); }
.stat-row .stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

/* Contact form */
.contact-wrap { max-width: 560px; margin: 0 auto; padding: 56px 24px 80px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  font-family: inherit;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.form-submit {
  width: 100%;
  padding: 13px;
  border: none;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.form-submit:hover { background: var(--primary-dark); }
.form-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 14px; }
.contact-alt {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}
.contact-alt a { color: var(--primary); font-weight: 600; }
.success-box {
  max-width: 480px;
  margin: 80px auto;
  padding: 40px 24px;
  text-align: center;
}
.success-box .icon { font-size: 44px; margin-bottom: 16px; }
.success-box h1 { font-size: 24px; margin: 0 0 10px; }
.success-box p { color: var(--text-muted); margin: 0 0 20px; }

/* Blog */
.blog-list { max-width: 800px; margin: 0 auto; padding: 56px 24px 80px; display: grid; gap: 20px; }
.blog-card {
  display: block;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 16px;
  padding: 24px;
}
.blog-card:hover { border-color: var(--primary); }
.blog-card .blog-date { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }
.blog-card h2 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.blog-card p { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.6; }

.blog-post { max-width: 680px; margin: 0 auto; padding: 56px 24px 80px; }
.blog-post .blog-date { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
.blog-post h1 { font-size: 30px; font-weight: 800; margin: 0 0 24px; line-height: 1.2; }
.blog-post h2 { font-size: 20px; font-weight: 700; margin: 32px 0 12px; }
.blog-post p { font-size: 15px; color: var(--text); line-height: 1.8; margin: 0 0 16px; }
.blog-post p.lede { color: var(--text-muted); font-size: 16px; }
.blog-post ul, .blog-post ol { font-size: 15px; line-height: 1.8; padding-left: 22px; margin: 0 0 16px; }
.blog-post .back-link { display: inline-block; margin-top: 32px; font-size: 14px; color: var(--primary); font-weight: 600; }
.blog-disclaimer {
  margin-top: 40px;
  padding: 16px;
  border-radius: 12px;
  background: var(--good-bg);
  font-size: 12px;
  color: var(--primary-dark);
}
