:root {
  --ink: #15221a;
  --muted: #637168;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --forest: #143f2d;
  --green: #2d7452;
  --mint: #dff2d9;
  --lime: #c9f45b;
  --orange: #ff734d;
  --line: #d9ded7;
  --shadow: 0 24px 70px rgba(20, 63, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1260px, calc(100% - 48px));
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -.03em;
  text-decoration: none;
}
.brand-mark {
  width: 33px;
  height: 33px;
  padding: 7px;
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  border-radius: 9px;
  background: var(--forest);
  transform: rotate(-2deg);
}
.brand-mark span { display: block; width: 5px; border-radius: 3px 3px 1px 1px; background: var(--lime); }
.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 12px; }
.brand-mark span:nth-child(3) { height: 18px; }
.nav-cta {
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  padding-bottom: 5px;
  border-bottom: 1.5px solid var(--ink);
}

.hero {
  min-height: 660px;
  padding: 58px 0 92px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: center;
}
.eyebrow, .kicker {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 115, 77, .13); }
.hero h1 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6vw, 88px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.button {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 22px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); box-shadow: 0 12px 24px rgba(20, 63, 45, .16); }
.button-primary:hover { background: #0b3222; box-shadow: 0 16px 30px rgba(20, 63, 45, .22); }
.text-link { font-weight: 750; font-size: 14px; text-underline-offset: 5px; }
.hero-stats { margin: 45px 0 0; display: flex; gap: 38px; }
.hero-stats div { display: grid; gap: 2px; }
.hero-stats dt { font-family: Georgia, serif; font-size: 29px; font-weight: 700; }
.hero-stats dd { margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.report-stage { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.report-stage::before {
  content: "";
  position: absolute;
  inset: 4% 0 0 7%;
  border-radius: 49% 51% 45% 55% / 44% 40% 60% 56%;
  background: var(--mint);
  transform: rotate(-5deg);
  z-index: -2;
}
.orbit { position: absolute; border: 1px solid rgba(20, 63, 45, .15); border-radius: 50%; z-index: -1; }
.orbit-one { width: 420px; height: 420px; right: 4%; top: 7%; }
.orbit-two { width: 310px; height: 510px; right: 15%; top: 0; transform: rotate(51deg); }
.report-card {
  width: min(520px, 92%);
  background: var(--paper);
  border: 1px solid rgba(20, 63, 45, .13);
  border-radius: 19px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1.5deg);
}
.report-header { padding: 23px 26px 18px; display: flex; justify-content: space-between; align-items: flex-start; }
.report-header p { margin: 0 0 6px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.report-header h2 { margin: 0; font-family: Georgia, serif; font-size: 30px; letter-spacing: -.04em; }
.report-date { text-align: right; color: var(--muted); font-size: 11px; line-height: 1.45; }
.report-date strong { color: var(--ink); font-size: 13px; }
.report-device { margin: 0 15px 15px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: white; }
.device-heading { padding: 11px 14px; display: flex; justify-content: space-between; color: white; background: var(--forest); font-size: 11px; font-weight: 800; }
.device-heading span:last-child { color: #c9dacd; font-weight: 600; }
.rank-row { min-height: 50px; padding: 0 14px; display: grid; grid-template-columns: 50px 48px 28px 1fr auto; gap: 4px; align-items: center; border-top: 1px solid #edf0ed; font-size: 12px; }
.rank-top { background: #fbfff5; }
.rank { font-size: 14px; font-weight: 850; }
.move { font-size: 11px; font-weight: 850; }
.move.up { color: #24784f; }
.move.down { color: #c14d3c; }
.move.new { color: #3969b7; }
.flag { font-size: 17px; }
.country { font-weight: 730; }
.category { color: var(--muted); font-size: 10px; }
.report-footer { padding: 0 27px 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 700; }
.float-note { position: absolute; padding: 10px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(20,63,45,.12); border-radius: 999px; background: white; box-shadow: 0 12px 30px rgba(20,63,45,.12); font-size: 10px; color: var(--muted); }
.float-note b { color: var(--ink); font-size: 15px; }
.float-note-up { top: 8%; right: -1%; transform: rotate(4deg); }
.float-note-world { bottom: 7%; left: 0; transform: rotate(-5deg); }

.marquee { overflow: hidden; padding: 15px 0; color: #d9e8dd; background: var(--forest); white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { margin: 0 20px; color: var(--lime); }

.how { padding: 120px 0 98px; }
.section-intro { max-width: 680px; }
.section-intro h2, .signal h2, .signup-copy h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: clamp(42px, 5vw, 65px); line-height: 1.02; letter-spacing: -.045em; }
.section-intro > p:last-child { margin: 23px 0 0; max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 335px; padding: 27px; position: relative; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,248,.62); }
.featured-step { background: var(--mint); transform: translateY(-14px); border-color: #c9dfc8; }
.step-number { position: absolute; top: 25px; right: 25px; color: #8d9991; font-family: Georgia, serif; font-style: italic; }
.step-icon { width: 56px; height: 56px; margin: 16px 0 53px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: Georgia, serif; font-size: 26px; }
.featured-step .step-icon { color: var(--forest); background: var(--lime); }
.step-card h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.signal { padding-bottom: 120px; }
.signal-card { padding: 68px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; border-radius: 26px; color: white; background: var(--forest); overflow: hidden; position: relative; }
.signal-card::after { content: ""; position: absolute; width: 290px; height: 290px; right: -90px; top: -130px; border: 55px solid rgba(201,244,91,.1); border-radius: 50%; }
.signal-copy .kicker { color: var(--lime); }
.signal-copy h2 { color: white; font-size: clamp(39px, 4vw, 58px); }
.signal-copy > p:last-child { margin: 21px 0 0; color: #bfd0c4; line-height: 1.65; }
.signal-list { display: grid; gap: 1px; position: relative; z-index: 1; }
.signal-list > div { padding: 18px 0; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.13); }
.signal-list > div:last-child { border-bottom: 0; }
.signal-list p { margin: 0; color: #afc2b5; font-size: 13px; line-height: 1.5; }
.signal-list strong { color: white; font-size: 15px; }
.check { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 900; }

.signup-section { padding: 105px 0; color: white; background: #ef6848; }
.signup-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.kicker-light { color: #ffe5da; }
.signup-copy h2 { color: white; font-size: clamp(44px, 5vw, 68px); }
.signup-copy > p:last-child { max-width: 440px; margin: 25px 0 0; color: #ffe1d8; font-size: 16px; line-height: 1.65; }
.signup-form { padding: 29px; border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(113, 37, 19, .18); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.signup-form label > span { font-size: 12px; font-weight: 800; }
.signup-form small { color: #89958d; font-size: 10px; font-weight: 600; }
.signup-form input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #d9ded7; border-radius: 10px; outline: none; color: var(--ink); background: white; transition: border-color .15s, box-shadow .15s; }
.signup-form input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(45,116,82,.11); }
.signup-form input::placeholder { color: #a5aea8; }
.honey-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-footer { margin-top: 8px; display: flex; align-items: center; gap: 18px; }
.button-accent { min-width: 225px; justify-content: space-between; background: var(--forest); }
.button-accent:disabled { opacity: .62; cursor: wait; transform: none; }
.form-footer p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.form-status { min-height: 20px; margin: 15px 0 0; font-size: 13px; font-weight: 750; }
.form-status.success { color: #277150; }
.form-status.error { color: #b64132; }

.site-footer { min-height: 120px; padding: 30px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; background: #102b20; color: #b9c8bd; font-size: 11px; }
.site-footer p { margin: 0; }
.site-footer p:last-child { justify-self: end; }
.footer-brand { color: white; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .report-stage { margin-top: 10px; }
  .signup-wrap { grid-template-columns: 1fr; gap: 48px; }
  .signup-copy { max-width: 650px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  .nav-cta { font-size: 12px; }
  .hero { padding: 38px 0 70px; gap: 24px; }
  .hero h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .hero-stats { gap: 25px; }
  .report-stage { min-height: 440px; }
  .report-card { width: 100%; transform: none; }
  .float-note { display: none; }
  .rank-row { grid-template-columns: 44px 44px 25px 1fr; }
  .category { display: none; }
  .marquee div { text-align: left; padding-left: 20px; }
  .how { padding: 85px 0 70px; }
  .steps { grid-template-columns: 1fr; }
  .featured-step { transform: none; }
  .step-card { min-height: 270px; }
  .step-icon { margin-bottom: 36px; }
  .signal { padding-bottom: 85px; }
  .signal-card { padding: 38px 25px; grid-template-columns: 1fr; gap: 35px; }
  .signup-section { padding: 78px 0; }
  .signup-form { padding: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .button-accent { width: 100%; }
  .site-footer { padding-block: 40px; grid-template-columns: 1fr; text-align: center; }
  .site-footer > * { justify-self: center !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
