:root {
  --green: #34d399;
  --green-dark: #059669;
  --bg: #0d1117;
  --bg-deep: #060a0f;
  --card: #161b22;
  --card-2: #21262d;
  --border: #30363d;
  --text: #e6edf3;
  --muted: #8b949e;
  --muted-strong: #b8c0ca;
  --amber: #f59e0b;
  --blue: #60a5fa;
  --danger: #f87171;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% -10%, rgba(52, 211, 153, 0.16), transparent 34rem),
    radial-gradient(circle at 95% 8%, rgba(245, 245, 220, 0.08), transparent 28rem),
    linear-gradient(180deg, #0d1117 0%, #08100d 43%, #060a0f 100%);
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--green);
  color: #07110d;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 32px));
  min-height: 74px;
  margin: 12px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(48, 54, 61, 0.86);
  border-radius: var(--radius);
  background: rgba(13, 17, 23, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 152px;
}

.brand img {
  width: 168px;
  max-height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted-strong);
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(52, 211, 153, 0.10);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card-2);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 4px;
  background: currentColor;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  overflow: hidden;
}

.split-section,
.built-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(48, 54, 61, 0.88);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(52, 211, 153, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(22, 27, 34, 0.88), rgba(8, 16, 13, 0.94));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-content::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.16);
  background: rgba(52, 211, 153, 0.05);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.hero-brand-mark {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.hero-app-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  object-fit: contain;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.36);
}

.hero-wordmark {
  width: min(360px, calc(100% - 84px));
  max-height: 78px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(40px, 5.1vw, 66px);
  line-height: 1.01;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 790px;
  margin: 18px 0 0;
  color: var(--muted-strong);
  font-size: clamp(17px, 1.65vw, 20px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--green);
  color: #08110d;
  box-shadow: 0 14px 38px rgba(52, 211, 153, 0.23);
}

.btn-secondary {
  color: var(--text);
  background: rgba(33, 38, 45, 0.85);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: rgba(52, 211, 153, 0.55);
}

.safety-line {
  width: fit-content;
  margin: 18px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(52, 211, 153, 0.24);
  border-radius: var(--radius);
  color: var(--muted-strong);
  background: rgba(6, 10, 15, 0.34);
  font-size: 14px;
}

.built-callout,
.verified-panel,
.legal-card,
.final-cta {
  border: 1px solid rgba(48, 54, 61, 0.9);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(22, 27, 34, 0.94), rgba(13, 17, 23, 0.96));
  box-shadow: var(--shadow);
}

.hero-proof {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-top: 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.proof-grid div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(48, 54, 61, 0.9);
  border-radius: var(--radius);
  background: rgba(33, 38, 45, 0.72);
}

.proof-grid span {
  color: var(--green);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.proof-grid small {
  color: var(--muted-strong);
  font-weight: 700;
  font-size: 12px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted-strong);
  font-size: 17px;
  margin: 14px 0 0;
}

.demo-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.85fr);
  grid-auto-flow: dense;
  gap: 16px;
}

.screen-card,
.feature-card,
.budget-grid article,
.budget-goal,
.reward-card,
.risk-grid article,
.timeline article,
.faq-list details {
  border: 1px solid rgba(48, 54, 61, 0.92);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.84);
}

.screen-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 356px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.screen-card:hover,
.screen-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(52, 211, 153, 0.65);
  outline: none;
}

.screen-card-large {
  grid-row: span 2;
  min-height: 610px;
}

.screen-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: left top;
  opacity: 0.92;
}

.screen-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(6, 10, 15, 0.94));
  pointer-events: none;
}

.screen-card div {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
}

.screen-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  width: fit-content;
  color: #07110d;
  background: var(--green);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.screen-card strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.screen-card p,
.feature-card p,
.reward-card p,
.risk-grid p,
.timeline p {
  color: var(--muted-strong);
  margin: 10px 0 0;
}

.secondary-demo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.secondary-demo-row a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 92px;
  padding: 24px;
  border: 1px solid rgba(48, 54, 61, 0.92);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.84);
  text-decoration: none;
}

.secondary-demo-row strong {
  font-size: 18px;
}

.secondary-demo-row span {
  color: var(--muted-strong);
  text-align: right;
}

.secondary-demo-row a:hover,
.secondary-demo-row a:focus-visible {
  border-color: rgba(52, 211, 153, 0.65);
  outline: none;
}

.split-section {
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-card {
  padding: 32px;
}

.feature-card h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px rgba(52, 211, 153, 0.75);
  vertical-align: 2px;
}

.built-layout {
  align-items: stretch;
}

