:root {
  --green: #349b1f;
  --green-light: #4cb934;
  --green-deep: #247215;
  --ink: #123b0d;
  --night: #10220d;
  --paper: #f4f6ef;
  --white: #fff;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--night);
  font-family: "Inter Tight", Arial, sans-serif;
  line-height: 1.45;
}
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  display: grid;
  grid-template-rows: auto 1fr auto;
  isolation: isolate;
}
.orb { position: absolute; border-radius: 50%; z-index: -1; pointer-events: none; }
.orb-one { width: 54vw; height: 54vw; min-width: 640px; min-height: 640px; left: -25vw; top: -24vw; background: var(--green-light); }
.orb-two { width: 76vw; height: 76vw; min-width: 820px; min-height: 820px; right: -37vw; bottom: -54vw; background: var(--green-deep); }

.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 800; letter-spacing: -.04em; }
.brand svg { width: .72em; height: 1em; fill: currentColor; flex: 0 0 auto; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.nav-shop { color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; }
.age { display: inline-flex; min-width: 74px; justify-content: center; padding: 9px 16px; border-radius: 999px; background: var(--ink); font-weight: 800; font-size: 1.2rem; }

.hero-content { align-self: center; padding-block: 54px 38px; }
.eyebrow, .section-label { margin: 0 0 18px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
.hero .eyebrow { color: var(--ink); }
h1, h2 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.055em; line-height: .86; margin: 0; }
h1 { font-size: clamp(4.2rem, 10.6vw, 9.3rem); max-width: 1050px; }
h1 span { display: block; }
h1 span:last-child { color: var(--ink); }
.speed { margin-top: 18px; color: var(--ink); font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.055em; line-height: .9; font-size: clamp(2.6rem, 7vw, 6.4rem); }
.rule { width: 180px; height: 12px; border-radius: 20px; background: var(--white); margin: 44px 0 22px; }
.promise { color: var(--ink); font-weight: 800; font-size: clamp(1.05rem, 2.2vw, 1.6rem); margin: 0; }
.promise span { padding-inline: 7px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 22px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); border: 1px solid var(--white); }
.button-white { background: var(--white); color: var(--night); }

.coverage { color: var(--ink); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 28px 0 30px; border-top: 2px solid rgba(18,59,13,.42); }
.coverage p { margin: 0; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: clamp(.82rem, 1.55vw, 1.15rem); }
.coverage p span { padding-inline: 7px; }
.coverage a { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white); text-decoration: none; font-size: 1.45rem; }

.marketplace { background: var(--paper); padding: 110px 0 120px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.section-label { color: var(--green-deep); }
.split h2, .merchant h2, .cta-band h2 { font-size: clamp(3.2rem, 7vw, 6.3rem); }
.market-copy { font-size: clamp(1.2rem, 2vw, 1.55rem); max-width: 530px; }
.market-copy p { margin: 0 0 28px; }
.text-link { font-weight: 800; color: var(--green-deep); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #cbd4c5; margin-top: 86px; border: 1px solid #cbd4c5; }
.feature-grid article { background: var(--paper); padding: 34px; min-height: 250px; }
.number { display: block; color: var(--green-deep); font-weight: 800; margin-bottom: 48px; }
.feature-grid h3 { margin: 0 0 13px; font-size: 1.45rem; }
.feature-grid p { margin: 0; color: #52604e; }

.cta-band { background: var(--green); padding: 92px 0; overflow: hidden; position: relative; }
.cta-layout { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 42px; }
.cta-band .section-label { color: var(--ink); }
.cta-band h2 { color: var(--white); max-width: 820px; }

.merchant { background: var(--night); color: var(--white); padding: 92px 0; }
.merchant-layout { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.merchant .section-label { color: var(--green); }
.merchant p:not(.section-label) { color: #c5d0c1; font-size: 1.15rem; margin: 22px 0 0; }
.outline-link { color: var(--white); border: 1px solid #778673; border-radius: 999px; padding: 16px 22px; text-decoration: none; font-weight: 800; white-space: nowrap; }

footer { background: var(--white); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: start; }
.brand-dark { color: var(--night); font-size: 1.75rem; }
.legal { color: #667162; max-width: 420px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 700; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #dce2d8; color: #667162; margin: 0; }

a:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }
.marketplace a:focus-visible, footer a:focus-visible { outline-color: var(--green-deep); }

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .nav { padding-top: 24px; }
  .nav-shop { display: none; }
  .age { min-width: 62px; font-size: 1rem; }
  .hero-content { padding-block: 70px 44px; }
  h1 { font-size: clamp(3.75rem, 17vw, 6rem); }
  .speed { font-size: clamp(2.5rem, 12.8vw, 4.6rem); }
  .rule { width: 112px; height: 8px; margin-top: 32px; }
  .coverage { grid-template-columns: 1fr; }
  .coverage a { display: none; }
  .coverage p span { padding-inline: 2px; }
  .split, .cta-layout, .merchant-layout, .footer-grid { grid-template-columns: 1fr; }
  .split { gap: 34px; }
  .marketplace { padding: 76px 0; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .feature-grid article { min-height: auto; }
  .number { margin-bottom: 28px; }
  .cta-layout, .merchant-layout { align-items: start; }
  .footer-links { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
