:root {
  color-scheme: light;
  --ink: #18211c;
  --muted: #4f5b54;
  --line: #dfe5dc;
  --paper: #fffaf1;
  --surface: #ffffff;
  --surface-warm: #fff4df;
  --leaf: #2f8f5b;
  --leaf-dark: #17613b;
  --tomato: #e95535;
  --gold: #f2b84b;
  --aqua: #2c91a3;
  --plum: #6a4c93;
  --shadow: 0 24px 70px rgba(24, 33, 28, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Arial, Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 150px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 241, 0.88);
  border-bottom: 1px solid rgba(223, 229, 220, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 850;
  font-size: 1.08rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.site-header .brand img {
  width: 188px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #425047;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--leaf-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #b93216;
  border-radius: 8px;
  background: #d9411e;
  color: #fff;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(217, 65, 30, 0.22);
}

.header-cta:hover {
  background: #b93216;
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px) clamp(18px, 6vw, 86px) clamp(34px, 5vw, 58px);
  background:
    linear-gradient(115deg, rgba(255, 250, 241, 0.95), rgba(255, 244, 223, 0.7)),
    var(--surface-warm);
  border-bottom: 1px solid var(--line);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--tomato);
  font-size: 0.78rem;
  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(3rem, 4.9vw, 5.4rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.keep-together {
  white-space: nowrap;
}

.hero-lede {
  max-width: 690px;
  margin: 18px 0 0;
  color: #26322b;
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  font-weight: 850;
}

.hero-example {
  max-width: 680px;
  margin: 24px 0 0;
  color: #18211c;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.25;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions .button {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 1.05rem;
}

.hero-actions .button.primary {
  border-color: #a92f13;
  font-weight: 950;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid rgba(24, 33, 28, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #394840;
  font-size: 0.9rem;
  font-weight: 850;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  cursor: pointer;
}

.button.primary {
  background: #d9411e;
  color: #fff;
  box-shadow: 0 18px 38px rgba(217, 65, 30, 0.36);
}

.button.primary:hover {
  background: #b93216;
}

.button.secondary {
  border-color: rgba(24, 33, 28, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.market-visual {
  position: relative;
  justify-self: center;
  width: min(100%, 740px);
  min-height: clamp(390px, 40vw, 560px);
  border-radius: 8px;
  isolation: isolate;
}

.market-visual > img {
  width: 100%;
  height: clamp(390px, 40vw, 560px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.phone-shell {
  position: absolute;
  right: clamp(12px, 3vw, 30px);
  bottom: clamp(12px, 3vw, 30px);
  width: min(78%, 340px);
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #18211c;
  border: 7px solid #26302a;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.phone-top,
.feed-item,
.trade-ticket {
  border-radius: 8px;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f8fff7;
}

.phone-top span,
.feed-item span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.feed-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  background: #fff;
}

.feed-item p {
  margin: 0 0 2px;
  font-weight: 900;
}

.feed-item strong {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 7px;
  color: #fff;
  font-size: 0.78rem;
}

.feed-item.hot strong {
  background: var(--tomato);
}

.feed-item.green strong {
  background: var(--leaf);
}

.feed-item.blue strong {
  background: var(--aqua);
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 6vw, 86px);
}

.section-heading {
  max-width: 770px;
}

.section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.05rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.wide-copy {
  max-width: 1000px;
  margin: 22px 0 0;
  color: #26322b;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
}

.access-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.access-strip article {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.access-strip span {
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-strip p {
  margin: 8px 0 0;
  color: #425047;
  font-weight: 750;
}

.intro-band {
  background: var(--surface);
  border-block: 1px solid var(--line);
}

.steps,
.use-grid,
.trade-grid,
.provider-board {
  display: grid;
  gap: 16px;
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.step,
.provider-card,
.use-grid article,
.trade-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(24, 33, 28, 0.06);
}

.step {
  padding: 22px;
}

.step span,
.provider-card span,
.trade-card span {
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step h3,
.provider-card h3,
.use-grid h3,
.trade-card h3 {
  margin: 12px 0 8px;
  font-size: 1.18rem;
  line-height: 1.12;
}

.step p,
.provider-card p,
.use-grid p,
.trade-card p,
.provider-copy p,
.social-copy p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.provider-section,
.credits-section {
  background: #f3f8ef;
  border-block: 1px solid #dce9d6;
}

.provider-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  margin-top: 32px;
}

.provider-copy {
  display: grid;
  gap: 16px;
  font-size: 1.12rem;
}

.provider-copy .provider-clarifier {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.provider-model {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #dce9d6;
  border-radius: 8px;
  background: #fff;
}

.provider-model strong {
  color: var(--leaf-dark);
  font-size: 0.95rem;
}

.provider-model span {
  color: var(--muted);
  font-size: 0.98rem;
}

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

.provider-card,
.use-grid article,
.trade-card {
  padding: 20px;
}

.use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.use-grid article:nth-child(2n) {
  border-top-color: rgba(233, 85, 53, 0.45);
}

.use-grid article:nth-child(3n) {
  border-top-color: rgba(44, 145, 163, 0.45);
}

.trade-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.trade-card h3 {
  min-height: 92px;
}

.trade-card b {
  color: var(--leaf);
}

.social-section {
  background: var(--surface);
}

.social-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  margin-top: 28px;
}

.social-copy {
  font-size: 1.2rem;
}

.social-list,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-list span,
.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 850;
}

.trust-row {
  margin-top: 30px;
}

.trust-copy {
  max-width: 850px;
  margin: 22px 0 0;
  color: #26322b;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 850;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(58px, 9vw, 118px) clamp(18px, 6vw, 86px);
  background: #18211c;
  color: #fff;
}

.final-cta p {
  max-width: 650px;
  margin-top: 18px;
  color: #d7ded5;
  font-size: 1.12rem;
}

.waitlist-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: #edf6ed;
  font-weight: 850;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #ffe2a1;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 6vw, 86px);
  background: #101611;
  color: #fff;
}

.site-footer p {
  margin: 0;
  color: #cdd7ce;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: right;
}

.footer-links a {
  color: #fff;
  font-weight: 850;
}

.footer-links a:hover {
  color: #ffe2a1;
}

.policy-page {
  padding: clamp(48px, 7vw, 92px) clamp(18px, 6vw, 86px);
  background: var(--surface);
}

.policy-document {
  max-width: 880px;
  margin: 0 auto;
  color: #26322b;
}

.policy-document h1 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.policy-document h2 {
  margin: 44px 0 14px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.08;
}

.policy-document h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.policy-document p,
.policy-document li {
  color: #3d4a42;
  font-size: 1.05rem;
  font-weight: 750;
}

.policy-document p {
  margin: 14px 0 0;
}

.policy-updated {
  color: var(--muted);
}

.policy-document ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 24px;
}

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

  .hero,
  .provider-layout,
  .social-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .market-visual {
    justify-self: start;
    width: 100%;
  }

  .steps,
  .trade-grid,
  .access-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 108px;
    gap: 12px;
    padding-block: 8px;
  }

  .site-header .brand img {
    width: 116px;
    height: auto;
  }

  .header-cta {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(2.35rem, 10.7vw, 3rem);
    line-height: 1;
  }

  h2 {
    line-height: 1.04;
  }

  .hero-lede,
  .hero-example,
  .wide-copy,
  .provider-copy,
  .social-copy,
  .trust-copy {
    color: #1f2b25;
  }

  .hero-lede,
  .wide-copy,
  .provider-copy,
  .social-copy,
  .trust-copy,
  .final-cta p {
    font-weight: 850;
  }

  .final-cta p {
    color: #eef6ed;
  }

  @supports (-moz-appearance: none) {
    h1,
    h2,
    h3,
    .hero-lede,
    .hero-example,
    .wide-copy,
    .step p,
    .provider-card p,
    .use-grid p,
    .trade-card p,
    .provider-copy p,
    .social-copy p,
    .trust-copy,
    .final-cta p {
      text-shadow: 0.018em 0 currentColor;
    }
  }

  .hero-actions .button,
  .waitlist-form .button {
    width: 100%;
  }

  .phone-shell {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 14px);
    margin-top: -74px;
    margin-inline: auto 14px;
    border-width: 6px;
    border-radius: 26px;
    padding: 12px;
  }

  .market-visual > img {
    height: clamp(330px, 72vw, 470px);
  }

  .steps,
  .provider-board,
  .use-grid,
  .trade-grid,
  .access-strip {
    grid-template-columns: 1fr;
  }

  .trade-card h3 {
    min-height: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }
}