.built-callout {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 42px;
  overflow: hidden;
}

.built-callout strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
}

.built-callout p {
  color: var(--muted-strong);
}

.check-grid,
.pill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.check-grid span,
.pill-grid span {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(48, 54, 61, 0.92);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.76);
  color: var(--muted-strong);
  font-weight: 750;
}

.check-grid span::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--green);
}

.pill-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.budget-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  align-items: stretch;
}

.budget-goal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(52, 211, 153, 0.13), rgba(22, 27, 34, 0.88));
}

.budget-goal span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.budget-goal strong {
  margin-top: 14px;
  color: var(--text);
  font-size: clamp(52px, 7vw, 86px);
  line-height: 0.95;
}

.budget-goal p {
  margin: 20px 0 0;
  color: var(--muted-strong);
  font-size: 17px;
}

.budget-grid {
  display: grid;
  gap: 10px;
}

.budget-grid article {
  min-height: 86px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 26px;
}

.budget-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: rgba(52, 211, 153, 0.12);
  color: var(--green);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.budget-grid span {
  display: block;
  color: var(--muted-strong);
  font-size: 15px;
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reward-card {
  min-height: 260px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.reward-card.featured {
  border-color: rgba(52, 211, 153, 0.72);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.14), rgba(22, 27, 34, 0.88));
}

.amount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 26px;
  color: var(--green);
  font-weight: 950;
  font-size: 42px;
  line-height: 0.95;
}

.amount small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reward-card h3 {
  font-size: 22px;
}

.reward-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.reward-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: var(--muted-strong);
}

.reward-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.verified-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
}

.verified-panel ul {
  columns: 2;
  margin: 16px 0 0;
  padding-left: 18px;
}

.verified-panel li {
  margin-bottom: 8px;
}

.verified-panel p {
  margin: 0;
  color: var(--muted-strong);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.timeline article {
  padding: 32px;
}

.timeline span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.risk-grid article {
  padding: 32px;
}

.compliance-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background: rgba(245, 158, 11, 0.08);
  color: var(--muted-strong);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 26px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--muted-strong);
}

.legal-card {
  padding: 36px;
}

.legal-card p {
  margin: 0;
  color: var(--muted-strong);
}

.legal-card p + p {
  margin-top: 14px;
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 42px;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted-strong);
  font-size: 18px;
}

.final-cta .cta-row {
  flex: 0 0 auto;
  margin-top: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 44px;
  border-top: 1px solid rgba(48, 54, 61, 0.92);
  color: var(--muted);
}

.site-footer img {
  width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.site-footer p {
  max-width: 680px;
  margin: 0;
  text-align: right;
}

/* FOOTER — matches main landing page */
.footer {
  border-top: 1px solid rgba(31,41,51,0.9);
  padding: 22px 0 30px;
}

.footer .container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 24px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
}

.support-email {
  color: var(--green);
  font-weight: 800;
}

/* ── Payment section ── */
.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.payment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 170px;
  padding: 32px;
  border: 1px solid rgba(48, 54, 61, 0.92);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.84);
  text-decoration: none;
  text-align: center;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.payment-card:hover,
.payment-card:focus-visible {
  border-color: rgba(52, 211, 153, 0.65);
  transform: translateY(-2px);
  outline: none;
}

.payment-icon {
  font-size: 38px;
  line-height: 1;
}

.payment-card strong {
  font-size: 20px;
  color: var(--text);
}

.payment-handle {
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
}

.payment-note {
  margin-bottom: 28px;
  padding: 20px 26px;
  border: 1px solid rgba(52, 211, 153, 0.28);
  border-radius: var(--radius);
  background: rgba(52, 211, 153, 0.06);
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.65;
}

.payment-note strong {
  color: var(--text);
}

.tier-quick-ref {
  margin-bottom: 22px;
}

.tier-ref-label {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-ref-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.tier-ref-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 10px;
  border: 1px solid rgba(48, 54, 61, 0.92);
  border-radius: var(--radius);
  background: rgba(22, 27, 34, 0.76);
  text-align: center;
}

.tier-ref-grid span {
  color: var(--green);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.tier-ref-grid strong {
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 700;
}

.tier-ref-grid .featured-tier {
  border-color: rgba(52, 211, 153, 0.55);
  background: rgba(52, 211, 153, 0.1);
}

/* "Back this tier" button inside reward cards */
.btn-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 100%;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(52, 211, 153, 0.40);
  border-radius: var(--radius);
  background: rgba(52, 211, 153, 0.08);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease;
}

.btn-support:hover,
.btn-support:focus-visible {
  background: rgba(52, 211, 153, 0.16);
  border-color: rgba(52, 211, 153, 0.7);
  outline: none;
}

