* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #121916;
  color: #f0f3eb;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #c8ff2e;
  outline-offset: 7px;
}
.skip {
  position: absolute;
  top: -60px;
  background: #c8ff2e;
  color: #121916;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 0;
}
.header {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 6%;
  border-bottom: 1px solid #ffffff12;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 750;
  font-size: 32px;
  letter-spacing: -1.5px;
}
.brand span {
  font-size: 12px;
  align-self: flex-start;
  padding-top: 7px;
  letter-spacing: 0;
}
.header nav {
  display: flex;
  gap: 35px;
  color: #aeb9ad;
  font-size: 14px;
}
.header nav a:hover,
.text-link:hover {
  color: #c8ff2e;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  background: #c8ff2e;
  border-radius: 6px;
  color: #182114;
  padding: 16px 23px;
  font-size: 15px;
  font-weight: 650;
  transition: background 0.15s;
}
.button:hover {
  background: #dbff7c;
}
.button.small {
  font-size: 14px;
  padding: 10px 18px;
}
.hero {
  max-width: 1440px;
  margin: auto;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  padding: 65px 6% 70px;
  gap: 25px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #9fb292;
  margin: 0 0 24px;
}
.eyebrow i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8ff2e;
  margin: 0 7px 2px 0;
}
h1 {
  font-size: clamp(48px, 5.7vw, 83px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -4.4px;
  margin: 0 0 27px;
}
h1 em {
  font-style: normal;
  color: #c8ff2e;
}
.lead {
  font-size: 18px;
  line-height: 1.8;
  color: #a7b4a8;
  margin: 0 0 31px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
}
.text-link {
  font-size: 14px;
  color: #c6d0c2;
}
.trust {
  display: flex;
  gap: 28px;
  margin-top: 30px;
  color: #84927f;
  font-size: 12px;
}
.trust span::before {
  content: "✓";
  color: #b4cc97;
  margin-right: 7px;
}
.hero-art {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.hero-art img {
  width: 135%;
  height: 460px;
  object-fit: cover;
  margin-left: -17%;
  mix-blend-mode: screen;
  display: block;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 72%);
}
.art-caption {
  font-size: 10px;
  letter-spacing: 4px;
  text-align: center;
  color: #95aa87;
  margin-top: 0;
}
h2 {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.14;
  margin: 0;
}
h3 {
  font-size: 21px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin: 20px 0 13px;
}
.features {
  background: #f1f4ee;
  color: #1e2a1b;
  padding: 75px max(6%, calc((100vw - 1268px) / 2)) 85px;
}
.features .eyebrow {
  color: #7f916e;
  margin-bottom: 19px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 45px;
}
.feature-grid article {
  padding: 28px 27px 27px;
  background: #fff;
  border: 1px solid #e0e7db;
  border-radius: 9px;
}
.feature-icon {
  font-size: 25px;
  display: inline-flex;
  background: #eef4e5;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #5c7647;
}
.feature-grid p {
  font-size: 15px;
  line-height: 1.8;
  color: #77836f;
  max-width: 300px;
  margin-bottom: 24px;
}
.feature-grid a {
  font-size: 13px;
  color: #587638;
}
.how {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  max-width: 1268px;
  margin: auto;
  padding: 88px 6%;
}
.section-copy {
  color: #8e9e89;
  line-height: 1.8;
  margin-top: 25px;
}
.how ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how li {
  display: flex;
  gap: 27px;
  padding: 0 0 25px;
  border-bottom: 1px solid #ffffff15;
  margin-bottom: 25px;
}
.how li:last-child {
  margin-bottom: 0;
}
.how li > span {
  font-size: 13px;
  color: #8eab73;
  padding-top: 3px;
}
.how li h3 {
  margin: 0 0 9px;
  font-size: 20px;
}
.how li p {
  margin: 0;
  color: #8f9f89;
  font-size: 15px;
}
.fee {
  max-width: 1116px;
  margin: 0 auto 88px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding: 48px 60px;
  background: #1d281c;
  border: 1px solid #34442e;
  border-radius: 12px;
}
.fee h2 {
  font-size: 42px;
}
.fee p:not(.eyebrow) {
  font-size: 14px;
  color: #9daf91;
  margin: 25px 0 0;
}
.fee-number {
  font-size: 130px;
  line-height: 1;
  letter-spacing: -7px;
  color: #c8ff2e;
  align-self: center;
  text-align: center;
}
.fee-number > span {
  font-size: 69px;
  font-weight: 300;
}
.fee-number small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.9px;
  color: #83997b;
  margin-top: 20px;
}
.faq {
  max-width: 1268px;
  margin: auto;
  padding: 10px 6% 90px;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 70px;
}
.questions details {
  border-bottom: 1px solid #ffffff1c;
  padding: 20px 0;
}
.questions details:first-child {
  padding-top: 0;
}
.questions summary {
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  color: #dce5d5;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.questions summary::after {
  content: "+";
  color: #95aa85;
}
.questions details[open] summary::after {
  content: "−";
}
.questions p {
  font-size: 14px;
  color: #8e9f87;
  line-height: 1.8;
  margin: 15px 28px 0 0;
}
.last-call {
  background: #c8ff2e;
  color: #16210e;
  text-align: center;
  padding: 75px 20px 82px;
}
.last-call .eyebrow {
  color: #65813b;
}
.last-call h2 {
  font-size: 55px;
}
.last-call .button {
  background: #172211;
  color: #f0f7e8;
  margin-top: 30px;
  gap: 32px;
}
footer {
  max-width: 1268px;
  margin: auto;
  padding: 35px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer p,
footer > span {
  font-size: 12px;
  color: #7d9074;
}
@media (max-width: 760px) {
  .header {
    padding: 20px;
  }
  .header nav {
    display: none;
  }
  .brand {
    font-size: 28px;
  }
  .hero {
    padding: 44px 24px 30px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  h1 {
    font-size: 56px;
    letter-spacing: -2.8px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-actions {
    gap: 22px;
  }
  .button {
    font-size: 14px;
    padding: 14px 18px;
    gap: 24px;
  }
  .trust {
    font-size: 10px;
    gap: 17px;
  }
  .hero-art img {
    height: 250px;
    width: 100%;
    margin: 0;
  }
  .art-caption {
    font-size: 9px;
  }
  .features {
    padding: 48px 24px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }
  .feature-grid article {
    padding: 25px;
  }
  .feature-grid p {
    max-width: none;
  }
  .how {
    grid-template-columns: 1fr;
    padding: 50px 24px;
    gap: 36px;
  }
  .fee {
    margin: 0 24px 50px;
    padding: 30px;
    gap: 25px;
  }
  .fee h2 {
    font-size: 29px;
  }
  .fee p:not(.eyebrow) {
    font-size: 12px;
  }
  .fee .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .fee-number {
    font-size: 78px;
    letter-spacing: -4px;
  }
  .fee-number > span {
    font-size: 37px;
  }
  .fee-number small {
    font-size: 8px;
    max-width: 100px;
    line-height: 1.6;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 24px 50px;
  }
  .questions summary {
    font-size: 15px;
  }
  .last-call {
    padding: 50px 20px;
  }
  .last-call h2 {
    font-size: 42px;
  }
  footer {
    padding: 30px 24px;
    flex-wrap: wrap;
  }
  footer p {
    display: none;
  }
  footer > span {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
