:root{
  --ink:#111318;
  --muted:#686d78;
  --line:#e8e9ed;
  --soft:#f7f8f2;
  --accent:#DFFF00;
  --accent-dark:#B8D600;
  --green:#18865b;
  --dark:#14161b;
  --white:#fff;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  background:#fff
}

a{
  text-decoration:none;
  color:inherit
}

.nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1180px;
  margin:auto;
  padding:0 28px
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:21px;
  letter-spacing:-.5px
}

.brand-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  background:var(--accent);
  color:#111318;
  border-radius:10px;
  font-family:Manrope;
  font-weight:800
}

.nav-link{
  font-size:14px;
  font-weight:700;
  border:1px solid var(--line);
  padding:11px 17px;
  border-radius:999px
}

.hero{
  max-width:1180px;
  margin:0 auto;
  padding:90px 28px 110px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:80px;
  align-items:center
}

.eyebrow,
.section-label{
  font-size:11px;
  letter-spacing:1.6px;
  font-weight:800;
  color:var(--green)
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:20px
}

.pulse{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green)
}

h1,
h2,
h3{
  font-family:Manrope,Arial,sans-serif;
  margin:0;
  letter-spacing:-1.5px
}

h1{
  font-size:clamp(46px,6vw,76px);
  line-height:1.02;
  max-width:720px
}

h1 span{
  color:var(--green)
}

.hero-text{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
  max-width:620px;
  margin:25px 0
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:30px
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  border:0;
  border-radius:12px;
  padding:16px 22px;
  font:700 14px "DM Sans";
  cursor:pointer
}

.btn-primary{
  background:var(--accent);
  color:#111318
}

.btn-primary:hover{
  background:var(--accent-dark)
}

.btn-light{
  background:#fff;
  color:var(--dark)
}

.text-link{
  font-size:14px;
  font-weight:700
}

.text-link:after{
  content:"";
  display:block;
  border-bottom:1px solid #aaa;
  margin-top:4px
}

.trust-row{
  display:flex;
  gap:30px;
  margin-top:55px;
  padding-top:24px;
  border-top:1px solid var(--line)
}

.trust-row div{
  display:flex;
  flex-direction:column;
  gap:4px
}

.trust-row strong{
  font-size:13px
}

.trust-row span{
  font-size:11px;
  color:var(--muted)
}

.transaction-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:0 24px 70px rgba(20,20,20,.09);
  transform:rotate(1.5deg)
}

.card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding-bottom:22px;
  border-bottom:1px solid var(--line)
}

.card-top small{
  font-size:9px;
  letter-spacing:1.3px;
  color:#92959d;
  font-weight:800
}

.card-top h3{
  font-size:21px;
  margin-top:8px
}

.status{
  font-size:11px;
  color:var(--green);
  background:#eaf8f1;
  border-radius:999px;
  padding:7px 10px;
  font-weight:800
}

.product-line{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 0
}

.product-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#f2f2f2;
  display:grid;
  place-items:center;
  font-size:24px
}

.product-line div:last-child{
  display:flex;
  flex-direction:column;
  gap:5px
}

.product-line span{
  font-size:11px;
  color:var(--muted)
}

.product-line strong{
  font-size:18px
}

.timeline{
  padding-top:8px
}

.step{
  display:flex;
  gap:13px;
  align-items:flex-start
}

.step i{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid #d8d9dd;
  color:#999;
  font-style:normal;
  font-size:11px;
  font-weight:800;
  flex:none
}

.step.done i{
  background:var(--green);
  border-color:var(--green);
  color:#fff
}

.step.active i{
  background:var(--accent);
  border-color:var(--accent);
  color:#111318
}

.step div{
  display:flex;
  flex-direction:column;
  gap:3px
}

.step strong{
  font-size:13px
}

.step span{
  font-size:11px;
  color:var(--muted)
}

.line{
  height:22px;
  border-left:1px dashed #d5d6da;
  margin-left:13px
}

.card-footer{
  margin-top:23px;
  padding-top:18px;
  border-top:1px solid var(--line);
  font-size:11px;
  color:var(--muted)
}

.problem{
  background:var(--soft);
  padding:110px 28px;
  text-align:center
}

.problem h2,
.how h2,
.audience h2{
  font-size:clamp(36px,5vw,58px);
  line-height:1.08;
  margin:16px auto 20px;
  max-width:760px
}

.problem p{
  max-width:600px;
  margin:0 auto;
  color:var(--muted);
  line-height:1.7
}

.quote{
  font-family:Manrope;
  font-size:24px;
  font-weight:800;
  margin:32px auto 12px;
  max-width:650px
}

.muted{
  font-size:14px!important
}

.how{
  max-width:1180px;
  margin:auto;
  padding:110px 28px
}

.section-intro{
  max-width:580px;
  color:var(--muted);
  line-height:1.7;
  margin:0 auto 55px;
  text-align:center
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}

