:root {
  --ink: #181b1b;
  --paper: #f8f8f2;
  --green: #cbef91;
  --muted: #626762;
  --line: #dfe1d8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #477b27;
  outline-offset: 6px;
}
header {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -1.3px;
  gap: 9px;
}
.brand-dot {
  color: #527f34;
  margin-left: -9px;
}
.mark {
  display: grid;
  place-items: center;
  position: relative;
  background: var(--ink);
  color: var(--green);
  border-radius: 11px;
  width: 34px;
  height: 36px;
  font-size: 24px;
}
.mark span {
  position: absolute;
  font-size: 17px;
  right: 2px;
  top: -2px;
}
.brand .brand-dot {
  font-size: 35px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
}
.nav-cta {
  border: 1px solid #bfc3b6;
  border-radius: 100px;
  padding: 13px 19px;
}
.nav-cta span {
  margin-left: 16px;
}
.hero {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  padding: 62px 48px 75px;
  gap: 30px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: #557e38;
  display: inline-block;
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(65px, 6.9vw, 96px);
  letter-spacing: -6px;
  font-weight: 700;
  line-height: 1.03;
  margin: 30px 0;
}
.smart {
  position: relative;
  display: inline-block;
}
.smart svg {
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 24px;
  fill: none;
  stroke: #a3cd69;
  stroke-width: 7;
  stroke-linecap: round;
}
.lead {
  font-size: 18px;
  line-height: 1.65;
  max-width: 440px;
  color: var(--muted);
  margin: 32px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  gap: 28px;
  background: var(--ink);
  color: white;
  align-items: center;
  padding: 19px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
}
.button:hover {
  background: #343c31;
}
.coming {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-note {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 23px;
  font-size: 12px;
  color: var(--muted);
}
.hero-note span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 14px;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
}
.orb {
  position: absolute;
  width: 490px;
  height: 490px;
  background: #e4edce;
  border-radius: 50%;
  background-image: radial-gradient(#bbc9a340 1px, transparent 1px);
  background-size: 15px 15px;
}
.phone {
  position: relative;
  width: 285px;
  border: 7px solid #242828;
  outline: 1px solid #81877b;
  border-radius: 42px;
  background: #f2f3f5;
  padding: 13px 12px 10px;
  transform: rotate(5deg);
  box-shadow: 15px 24px 45px #24331625;
  overflow: hidden;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 18px;
  font-size: 10px;
  font-weight: 700;
}
.app-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  padding-bottom: 14px;
}
.app-title > span:last-child {
  margin-left: auto;
  font-size: 24px;
}
.avatar {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  background: #d9dfce;
  font-size: 11px;
}
.balance {
  background: linear-gradient(125deg, #272c29, #101413);
  border-radius: 21px;
  color: white;
  padding: 15px 12px;
}
.balance > div:first-child {
  display: flex;
  justify-content: space-between;
  color: #c5c9c5;
  font-size: 8px;
}
.balance > strong {
  display: block;
  font-size: 28px;
  letter-spacing: -1px;
  margin: 9px 0 14px;
}
.balance > strong > span {
  color: #b5bbb5;
}
.money-actions {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
}
.money-actions small {
  display: block;
  font-size: 7px;
  letter-spacing: 0;
  margin-top: 5px;
}
.app-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 14px 10px;
  padding: 19px 0;
  font-size: 23px;
}
.app-services small {
  display: block;
  font-size: 9px;
  font-weight: 600;
  margin-top: 3px;
}
.app-banner {
  background: var(--green);
  border-radius: 13px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  line-height: 1.65;
}
.banner-flower {
  font-size: 43px;
  line-height: 1;
}
.app-section {
  font-size: 10px;
  font-weight: 700;
  margin: 19px 0 10px;
  display: flex;
  justify-content: space-between;
}
.app-local {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 12px 7px;
  border-radius: 10px;
  font-size: 9px;
}
.app-local small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
}
.store-icon {
  font-size: 27px;
  background: #f1e9dc;
  padding: 5px 8px;
  border-radius: 7px;
}
.app-tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 15px;
  text-align: center;
  font-size: 17px;
}
.app-tabs small {
  display: block;
  font-size: 7px;
}
.scan {
  background: var(--ink);
  color: white;
  border-radius: 10px;
  padding: 6px 9px;
}
.float-label {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 88px;
  transform: rotate(-9deg);
  background: white;
  padding: 13px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 5px 20px #2534210c;
}
.float-label span {
  color: #638333;
  margin-right: 8px;
  font-size: 19px;
}
.preview-label {
  position: absolute;
  bottom: -9px;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: var(--muted);
}
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 26px max(48px, calc((100vw - 1184px) / 2));
  font-size: 14px;
  gap: 24px;
}
.strip > span:first-child {
  color: var(--muted);
}
.strip b {
  font-weight: 400;
  color: #82a45c;
  margin: 0 18px;
}
.services,
.how,
.faq {
  max-width: 1280px;
  margin: auto;
  padding: 88px 48px;
}
h2 {
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -1.9px;
  margin: 20px 0;
}
p {
  line-height: 1.65;
}
.section-head > p {
  color: var(--muted);
  font-size: 16px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.service-card {
  padding: 29px;
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 380px;
}
.green {
  background: #dcebc9;
}
.cream {
  background: #ece8dc;
}
.lilac {
  background: #e5e1ed;
}
.card-number {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.service-symbol {
  font-size: 57px;
  line-height: 1;
  margin: 25px 0 9px;
}
.service-card h3 {
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.7px;
  margin: 15px 0;
}
.service-card p {
  font-size: 14px;
  color: #53594f;
  margin: 0 0 25px;
}
.card-tag {
  font-size: 10px;
  border-top: 1px solid #18281820;
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
}
.availability {
  font-size: 11px;
  color: var(--muted);
  margin: 21px 0 0;
}
.how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}
.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
  margin-top: 15px;
}
.steps article {
  display: flex;
  gap: 23px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.steps article:first-child {
  padding-top: 0;
}
.steps article > span {
  font-size: 12px;
  color: #6a7462;
  margin-top: 6px;
}
.steps h3 {
  font-size: 20px;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}
.steps p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.launch {
  position: relative;
  overflow: hidden;
  max-width: 1184px;
  margin: 10px auto 0;
  border-radius: 28px;
  background: var(--ink);
  color: var(--paper);
  padding: 60px;
}
.launch .eyebrow {
  color: var(--green);
}
.launch h2 {
  font-size: 56px;
}
.launch p {
  max-width: 480px;
  color: #c3c9c0;
  font-size: 15px;
}
.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff0d;
  border: 1px solid #ffffff25;
  padding: 14px 20px;
  border-radius: 100px;
  font-size: 12px;
  margin-top: 14px;
}
.launch-pill .status-dot {
  background: var(--green);
}
.launch-star {
  position: absolute;
  right: 60px;
  top: 70px;
  font-size: 240px;
  line-height: 1;
  color: var(--green);
  transform: rotate(12deg);
}
.faq {
  max-width: 880px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
details p {
  font-size: 14px;
  color: var(--muted);
}
details a {
  text-decoration: underline;
}
footer {
  padding: 45px max(48px, calc((100vw - 1184px) / 2));
  background: #ebece4;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer-top p {
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid #d0d4c7;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.policy {
  max-width: 820px;
  margin: auto;
  padding: 50px 36px 90px;
}
.policy .eyebrow {
  margin-top: 50px;
}
.policy h1 {
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 1.1;
}
.policy h2 {
  font-size: 23px;
  letter-spacing: -0.5px;
}
.policy section {
  margin-top: 35px;
}
.policy p {
  color: var(--muted);
}
.draft {
  background: #f2e5ca;
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.6;
}
.skip {
  position: absolute;
  left: 10px;
  top: -100px;
  background: var(--ink);
  color: white;
  padding: 15px;
  z-index: 20;
}
.skip:focus {
  top: 10px;
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: clamp(58px, 18.4vw, 72px);
  }
  .orb {
    width: 350px;
    height: 400px;
  }
  .hero {
    gap: 0;
    padding-top: 30px;
  }
  .float-label {
    left: -8px;
    font-size: 10px;
  }
  .launch {
    margin-left: 28px;
    margin-right: 28px;
  }
  .launch-star {
    right: 20px;
    font-size: 160px;
    top: 130px;
  }
  .how {
    gap: 45px;
  }
  .service-card {
    padding: 22px;
  }
  .strip {
    font-size: 12px;
  }
  .strip b {
    margin: 0 8px;
  }
}
@media (max-width: 700px) {
  header {
    padding: 22px;
  }
  .brand {
    font-size: 24px;
  }
  header nav {
    gap: 18px;
    font-size: 12px;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    padding: 40px 24px 35px;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(58px, 18.4vw, 72px);
    letter-spacing: -4px;
  }
  .lead {
    font-size: 16px;
    max-width: 420px;
  }
  .hero-note {
    margin-top: 30px;
  }
  .hero-visual {
    min-height: 580px;
  }
  .orb {
    width: min(100%, 390px);
    height: 440px;
  }
  .float-label {
    left: 0;
    top: 75px;
  }
  .strip {
    padding: 22px;
    flex-direction: column;
    gap: 12px;
  }
  .services,
  .how,
  .faq {
    padding: 58px 24px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.4px;
  }
  .cards,
  .how {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 28px;
    min-height: 330px;
  }
  .launch {
    padding: 35px 26px;
    margin: 0 16px;
    border-radius: 22px;
  }
  .launch h2 {
    font-size: 42px;
    position: relative;
    z-index: 1;
  }
  .launch p {
    position: relative;
    z-index: 1;
  }
  .launch-star {
    font-size: 80px;
    right: 14px;
    top: 15px;
    opacity: 0.3;
  }
  .launch .eyebrow {
    max-width: 220px;
    line-height: 1.7;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  footer {
    padding: 35px 24px;
  }
  .footer-bottom nav {
    gap: 15px;
  }
  .policy {
    padding: 30px 24px 60px;
  }
  .policy h1 {
    font-size: 40px;
  }
  .coming {
    font-size: 10px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.business {
  font-size: 13px;
  line-height: 1.6;
}
.business a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-date {
  font-size: 12px;
}
.policy-sources {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.policy-sources a {
  text-decoration: underline;
}
.price-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.price-summary > div {
  background: #dcebc9;
  border-radius: 16px;
  padding: 20px;
}
.price-summary span {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.price-summary strong {
  display: block;
  font-size: 34px;
  margin-top: 12px;
}
@media (max-width: 600px) {
  .price-summary {
    grid-template-columns: 1fr;
  }
  .price-summary > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .price-summary strong {
    margin: 0;
  }
}
