:root{
  --green:#0d3b2a;
  --green-2:#167247;
  --lime:#25c85a;
  --cream:#f5f2ea;
  --white:#fffdf8;
  --ink:#162723;
  --muted:#6f817b;
  --line:#e6ded0;
  --clay:#cf8065;
  --gold:#f2c24d;
  --shadow:0 24px 80px rgba(10,35,26,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:var(--cream);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.topbar{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(20px,5vw,64px);
  background:rgba(7,24,22,.72);
  color:white;
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand img{
  width:48px;
  height:48px;
  border-radius:12px;
  object-fit:cover;
}
.brand strong{display:block;font-size:18px;line-height:1}
.brand small{display:block;color:rgba(255,255,255,.76);font-size:13px;margin-top:5px}
.topbar nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-weight:900;
}
.nav-button{
  background:var(--lime);
  color:white;
  padding:13px 24px;
  border-radius:999px;
  box-shadow:0 12px 35px rgba(37,200,90,.32);
}

.hero{
  min-height:860px;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:40px;
  padding:110px clamp(28px,6vw,76px) 90px;
  color:white;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.58),rgba(0,0,0,.72)),
    radial-gradient(circle at 25% 45%,rgba(37,200,90,.24),transparent 25%),
    url("https://images.unsplash.com/photo-1517430816045-df4b7de11d1d?auto=format&fit=crop&w=1800&q=80");
  background-size:cover;
  background-position:center;
  z-index:-3;
}
.hero-dark{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.55));
  z-index:-2;
}
.eyebrow{
  margin:0 0 14px;
  color:var(--lime);
  letter-spacing:.25em;
  text-transform:uppercase;
  font-size:14px;
  font-weight:950;
}
.hero h1{
  font-size:clamp(68px,8vw,118px);
  line-height:.86;
  letter-spacing:-.08em;
  margin:0 0 22px;
}
.hero h1 span{color:var(--lime)}
.hero-text{
  max-width:650px;
  margin:0 0 36px;
  font-size:24px;
  line-height:1.35;
  font-weight:650;
}
.waitlist-form h2{
  margin:0 0 6px;
  font-size:28px;
}
.waitlist-form > p{
  margin:0 0 18px;
  font-weight:700;
  color:rgba(255,255,255,.82);
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
  margin-bottom:14px;
}
label span{position:absolute;left:-9999px}
input{
  width:100%;
  border:1px solid rgba(255,255,255,.28);
  border-radius:10px;
  min-height:58px;
  padding:0 18px;
  font:inherit;
  font-weight:700;
  background:white;
  color:var(--ink);
}
.waitlist-form button,.footer-form button{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:10px;
  background:linear-gradient(90deg,var(--lime),#1bac55);
  color:white;
  font:inherit;
  font-weight:950;
  font-size:19px;
  cursor:pointer;
  box-shadow:0 16px 45px rgba(37,200,90,.28);
}
.form-message{
  min-height:22px;
  color:#daf7e5!important;
  margin-top:10px!important;
}
.trust-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:18px;
}
.avatars{display:flex}
.avatars span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#e9c3a9,#8f5d49);
  border:2px solid white;
  color:white;
  font-weight:900;
  margin-left:-10px;
}
.avatars span:first-child{margin-left:0}
.trust-row strong{color:#ffc928;letter-spacing:.12em}
.trust-row p{margin:3px 0 0;font-weight:850}

.hero-visual{
  position:relative;
  min-height:620px;
}
.phone-main{
  position:absolute;
  left:10%;
  top:0;
  width:min(430px,62%);
  border-radius:34px;
  filter:drop-shadow(0 35px 70px rgba(0,0,0,.45));
  z-index:3;
}
.deal-float{
  position:absolute;
  right:3%;
  top:30px;
  z-index:4;
  width:265px;
  display:flex;
  align-items:center;
  gap:14px;
  background:white;
  color:var(--ink);
  padding:14px;
  border-radius:20px;
  transform:rotate(6deg);
  box-shadow:var(--shadow);
}
.deal-img{
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-size:48px;
  background:#fff3db;
}
.deal-float small{display:block;color:var(--green-2);font-weight:900}
.deal-float strong{display:block;color:var(--green-2);font-size:28px;line-height:1}
.deal-float span{display:block;font-size:13px;font-weight:750}
.deal-float b{
  display:inline-block;
  margin-top:7px;
  background:var(--green-2);
  color:white;
  padding:7px 12px;
  border-radius:7px;
  font-size:12px;
}
.qr-float{
  position:absolute;
  right:5%;
  bottom:20px;
  z-index:5;
  width:300px;
  background:white;
  color:var(--ink);
  border-radius:22px;
  padding:26px;
  transform:rotate(8deg);
  box-shadow:var(--shadow);
}
.qr-float small{
  color:var(--green-2);
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:950;
}
.qr-float strong{display:block;font-size:24px;margin:10px 0}
.qr-pattern{
  height:205px;
  margin:12px 0 14px;
  background:
    linear-gradient(90deg,#000 10px,transparent 10px 18px,#000 18px 28px,transparent 28px 36px),
    linear-gradient(0deg,transparent 10px,#000 10px 18px,transparent 18px 30px,#000 30px 38px);
  background-size:36px 36px;
  border:10px solid white;
  outline:2px solid #111;
}
.qr-float b,.qr-float span{display:block;text-align:center}
.qr-float b{font-size:17px}
.qr-float span{color:var(--green-2);font-weight:950;margin-top:5px}

.stats{
  width:min(1120px,92%);
  margin:-70px auto 70px;
  position:relative;
  z-index:10;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
}
.stats article{
  display:flex;
  align-items:center;
  gap:18px;
  padding:10px 18px;
}
.stat-icon{
  width:58px;height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf4e8;
  color:var(--green-2);
  font-size:27px;
}
.stat-icon.gold{background:#fff1c7}
.stats strong{font-size:34px;color:var(--green);line-height:1}
.stats p{margin:4px 0 0;color:var(--muted);font-weight:750}

.categories-savings{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  padding:0 clamp(28px,6vw,76px) 70px;
}
.categories-savings .eyebrow,.how .eyebrow,.business .eyebrow{color:var(--green-2)}
.categories h2,.savings h2,.how h2,.business h2,.vip-section h2{
  margin:0 0 25px;
  color:var(--green);
  font-size:clamp(36px,4vw,58px);
  line-height:.98;
  letter-spacing:-.05em;
}
.category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin:28px 0;
}
.category-grid article{text-align:center}
.category-grid span{
  margin:auto;
  width:66px;height:66px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e9efe3;
  color:var(--green-2);
  font-size:28px;
}
.category-grid p{margin:10px 0 0;color:var(--muted);font-weight:800}
.outline-button{
  display:inline-flex;
  border:1.5px solid var(--green-2);
  color:var(--green-2);
  border-radius:8px;
  padding:14px 28px;
  font-weight:950;
}

.saving-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.saving-cards article{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
}
.card-img{height:90px;background-size:cover;background-position:center}
.pizza{background:linear-gradient(135deg,#d96335,#ffe4b8)}
.oil{background:linear-gradient(135deg,#1e1e1e,#9f9f9f)}
.coffee{background:linear-gradient(135deg,#8e5c31,#f6e2c8)}
.burger{background:linear-gradient(135deg,#c2773d,#f6d48c)}
.saving-cards p{margin:12px 14px 4px;font-weight:850}
.saving-cards small{margin:0 14px;color:var(--muted);display:block}
.saving-cards strong{display:block;margin:0 14px 16px;font-size:30px;color:var(--green)}
.total-card{
  margin-top:18px;
  min-height:100px;
  border-radius:14px;
  background:linear-gradient(135deg,#063221,#0f5632);
  color:white;
  display:grid;
  grid-template-columns:auto 1fr 280px;
  align-items:center;
  gap:18px;
  padding:20px 28px;
  overflow:hidden;
}
.total-card p{margin:0;font-weight:850}
.total-card strong{font-size:46px;color:var(--lime)}
.total-card span{font-weight:700}
.total-card svg{color:var(--lime);opacity:.7}

.how{
  text-align:center;
  padding:80px clamp(28px,6vw,76px);
}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.steps article{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:24px;
  padding:38px 32px;
}
.steps span{
  width:70px;height:70px;
  margin:auto;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#dcebe1;
  color:var(--green);
  font-size:26px;
  font-weight:950;
}
.steps h3{font-size:27px;margin:20px 0 12px;color:var(--green)}
.steps p{color:var(--muted);font-weight:780;font-size:18px;line-height:1.45}

.vip-section{
  width:min(1180px,92%);
  margin:0 auto 92px;
  border-radius:28px;
  background:var(--green);
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  padding:50px 44px;
}
.vip-section .eyebrow{color:white}
.vip-section h2{color:white;font-size:clamp(42px,6vw,74px)}
.vip-section p{font-size:18px;font-weight:780;margin:0;color:rgba(255,255,255,.86)}
.vip-section a,.business-button{
  white-space:nowrap;
  background:var(--clay);
  color:white;
  padding:15px 24px;
  border-radius:11px;
  font-weight:950;
}

.business{
  display:grid;
  grid-template-columns:.9fr 1fr .9fr;
  gap:46px;
  align-items:center;
  padding:0 clamp(28px,6vw,76px) 70px;
}
.business-image{
  min-height:250px;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--green);
  box-shadow:var(--shadow);
}
.merchant-photo{
  background:
    linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),
    url("https://images.unsplash.com/photo-1556157382-97eda2d62296?auto=format&fit=crop&w=600&q=80");
  background-size:cover;
  background-position:center;
}
.merchant-form{
  background:white;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.merchant-form small{
  text-transform:uppercase;
  color:var(--green);
  font-weight:900;
}
.merchant-form label{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
.merchant-form input{
  min-height:38px;
  border:1px solid var(--line);
  margin-top:4px;
  border-radius:5px;
  font-size:13px;
}
.merchant-form button{
  border:0;
  border-radius:6px;
  background:var(--green-2);
  color:white;
  min-height:42px;
  font-weight:900;
}
.business ul{list-style:none;padding:0;margin:0 0 24px}
.business li{
  margin:7px 0;
  color:var(--green);
  font-weight:800;
}
.business li:before{
  content:"✓";
  color:var(--lime);
  font-weight:950;
  margin-right:8px;
}
.business-performance{
  min-height:250px;
  border-radius:18px;
  background:#edf0ec;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.business-performance img{
  width:125px;
  border-radius:22px;
  box-shadow:var(--shadow);
}
.performance-card{
  position:absolute;
  right:25px;
  bottom:25px;
  width:190px;
  background:white;
  border-radius:15px;
  padding:18px;
  box-shadow:var(--shadow);
}
.performance-card small{display:block;color:var(--muted);font-weight:850}
.performance-card div{display:inline-block;margin:10px 15px 6px 0}
.performance-card strong{display:block;font-size:20px;color:var(--green)}
.performance-card span{font-size:11px;color:var(--muted)}
.performance-card svg{color:var(--lime)}

.logos{
  padding:30px clamp(28px,6vw,76px) 50px;
  border-top:1px solid var(--line);
  text-align:center;
}
.logos p{
  color:var(--green-2);
  text-transform:uppercase;
  letter-spacing:.25em;
  font-weight:950;
}
.logos div{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:22px;
  align-items:center;
}
.logos strong{
  font-family:Georgia, serif;
  font-size:22px;
  color:#151f1c;
}
.logos small{display:block;font-family:inherit;font-size:11px;text-transform:uppercase}

.footer{
  background:#063221;
  color:white;
  display:grid;
  grid-template-columns:1.3fr .65fr .65fr 1.2fr;
  gap:38px;
  padding:42px clamp(28px,6vw,76px) 28px;
}
.footer .brand small{color:rgba(255,255,255,.72)}
.socials{display:flex;gap:12px;margin-top:18px}
.socials a{
  width:28px;height:28px;
  display:grid;place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  font-weight:900;
}
.footer h3{margin:0 0 12px;text-transform:uppercase;font-size:13px;letter-spacing:.15em;color:rgba(255,255,255,.7)}
.footer a{display:block;margin:7px 0;font-weight:700}
.footer-form p{margin:0 0 10px;color:rgba(255,255,255,.7)}
.footer-form div{display:flex;gap:8px}
.footer-form input{min-height:42px;border-radius:6px}
.footer-form button{width:auto;min-height:42px;border-radius:6px;padding:0 14px;font-size:14px}
.copyright,.terms{
  grid-column:1/-1;
  margin:0;
  text-align:center;
  color:rgba(255,255,255,.72);
}
.terms a{display:inline-block;margin:0 16px}

@media(max-width:980px){
  .topbar{position:relative;background:var(--green)}
  .topbar nav a:not(.nav-button){display:none}
  .hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding:70px 22px 60px;
  }
  .hero-visual{min-height:620px}
  .phone-main{left:0;width:72%}
  .deal-float{right:0;width:220px}
  .qr-float{right:0;width:240px}
  .form-row{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr;margin:0 auto 45px}
  .categories-savings,.business{grid-template-columns:1fr;padding:0 22px 55px}
  .saving-cards,.category-grid{grid-template-columns:1fr 1fr}
  .total-card{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .vip-section{display:block;padding:32px 24px}
  .vip-section a{display:inline-block;margin-top:22px}
  .logos div{grid-template-columns:1fr 1fr}
  .footer{grid-template-columns:1fr}
}

@media(max-width:560px){
  .topbar{height:auto;padding:14px 18px}
  .brand strong{font-size:16px}
  .brand small{display:none}
  .hero h1{font-size:64px}
  .hero-text{font-size:19px}
  .hero-visual{min-height:520px}
  .phone-main{width:86%}
  .deal-float{top:255px;right:4px}
  .qr-float{bottom:0;width:235px}
  .stats{grid-template-columns:1fr}
  .business-image{grid-template-columns:1fr}
  .merchant-photo{min-height:180px}
}


/* FULL WIDTH HERO VIDEO */
.hero-video-section{
  width:100%;
  background:#000;
  overflow:hidden;
  margin-top:70px;
}
.hero-video{
  width:100%;
  display:block;
  object-fit:cover;
  max-height:700px;
}
