* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #192621;
  background: #f4f6ef;
  font:
    14px Manrope,
    sans-serif;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
.announcement {
  background: #c9e876;
  color: #1b291f;
  text-align: center;
  padding: 9px 20px;
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.2px;
}
.announcement a {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 16px;
}
.pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #719630;
  border-radius: 50%;
  margin: 0 8px 1px 0;
}
.site-header {
  height: 82px;
  padding: 0 max(28px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f6ef;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.logo b {
  font-weight: 800;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #1c2d26;
  color: #c9e876;
  border-radius: 8px;
  font:
    bold 20px Georgia,
    serif;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  color: #65766e;
}
.site-nav a:hover {
  color: #18271f;
}
.nav-cta {
  background: #1c2d26;
  color: #fff !important;
  border-radius: 4px;
  padding: 11px 14px;
  font-weight: 700;
}
.nav-cta span {
  color: #c9e876;
  margin-left: 12px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  color: #53655c;
  font-weight: 700;
}
.hero {
  min-height: 620px;
  background: #10221c;
  color: #eff6e9;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  padding: 90px max(28px, calc((100% - 1240px) / 2)) 80px;
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(208, 235, 151, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(208, 235, 151, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}
.kicker {
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 1.5px;
  color: #8ca59a;
  margin: 0 0 16px;
}
.hero h1 {
  font-size: clamp(42px, 5.3vw, 75px);
  letter-spacing: -3px;
  line-height: 1.02;
  margin: 0;
  font-weight: 700;
}
.hero h1 em,
h2 em {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #c9e876;
  letter-spacing: -2px;
}
.hero-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #b6c7bc;
  max-width: 500px;
  margin: 25px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 4px;
  padding: 14px 17px;
  font-weight: 700;
  font-size: 11px;
}
.button span {
  font-size: 17px;
  color: #c9e876;
}
.button-lime {
  background: #c9e876;
  color: #223228;
}
.button-lime span {
  color: #223228;
}
.button-dark {
  background: #1d2f27;
  color: #fff;
  margin-top: 28px;
}
.text-link {
  font-size: 11px;
  color: #b9cbbf;
}
.text-link span {
  font-size: 17px;
  margin-left: 7px;
  color: #c9e876;
}
.hero-note {
  display: flex;
  gap: 13px;
  border-left: 1px solid #526b5c;
  padding-left: 12px;
  margin-top: 65px;
  color: #8fa399;
  font-size: 10px;
  line-height: 1.6;
}
.hero-note span:first-child {
  color: #c9e876;
  font:
    11px "DM Mono",
    monospace;
}
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
}
.market-card {
  width: min(390px, 100%);
  height: 320px;
  padding: 25px;
  background: rgba(52, 79, 65, 0.6);
  border: 1px solid rgba(201, 232, 118, 0.24);
  border-radius: 8px;
  transform: rotate(3deg);
  box-shadow: 25px 30px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.market-top,
.market-bottom {
  display: flex;
  justify-content: space-between;
  font:
    9px "DM Mono",
    monospace;
  color: #92a89d;
  letter-spacing: 1px;
}
.live-dot:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #c9e876;
  border-radius: 50%;
  margin: 0 5px 1px 0;
}
.market-title {
  font:
    24px "Playfair Display",
    serif;
  line-height: 1.1;
  margin-top: 38px;
}
.market-title strong {
  color: #c9e876;
}
.market-chart {
  height: 100px;
  margin: 30px 0 13px;
  position: relative;
}
.market-chart svg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
#chartFill {
}
.market-chart:before,
.market-chart:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(185, 209, 192, 0.12);
}
.market-chart:before {
  top: 30%;
}
.market-chart:after {
  top: 70%;
}
.market-bottom strong {
  color: #c9e876;
}
.visual-caption {
  position: absolute;
  bottom: 12px;
  right: 0;
  color: #c9e876;
  font:
    14px "Playfair Display",
    serif;
  line-height: 1.2;
}
.visual-caption span {
  color: #91a89c;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(201, 232, 118, 0.14);
  border-radius: 50%;
}
.orbit-one {
  width: 500px;
  height: 280px;
  transform: rotate(-25deg);
}
.orbit-two {
  width: 320px;
  height: 500px;
  transform: rotate(42deg);
}
.trust-strip {
  padding: 25px max(28px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 30px;
  background: #e9efdf;
  align-items: center;
}
.trust-strip > div:first-child strong,
.trust-strip > div:first-child span {
  display: block;
}
.trust-strip strong {
  font-size: 12px;
}
.trust-strip > div:first-child span {
  font-size: 11px;
  color: #74847a;
  margin-top: 5px;
}
.trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
  color: #53655c;
}
.trust-item b {
  color: #90b34a;
  font:
    11px "DM Mono",
    monospace;
}
.section {
  padding: 120px max(28px, calc((100% - 1100px) / 2));
}
.approach {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.section-intro h2,
.section-heading h2 {
  font-size: 35px;
  letter-spacing: -1.6px;
  line-height: 1.1;
  margin: 0;
}
.section-intro h2 em,
.section-heading h2 em {
  color: #90b34a;
}
.large-copy {
  font-size: 19px;
  line-height: 1.65;
  margin: 0 0 45px;
  max-width: 650px;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.principles article {
  border-top: 1px solid #cad5c7;
  padding-top: 16px;
}
.principles span,
.step > span {
  color: #8bac42;
  font:
    11px "DM Mono",
    monospace;
}
.principles h3,
.step h3 {
  font-size: 13px;
  margin: 23px 0 10px;
}
.principles p,
.step p {
  color: #708077;
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
}
.markets-section {
  padding: 105px max(28px, calc((100% - 1240px) / 2));
  background: #1d3028;
  color: #eef5e7;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
.section-heading h2 {
  font-size: 39px;
}
.section-heading p {
  max-width: 330px;
  color: #a9bcb0;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}
.ticker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.ticker {
  border: 1px solid #3b5245;
  border-radius: 5px;
  padding: 18px;
  min-height: 110px;
  position: relative;
}
.ticker.featured {
  background: #c9e876;
  color: #1b2a20;
  border-color: #c9e876;
}
.ticker span,
.ticker small,
.ticker b {
  display: block;
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.5px;
}
.ticker span {
  color: #94aa9d;
}
.ticker.featured span,
.ticker.featured small {
  color: #526b3b;
}
.ticker strong {
  display: block;
  font-size: 21px;
  letter-spacing: -1px;
  margin: 7px 0 8px;
}
.ticker small {
  color: #8ba197;
}
.ticker b {
  position: absolute;
  right: 16px;
  bottom: 18px;
  color: #c9e876;
  font-weight: 400;
}
.ticker.featured b {
  color: #506b31;
}
.market-footnote {
  color: #8da298;
  font-size: 10px;
  margin: 20px 0 0;
}
.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.step {
  border-top: 1px solid #cad5c7;
  padding-top: 17px;
}
.conversation {
  padding: 70px max(28px, calc((100% - 1100px) / 2));
  background: #c9e876;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.conversation h2 {
  font-size: 31px;
  letter-spacing: -1.2px;
  margin: 0;
}
.conversation p {
  max-width: 520px;
  color: #526647;
  font-size: 12px;
}
.whatsapp-large {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #20332a;
  color: #fff;
  border-radius: 5px;
  padding: 17px 20px;
  min-width: 280px;
}
.wa-icon {
  display: grid;
  place-items: center;
  color: #20332a;
  background: #c9e876;
  border: 1px solid #78954e;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  font:
    10px "DM Mono",
    monospace;
}
.whatsapp-large small,
.whatsapp-large strong {
  display: block;
}
.whatsapp-large small {
  font:
    8px "DM Mono",
    monospace;
  color: #a8baad;
}
.whatsapp-large strong {
  font-size: 13px;
  margin-top: 2px;
}
.whatsapp-large b {
  margin-left: auto;
  color: #c9e876;
  font-size: 18px;
}
.faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}
.faq-list details {
  border-top: 1px solid #cad5c7;
  padding: 21px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid #cad5c7;
}
.faq-list summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.faq-list summary:after {
  content: "+";
  color: #90b34a;
  font-size: 20px;
  font-weight: 400;
}
.faq-list details[open] summary:after {
  content: "-";
}
.faq-list p {
  font-size: 11px;
  color: #718078;
  max-width: 600px;
  line-height: 1.7;
  margin: 14px 0 0;
}
.site-footer {
  background: #10221c;
  color: #dfece0;
  padding: 70px max(28px, calc((100% - 1240px) / 2)) 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.footer-brand p {
  font:
    12px "Playfair Display",
    serif;
  color: #99afa2;
  line-height: 1.5;
  margin-top: 20px;
}
.footer-contact {
  text-align: right;
}
.footer-contact .kicker {
  color: #94aa9d;
}
.footer-contact a {
  display: block;
  color: #c9e876;
  font:
    20px "Playfair Display",
    serif;
}
.footer-contact small {
  color: #8ba197;
  font-size: 10px;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #2d4538;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: #82968b;
  font-size: 9px;
}
.reveal {
  animation: rise 0.7s both;
}
.delay-one {
  animation-delay: 0.1s;
}
.delay-two {
  animation-delay: 0.2s;
}
.delay-three {
  animation-delay: 0.35s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 850px) {
  .site-nav {
    gap: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .hero-visual {
    margin-top: 40px;
    min-height: 340px;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }
  .trust-strip > div:first-child {
    grid-column: 1/-1;
  }
  .approach,
  .process,
  .faq {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .principles,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .ticker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .announcement {
    font-size: 10px;
  }
  .announcement a {
    display: block;
    margin: 4px 0 0;
  }
  .site-header {
    height: 70px;
    padding: 0 20px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0;
    right: 0;
    background: #f4f6ef;
    padding: 16px 20px;
    box-shadow: 0 10px 20px #18271f22;
  }
  .site-nav.open {
    display: grid;
  }
  .hero {
    padding: 57px 22px 50px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .hero-note {
    margin-top: 40px;
  }
  .hero-visual {
    min-height: 310px;
  }
  .market-card {
    height: 275px;
  }
  .market-title {
    margin-top: 27px;
  }
  .visual-caption {
    display: none;
  }
  .trust-strip {
    padding: 22px;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .section,
  .markets-section,
  .conversation {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section-intro h2,
  .section-heading h2 {
    font-size: 31px;
  }
  .principles,
  .steps {
    grid-template-columns: 1fr;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 20px;
  }
  .ticker-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ticker {
    padding: 13px;
    min-height: 100px;
  }
  .ticker strong {
    font-size: 17px;
  }
  .conversation {
    display: block;
  }
  .whatsapp-large {
    margin-top: 25px;
    min-width: 0;
  }
  .faq {
    gap: 35px;
  }
  .site-footer {
    display: block;
    padding: 55px 22px 20px;
  }
  .footer-contact {
    text-align: left;
    margin-top: 45px;
  }
  .footer-bottom {
    display: block;
    margin-top: 55px;
  }
  .footer-bottom span {
    display: block;
    margin-top: 7px;
  }
}