.feature-card{
  border:1px solid var(--line);
  padding:30px;
  border-radius:18px;
  min-height:240px
}

.number{
  font-size:11px;
  font-weight:800;
  color:var(--green)
}

.feature-card h3{
  font-size:20px;
  margin:42px 0 12px
}

.feature-card p{
  font-size:14px;
  color:var(--muted);
  line-height:1.7;
  margin:0
}

.protection{
  background:var(--dark);
  color:#fff;
  padding:105px 28px
}

.protection-grid{
  max-width:1124px;
  margin:22px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center
}

.protection h2{
  font-size:clamp(36px,4vw,54px);
  line-height:1.08;
  margin:15px 0 20px
}

.protection p{
  color:#aeb1b9;
  line-height:1.75;
  max-width:500px
}

.protection .btn{
  margin-top:20px
}

.protection-list{
  border-top:1px solid #33363d
}

.protect-item{
  display:flex;
  gap:22px;
  padding:25px 0;
  border-bottom:1px solid #33363d
}

.protect-item>span{
  font-size:11px;
  color:var(--green);
  font-weight:800;
  padding-top:3px
}

.protect-item strong{
  font-size:15px
}

.protect-item p{
  font-size:13px;
  margin:6px 0 0
}

.audience{
  text-align:center;
  padding:110px 28px
}

.audience>p{
  max-width:610px;
  margin:0 auto;
  color:var(--muted);
  line-height:1.7
}

.audience-pills{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:35px auto 0;
  max-width:800px
}

.audience-pills span{
  padding:11px 15px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px;
  font-weight:600
}

.waitlist{
  padding:30px 28px 110px
}

.waitlist-inner{
  max-width:1124px;
  margin:auto;
  background:#f5f8e8;
  border-radius:28px;
  padding:65px;
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:80px;
  align-items:center
}

.waitlist h2{
  font-size:clamp(38px,4vw,54px);
  margin:15px 0
}

.waitlist p{
  color:var(--muted);
  line-height:1.7;
  max-width:500px
}

.lead-form{
  background:#fff;
  padding:28px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.05)
}

.lead-form label{
  display:block;
  font-size:12px;
  font-weight:700;
  margin:0 0 7px
}

.lead-form input:not(.hp){
  width:100%;
  padding:14px 15px;
  border:1px solid #dddfe3;
  border-radius:10px;
  font:14px "DM Sans";
  margin-bottom:17px;
  outline:none
}

.lead-form input:focus{
  border-color:var(--green)
}

.full{
  width:100%
}

.lead-form small{
  display:block;
  color:#9699a0;
  font-size:10px;
  line-height:1.5;
  margin-top:13px;
  text-align:center
}

.hp{
  position:absolute;
  left:-9999px;
  opacity:0
}

.form-message{
  padding:12px;
  border-radius:9px;
  font-size:12px;
  margin-top:12px;
  line-height:1.5
}

.success{
  background:#eaf8f1;
  color:#16734e
}

.error{
  background:#fff0ed;
  color:#b23c28
}

footer{
  max-width:1124px;
  margin:auto;
  padding:35px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--line);
  font-size:11px;
  color:#92959d
}

footer .brand{
  color:var(--ink);
  font-size:16px
}

footer .brand-mark{
  width:28px;
  height:28px;
  border-radius:8px;
  font-size:14px
}

@media(max-width:850px){

  .hero{
    grid-template-columns:1fr;
    gap:60px;
    padding-top:60px
  }

  .transaction-card{
    max-width:560px;
    width:100%;
    margin:auto
  }

  .steps-grid{
    grid-template-columns:1fr 1fr
  }

  .protection-grid,
  .waitlist-inner{
    grid-template-columns:1fr;
    gap:45px
  }

  .waitlist-inner{
    padding:40px 25px
  }

}

@media(max-width:560px){

  .nav{
    padding:0 18px
  }

  .nav-link{
    font-size:12px;
    padding:9px 12px
  }

  .hero{
    padding:55px 20px 80px
  }

  .hero-text{
    font-size:16px
  }

  .hero-actions{
    flex-direction:column;
    align-items:flex-start
  }

  .trust-row{
    gap:15px;
    justify-content:space-between
  }

  .trust-row span{
    font-size:9px
  }

  .transaction-card{
    padding:20px;
    border-radius:18px
  }

  .problem,
  .how,
  .audience,
  .protection{
    padding:80px 20px
  }

  .steps-grid{
    grid-template-columns:1fr
  }

  .feature-card{
    min-height:auto
  }

  .feature-card h3{
    margin-top:25px
  }

  .protection-grid{
    gap:45px
  }

  .waitlist{
    padding:20px 20px 80px
  }

  footer{
    margin:0 20px;
    padding-left:0;
    padding-right:0;
    gap:20px;
    flex-wrap:wrap
  }

}