:root {
  --bg: #f7faf8;
  --bg-deep: #eef5f1;
  --panel: #ffffff;
  --panel-2: #f1f7f4;
  --ink: #17342e;
  --muted: #5f756f;
  --teal: #168a72;
  --teal-2: #0d6f5d;
  --gold: #b58a3a;
  --blue: #2d6f8f;
  --line: #d9e6e0;
  --shadow: 0 22px 55px rgba(35, 73, 62, .10);
  --radius: 24px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin: 0 auto; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 100; background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 8px; border: 1px solid var(--line); }
.skip:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(29, 84, 70, .10);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: .08em; font-size: 1rem; }
.brand-mark { width: 33px; height: 33px; color: var(--teal); }
.brand-accent { color: var(--teal); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .94rem; color: #45655d; }
.site-nav a { transition: .2s ease; }
.site-nav a:hover { color: var(--teal-2); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(22,138,114,.25); border-radius: 999px; background: #edf8f4; color: var(--teal-2); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 4px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(22,138,114,.10), transparent 26%),
    radial-gradient(circle at 8% 86%, rgba(45,111,143,.07), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(21,83,67,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,83,67,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.32), transparent 90%);
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(65px); opacity: .13; pointer-events: none; }
.hero-glow-a { width: 500px; height: 500px; right: -180px; top: 90px; background: #7bd9c6; }
.hero-glow-b { width: 360px; height: 360px; left: -140px; bottom: -160px; background: #f1d99f; opacity: .18; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; padding: 92px 0; }
.eyebrow, .section-kicker { color: var(--teal-2); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .76rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid rgba(22,138,114,.16); background: #edf8f4; border-radius: 999px; }
.dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,138,114,.09); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; margin: 25px 0 25px; max-width: 800px; color: #183f35; }
h1 span { color: var(--teal); }
.hero-lede { font-size: clamp(1.08rem, 1.5vw, 1.3rem); max-width: 690px; color: #566f68; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border-radius: 12px; font-weight: 780; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #168a72, #0d6f5d); box-shadow: 0 12px 30px rgba(22,138,114,.18); }
.button-ghost { background: #fff; border-color: #cfe0d9; color: #31584d; }
.hero-note { max-width: 720px; color: #758a84; font-size: .84rem; }

.hero-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(22,138,114,.22); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; background: rgba(255,255,255,.35); box-shadow: inset 0 0 60px rgba(22,138,114,.035); }
.orbit-two { width: 310px; height: 310px; border-style: dashed; border-color: rgba(181,138,58,.30); }
.core-card { width: 182px; height: 182px; border-radius: 50%; display: grid; place-items: center; align-content: center; gap: 3px; background: linear-gradient(145deg, #ffffff, #eaf6f1); border: 1px solid #b9d9cf; box-shadow: 0 0 0 18px rgba(22,138,114,.035), 0 25px 60px rgba(27,77,63,.13); position: relative; z-index: 3; }
.core-icon { width: 65px; color: var(--teal); }
.core-card > span { font-size: .88rem; font-weight: 850; letter-spacing: .15em; }
.core-card > small { color: #718881; font-size: .72rem; }
.orbit-card { position: absolute; min-width: 132px; padding: 11px 14px; border-radius: 14px; background: rgba(255,255,255,.95); border: 1px solid #d6e5df; box-shadow: 0 16px 40px rgba(27,77,63,.12); z-index: 4; backdrop-filter: blur(12px); }
.orbit-card b { display: block; font-size: .84rem; }
.orbit-card span { display: block; color: #718881; font-size: .75rem; }
.card-community { top: 47px; right: 36px; }
.card-nonprofit { bottom: 60px; right: 0; }
.card-repayment { left: 8px; bottom: 150px; }

.section { padding: 110px 0; }
.problem { background: #ffffff; border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; margin: 14px 0 24px; color: #183f35; }
.body-large { color: #526c65; font-size: 1.16rem; }
.body-large strong { color: #183f35; font-weight: 750; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.compact { max-width: 820px; }
.section-heading p, .principles-copy p, .contact-grid > div > p { color: var(--muted); font-size: 1.08rem; }
.model-section { background: #f6faf8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 300px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 30px rgba(35,73,62,.055); }
.step-card::before { content:""; position:absolute; width:120px; height:120px; border-radius:50%; right:-50px; top:-50px; background:rgba(22,138,114,.055); }
.step-num { color: var(--teal); font-weight: 850; font-size: .83rem; letter-spacing: .12em; margin-bottom: 70px; }
.step-card h3 { font-size: 1.33rem; margin-bottom: 10px; color: #204b40; }
.step-card p { color: var(--muted); font-size: .96rem; }

.why-section { background: #eef6f2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.feature { padding: 25px; border-radius: 20px; background: #ffffff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(35,73,62,.04); }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #e6f5ef; color: var(--teal); margin-bottom: 28px; font-size: 1.2rem; }
.feature h3 { font-size: 1.12rem; margin-bottom: 7px; color: #204b40; }
.feature p { color: var(--muted); font-size: .93rem; margin-bottom: 0; }

.principles { background: #ffffff; }
.principles-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.principles-copy { position: sticky; top: 120px; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list > div { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.principle-list span { color: var(--teal); font-weight: 850; font-size: .82rem; }
.principle-list p { margin: 0; color: #5f756f; }
.principle-list b { color: #1f493e; }

.status-section { background: linear-gradient(180deg, #f4f9f6, #eef6f2); }
.status-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.status-card { border-radius: var(--radius); border: 1px solid var(--line); background: #ffffff; padding: 38px; box-shadow: 0 12px 32px rgba(35,73,62,.055); }
.status-main { background: linear-gradient(135deg, #ffffff, #edf8f4); }
.status-main p { color: var(--muted); max-width: 760px; }
.status-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 8px 12px; border-radius: 999px; background: #fff8e8; border: 1px solid #ead5a8; color: #866522; font-size: .82rem; font-weight: 750; }
.status-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.check-list { list-style: none; margin: 20px 0 0; padding: 0; }
.check-list li { padding: 10px 0 10px 26px; border-bottom: 1px solid #e5eeea; color: #526c65; position: relative; }
.check-list li::before { content: "•"; position: absolute; left: 6px; color: var(--teal); }

.faq-section { background: #ffffff; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-weight: 760; font-size: 1.05rem; list-style: none; padding-right: 40px; position: relative; color: #244f43; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: -4px; font-size: 1.45rem; color: var(--teal); font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: 15px 36px 0 0; }

.contact-section { background: linear-gradient(135deg, #eef7f3, #f9fbfa); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-note { font-size: .88rem !important; color: #71877f !important; margin-top: 30px !important; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: #ffffff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; font-size: .8rem; color: #46675e; font-weight: 700; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form .button, .form-note { grid-column: 1 / -1; }
input, textarea, select { width: 100%; color: var(--ink); background: #fbfdfc; border: 1px solid #ccdcd6; border-radius: 10px; padding: 12px 13px; outline: none; }
textarea { resize: vertical; min-height: 130px; }
input:focus, textarea:focus, select:focus { border-color: rgba(22,138,114,.55); box-shadow: 0 0 0 3px rgba(22,138,114,.09); }
.form-note { margin: -2px 0 0; font-size: .76rem; color: #798d87; }
.hidden { display: none; }

.site-footer { padding: 50px 0 34px; background: #eaf3ef; border-top: 1px solid var(--line); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 28px; }
.footer-top p { margin: 0; color: #617871; font-size: .9rem; }
.footer-bottom { border-top: 1px solid #d5e3dd; padding-top: 26px; display: grid; grid-template-columns: auto 1fr; gap: 50px; color: #71867f; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.disclosure { max-width: 850px; justify-self: end; }

@media (max-width: 1000px) {
  .hero-grid, .split, .principles-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 80px 0 70px; }
  .hero-visual { min-height: 460px; max-width: 600px; width: 100%; margin: 0 auto; }
  .steps, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .status-grid { grid-template-columns: 1fr; }
  .principles-copy { position: static; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .site-nav { display: none; position: absolute; top: 78px; left: 14px; right: 14px; padding: 18px; background: #ffffff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 10px; }
  .nav-cta { text-align: center; margin-top: 7px; }
  .nav-toggle { display: block; }
  .hero-grid { padding-top: 62px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-visual { min-height: 420px; transform: scale(.9); margin: -15px auto -20px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 265px; height: 265px; }
  .card-community { right: 0; }
  .card-nonprofit { right: -3px; }
  .card-repayment { left: -5px; }
  .section { padding: 82px 0; }
  .steps, .feature-grid, .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form .button, .form-note { grid-column: 1; }
  .step-card { min-height: 240px; }
  .step-num { margin-bottom: 38px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; gap: 15px; }
  .disclosure { justify-self: start; }
}

@media (max-width: 430px) {
  .hero-visual { transform: scale(.78); width: 118%; margin-left: -9%; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .status-card, .contact-form { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* 2026 light redesign: branded GoodFi coin imagery */
.brand-coin {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 3px 12px rgba(39, 90, 78, .12);
  border: 1px solid rgba(22,138,114,.14);
}

.hero-coin-card {
  margin: 0;
  padding: 18px 18px 14px;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(29,84,70,.12);
  box-shadow: 0 30px 70px rgba(35,73,62,.13);
  transform: rotate(.25deg);
}
.hero-coin-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}
.hero-coin-card figcaption {
  color: #6b827b;
  font-size: .78rem;
  text-align: center;
  padding: 10px 8px 1px;
}

.funding-loop-panel {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  align-items: center;
  margin: 10px 0 56px;
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #f2f9f6);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(35,73,62,.07);
  overflow: hidden;
}
.funding-loop-copy h3 {
  color: #204b40;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin: 12px 0 18px;
}
.funding-loop-copy p { color: var(--muted); }
.loop-note { font-size: .82rem; color: #778b85 !important; margin-top: 24px; }

.funding-loop-visual {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.funding-loop-visual::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,138,114,.08), rgba(22,138,114,.015) 58%, transparent 72%);
  z-index: -2;
}
.loop-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.loop-ring-outer {
  width: 430px;
  height: 430px;
  border: 1.5px solid rgba(22,138,114,.23);
}
.loop-ring-inner {
  width: 315px;
  height: 315px;
  border: 1.5px dashed rgba(181,138,58,.34);
}
.loop-core {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #c3ddd4;
  box-shadow: 0 0 0 16px rgba(22,138,114,.035), 0 25px 58px rgba(27,77,63,.12);
  z-index: 3;
}
.loop-core img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .97;
}
.loop-core::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,.95) 0 22%, rgba(255,255,255,0) 48%);
  pointer-events: none;
}
.loop-core span,
.loop-core small {
  position: relative;
  z-index: 4;
  align-self: end;
  color: #17342e;
  text-shadow: 0 1px 2px rgba(255,255,255,.95);
}
.loop-core span { margin-top: 118px; font-weight: 850; letter-spacing: .14em; font-size: .78rem; }
.loop-core small { color: #6f857e; font-size: .64rem; }
.loop-card {
  position: absolute;
  min-width: 154px;
  padding: 13px 17px;
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  border: 1px solid #d1e3dc;
  box-shadow: 0 17px 38px rgba(27,77,63,.12);
  z-index: 5;
}
.loop-card b { display:block; font-size: .92rem; color: #244f43; }
.loop-card span { display:block; color:#748a83; font-size:.79rem; }
.loop-community { top: 36px; right: 28px; }
.loop-nonprofit { right: 2px; bottom: 60px; }
.loop-repayment { left: 4px; bottom: 145px; }

@media (max-width: 1000px) {
  .hero-coin-card { max-width: 620px; margin: 0 auto; }
  .funding-loop-panel { grid-template-columns: 1fr; gap: 12px; }
  .funding-loop-copy { max-width: 720px; }
}

@media (max-width: 650px) {
  .funding-loop-panel { padding: 26px 18px; }
  .funding-loop-visual { min-height: 425px; transform: scale(.88); width: 114%; margin-left: -7%; }
  .loop-ring-outer { width: 360px; height: 360px; }
  .loop-ring-inner { width: 268px; height: 268px; }
  .loop-core { width: 174px; height: 174px; }
  .loop-core span { margin-top: 98px; }
  .loop-community { right: 0; }
  .loop-nonprofit { right: -6px; bottom: 48px; }
  .loop-repayment { left: -5px; bottom: 126px; }
}

/* 2026-09-18 v3: repeated-impact story + original circuit coin */
.impact-compare {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  gap: 20px;
  align-items: stretch;
  margin: 6px 0 18px;
}
.impact-card {
  position: relative;
  padding: 34px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(35,73,62,.06);
  overflow: hidden;
}
.impact-card::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  right: -84px;
  top: -84px;
  pointer-events: none;
}
.donation-card::after { background: rgba(95,117,111,.055); }
.revolving-card {
  background: linear-gradient(145deg, #ffffff, #eef8f4);
  border-color: #bfdcd2;
}
.revolving-card::after { background: rgba(22,138,114,.075); }
.impact-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f6f4;
  color: #5f756f;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.revolving-card .impact-label { background: #e5f4ee; color: var(--teal-2); }
.impact-metric {
  margin: 24px 0 4px;
  color: #34564d;
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .9;
}
.revolving-card .impact-metric { color: var(--teal); }
.impact-metric span { font-size: .45em; letter-spacing: -.03em; margin-left: 5px; }
.impact-card h3 { margin: 15px 0 10px; color: #204b40; font-size: 1.35rem; }
.impact-card p { margin: 0; color: var(--muted); }
.compare-arrow {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2.8rem;
  font-weight: 300;
}
.impact-disclaimer {
  max-width: 1000px;
  margin: 0 auto 44px;
  padding: 13px 16px;
  border-left: 3px solid #d5b66f;
  background: #fffaf0;
  color: #6e6755;
  font-size: .78rem;
  line-height: 1.55;
}
.impact-disclaimer strong { color: #62563b; }

.loop-sequence {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 24px 0 4px;
}
.loop-sequence span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf5f0;
  border: 1px solid #d2e6de;
  color: #325f53;
  font-size: .75rem;
  font-weight: 750;
}
.loop-sequence b { color: #a6813d; font-weight: 600; }
.loop-sequence .loop-ten { background: #fff4d9; border-color: #ead4a0; color: #83621f; }
.loop-core { width: 190px; height: 190px; }
.loop-core img { opacity: 1; }
.loop-core::after { display: none; }
.loop-core span, .loop-core small { display: none; }
.loop-redeploy { top: 75px; left: 14px; }
.repeat-badge {
  position: absolute;
  right: 70px;
  top: 205px;
  z-index: 6;
  display: grid;
  justify-items: center;
  min-width: 118px;
  padding: 11px 13px;
  border-radius: 16px;
  background: #fff8e8;
  border: 1px solid #e6cf96;
  box-shadow: 0 15px 35px rgba(104,79,28,.11);
}
.repeat-badge strong { color: #8b6622; font-size: 1.42rem; line-height: 1; }
.repeat-badge span { margin-top: 4px; color: #8b7b5a; font-size: .61rem; text-align: center; }
.loop-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--teal);
  border: 1px solid #cce2da;
  box-shadow: 0 5px 16px rgba(27,77,63,.09);
  font-size: 1.05rem;
}
.arrow-one { right: 93px; top: 87px; }
.arrow-two { left: 83px; bottom: 95px; }

.tech-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
  margin: 8px 0 46px;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(35,73,62,.06);
}
.circuit-coin-card {
  margin: 0;
  padding: 12px 12px 10px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e0e8e4;
}
.circuit-coin-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.circuit-coin-card figcaption {
  padding: 10px 8px 2px;
  color: #73867f;
  font-size: .74rem;
  text-align: center;
}
.tech-story-copy h3 {
  margin: 12px 0 17px;
  color: #204b40;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.tech-story-copy p { color: var(--muted); }

@media (max-width: 1000px) {
  .impact-compare { grid-template-columns: 1fr; }
  .compare-arrow { transform: rotate(90deg); min-height: 42px; }
  .tech-story { grid-template-columns: 1fr; }
  .circuit-coin-card { max-width: 620px; }
}

@media (max-width: 650px) {
  .impact-card { padding: 26px 22px; }
  .impact-metric { font-size: 4.8rem; }
  .impact-disclaimer { margin-bottom: 32px; }
  .tech-story { padding: 18px; gap: 26px; }
  .funding-loop-visual { min-height: 470px; }
  .loop-redeploy { top: 48px; left: -1px; }
  .repeat-badge { right: 23px; top: 196px; }
  .arrow-one { right: 55px; top: 83px; }
  .arrow-two { left: 52px; bottom: 86px; }
}