.reward-card.featured .btn-support {
  background: var(--green);
  border-color: var(--green);
  color: #08110d;
}

.reward-card.featured .btn-support:hover {
  background: #28c982;
  border-color: #28c982;
}

@media (max-width: 980px) {
  .split-section,
  .built-layout,
  .verified-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .sticky-heading {
    position: static;
  }

  .demo-showcase,
  .pill-grid,
  .timeline,
  .risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tier-ref-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .budget-layout {
    grid-template-columns: 1fr;
  }

  .reward-grid,
  .check-grid,
  .secondary-demo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-card-large {
    grid-row: auto;
    min-height: 420px;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta .cta-row {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100% - 20px);
    min-height: 64px;
    margin-top: 10px;
  }

  .brand img {
    width: 138px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 86px 10px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(13, 17, 23, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .section {
    width: calc(100% - 24px);
    padding: 58px 0;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(40px, 15vw, 62px);
  }

  .hero-content {
    padding: 24px;
  }

  .hero-content::after {
    right: -170px;
    top: -190px;
  }

  .hero-proof {
    padding: 12px;
    margin-top: 34px;
  }

  .hero-brand-mark {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero-app-icon {
    width: 68px;
    height: 68px;
  }

  .hero-wordmark {
    width: min(100%, 320px);
  }

  .cta-row,
  .final-cta .cta-row {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .demo-showcase,
  .pill-grid,
  .timeline,
  .risk-grid,
  .reward-grid,
  .check-grid,
  .secondary-demo-row,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .tier-ref-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .budget-layout,
  .budget-grid article {
    grid-template-columns: 1fr;
  }

  .budget-goal,
  .budget-grid article,
  .reward-card,
  .feature-card,
  .timeline article,
  .risk-grid article,
  .built-callout {
    padding: 24px;
  }

  .budget-grid article {
    gap: 14px;
    align-items: start;
  }

  .budget-grid strong {
    width: fit-content;
    justify-content: flex-start;
  }

  .screen-card,
  .screen-card-large {
    min-height: 390px;
  }

  .screen-card div,
  .secondary-demo-row a {
    padding: 20px;
  }

  .secondary-demo-row a {
    align-items: flex-start;
    flex-direction: column;
  }

  .secondary-demo-row span {
    text-align: left;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.proof-grid div {
    min-height: 64px;
    padding: 14px;
  }

  .proof-grid span {
    font-size: 20px;
  }

  .verified-panel ul {
    columns: 1;
  }

  .final-cta,
  .legal-card,
  .verified-panel {
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* ── GOAL METER ──────────────────────────────────── */
.goal-meter {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 32px 22px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.goal-meter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 50%, rgba(52,211,153,0.06), transparent 55%);
  pointer-events: none;
}

.goal-meter-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.goal-raised-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.goal-raised-amount {
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 900;
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.goal-raised-label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.goal-target-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.goal-pct {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.goal-target-label {
  font-size: 13px;
  color: var(--muted);
}

/* Track */
.goal-track {
  height: 16px;
  background: var(--card-2);
  border-radius: 999px;
  border: 1px solid var(--border);
  overflow: visible;
  position: relative;
}

/* Fill bar */
.goal-fill {
  height: 100%;
  width: 0%;
  min-width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-dark) 0%, var(--green) 100%);
  transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 0 12px rgba(52,211,153,0.35);
}

/* Glowing end cap — only visible when bar has some width */
.goal-fill.has-progress::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  border: 2px solid var(--card);
  box-shadow: 0 0 14px rgba(52,211,153,0.85), 0 0 28px rgba(52,211,153,0.35);
  z-index: 1;
}

/* Subtle stripe shimmer on the fill */
.goal-fill.has-progress {
  background-image: linear-gradient(
    90deg,
    var(--green-dark) 0%,
    var(--green) 60%,
    rgba(52,211,153,0.7) 100%
  );
}

/* Footer row */
.goal-meter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.goal-status {
  font-size: 12px;
  color: var(--muted);
}

.goal-milestone {
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.02em;
}

/* Goal reached state */
.goal-meter.goal-reached .goal-raised-amount {
  color: var(--green);
}

.goal-meter.goal-reached .goal-track {
  box-shadow: 0 0 18px rgba(52,211,153,0.25);
}

@media (max-width: 480px) {
  .goal-meter {
    padding: 20px 18px 16px;
  }
  .goal-meter-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .goal-target-block {
    text-align: left;
  }
}
/* ── END GOAL METER ────────────────────────────── */
