:root{
  --dark-green:#153229;
  --dark-green-2:#1c3d31;
  --primary:#0E4D3A;
  --green-800:#0A3D2E;
  --cream:#F4F7EF;
  --cream-2:#EEF1E7;
  --lime:#A3C93A;
  --lime-soft:#E7F2CF;
  --text-dark:#16211c;
  --text-gray:#5B6560;
  --muted:#7d8780;
  --border:#dfe3d8;
  --white:#ffffff;
  --shadow:0 22px 60px rgba(21,50,41,.10);
  --radius-lg:28px;
  --radius-md:18px;
  --radius-sm:12px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--text-dark);
  background:var(--cream);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.brand-word{font-family:'Space Grotesk','Inter',sans-serif;font-weight:700;letter-spacing:-.03em;color:var(--text-dark)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{max-width:1180px;margin:0 auto;padding:0 36px}
.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(223,227,216,.85);
}
.site-header .container{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:145px;height:auto}
.nav-links{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600;color:var(--text-dark)}
.nav-links a{opacity:.85;transition:.18s ease}
.nav-links a:hover{opacity:1;color:var(--primary)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 24px;border-radius:999px;border:1px solid transparent;
  font-weight:800;font-size:14px;line-height:1;cursor:pointer;transition:.18s ease;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(14,77,58,.16)}
.btn-primary{background:var(--primary);color:#fff}
.btn-outline{background:#fff;color:var(--primary);border-color:rgba(14,77,58,.25)}
.btn-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.badge{
  display:inline-flex;align-items:center;gap:8px;width:max-content;
  padding:8px 13px;border-radius:999px;background:var(--lime-soft);color:var(--primary);
  font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}
.section-title{text-align:center;margin-bottom:38px}.section-title h2{font-size:34px;line-height:1.15}.section-title p{max-width:660px;margin:12px auto 0;color:var(--text-gray)}
.hero{background:linear-gradient(135deg,#fff 0%,#fbfcf8 55%,#eff5e4 100%);padding:82px 0 70px;overflow:hidden}
.hero .container{display:grid;grid-template-columns:minmax(0,1fr) 500px;align-items:center;gap:58px}
.hero-copy h1{font-size:58px;line-height:1.02;margin:18px 0 22px}.highlight{color:var(--primary)}
.hero-copy p{font-size:18px;color:var(--text-gray);max-width:590px;margin-bottom:28px}
.micro-note{display:flex;align-items:center;gap:8px;margin-top:16px;color:var(--text-gray);font-weight:600;font-size:14px}.micro-note span{color:var(--primary)}
.hero-visual{position:relative;min-height:530px;display:flex;align-items:center;justify-content:center}
.hero-blob{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#e4f1c7,rgba(228,241,199,.1) 68%);right:10px;top:26px}
.line-art{position:absolute;right:-25px;bottom:54px;width:180px;height:230px;border:3px solid rgba(14,77,58,.2);border-left:none;border-bottom:none;border-radius:50%;transform:rotate(10deg)}
.phone-frame{position:relative;z-index:2;width:315px;filter:drop-shadow(0 35px 35px rgba(16,35,29,.22))}
.phone-frame img{width:100%;height:auto}
.float-card{
  position:absolute;z-index:3;left:10px;top:82px;background:#fff;border:1px solid var(--border);
  border-radius:16px;box-shadow:var(--shadow);padding:13px 16px;display:flex;align-items:center;gap:12px;font-size:12px;color:var(--text-gray)
}
.float-card strong{display:block;color:var(--primary);font-size:14px}.float-icon{width:34px;height:34px;border-radius:11px;background:var(--lime-soft);display:grid;place-items:center;color:var(--primary);font-weight:900}
.store-badges{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.store-badges img{height:48px;width:auto}
.features-strip{background:var(--primary);color:#fff;border-radius:18px;margin:-36px auto 0;position:relative;z-index:5;max-width:1120px;box-shadow:var(--shadow)}
.features-strip .container{display:grid;grid-template-columns:repeat(4,1fr);padding:0}
.strip-item{padding:24px 24px;display:flex;gap:14px;align-items:center;border-right:1px solid rgba(255,255,255,.16)}.strip-item:last-child{border-right:0}.strip-icon{width:36px;height:36px;border-radius:12px;background:rgba(163,201,58,.16);display:grid;place-items:center;color:var(--lime);font-weight:900}.strip-item strong{display:block;font-size:14px}.strip-item span{display:block;font-size:12px;color:rgba(255,255,255,.72)}
section.block{padding:78px 0}.steps-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:42px 34px;box-shadow:0 14px 40px rgba(21,50,41,.05)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step{text-align:center;position:relative}.step:not(:last-child)::after{content:"";position:absolute;top:45px;right:-14px;width:28px;border-top:2px dashed #d8dfcf}.step-icon{width:78px;height:78px;border-radius:50%;background:var(--lime-soft);display:grid;place-items:center;margin:0 auto 18px;font-size:30px;color:var(--primary);position:relative}.step-num{position:absolute;left:0;top:-6px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;font-size:13px;font-weight:800;display:grid;place-items:center}.step h3{font-size:17px;margin-bottom:8px}.step p{font-size:14px;color:var(--text-gray)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px}.info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:42px;box-shadow:0 14px 40px rgba(21,50,41,.05);min-height:430px;position:relative;overflow:hidden}.info-card h2{font-size:34px;line-height:1.12;margin-bottom:20px}.info-card p{color:var(--text-gray);margin-bottom:18px}.check-list{display:grid;gap:14px;margin-top:18px}.check-item{display:flex;gap:12px;align-items:flex-start}.tick{flex:none;width:23px;height:23px;border-radius:50%;background:var(--lime);display:grid;place-items:center;color:var(--primary);font-size:13px;font-weight:900}.check-item span:last-child{color:var(--text-gray);font-weight:600}.illustration-bag,.illustration-shop{position:absolute;right:34px;bottom:22px;width:150px;height:140px;border:3px solid rgba(14,77,58,.18);border-radius:20px;opacity:.85}.illustration-bag:before{content:"";position:absolute;left:46px;top:-38px;width:58px;height:58px;border:3px solid rgba(14,77,58,.18);border-bottom:0;border-radius:40px 40px 0 0}.illustration-bag:after{content:"☘";position:absolute;left:55px;top:46px;color:rgba(14,77,58,.45);font-size:38px}.illustration-shop{border-radius:0;right:28px;width:178px;height:120px;border-top:24px solid rgba(163,201,58,.35)}.illustration-shop:before{content:"";position:absolute;left:45px;bottom:0;width:48px;height:60px;border:3px solid rgba(14,77,58,.18);border-bottom:0}.illustration-shop:after{content:"";position:absolute;left:112px;bottom:34px;width:42px;height:42px;border:3px solid rgba(14,77,58,.18)}
.merchant-card{background:linear-gradient(135deg,#fff,#edf5df)}.merchant-cta{margin-top:24px}
.faq-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:34px;box-shadow:0 14px 40px rgba(21,50,41,.05)}.faq-list{display:grid;gap:12px}details{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden}summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:800;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"⌄";font-size:20px;color:var(--primary);transition:.15s ease}details[open] summary:after{transform:rotate(180deg)}details p{padding:0 20px 18px;color:var(--text-gray);font-size:14.5px;max-width:960px}
.cta-band{margin:0 auto 0;max-width:1120px;background:linear-gradient(135deg,var(--primary),var(--green-800));border-radius:20px;color:#fff;padding:34px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:var(--shadow)}.cta-band h2{color:#fff;font-size:28px}.cta-band p{color:rgba(255,255,255,.72)}
.site-footer{background:var(--primary);color:rgba(255,255,255,.72);padding:42px 0;margin-top:76px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;align-items:start}.footer-logo img{width:145px;filter:brightness(0) invert(1);opacity:.9}.site-footer p{font-size:14px;max-width:300px;margin-top:12px}.footer-col h4{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:12px}.footer-links{display:grid;gap:9px;font-size:14px}.socials{display:flex;gap:10px;margin-top:10px}.socials a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#fff;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;font-size:13px;flex-wrap:wrap}
.after-only,.before-only{display:none}body.before-launch .before-only{display:inline-flex}body.after-launch .after-only{display:flex}body.after-launch .before-only{display:none}
@media(max-width:1040px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.btn-row,.store-badges,.micro-note{justify-content:center}.hero-visual{min-height:500px}.features-strip .container{grid-template-columns:repeat(2,1fr)}.strip-item:nth-child(2){border-right:0}.steps-grid{grid-template-columns:repeat(2,1fr)}.step:nth-child(2)::after{display:none}.two-col{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.nav-links{gap:18px}}
@media(max-width:760px){.container{padding:0 20px}.site-header .container{height:auto;padding-top:16px;padding-bottom:16px;flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:center;gap:16px;font-size:12px;flex-wrap:wrap}.hero{padding-top:48px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.phone-frame{width:270px}.float-card{left:0;top:30px}.features-strip{margin:0;border-radius:0}.features-strip .container{grid-template-columns:1fr}.strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.steps-card,.info-card,.faq-wrap{padding:28px 20px}.steps-grid{grid-template-columns:1fr}.step::after{display:none!important}.section-title h2,.info-card h2{font-size:28px}.cta-band{flex-direction:column;text-align:center;margin-left:20px;margin-right:20px;padding:28px 20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.site-header .btn{padding:12px 16px;font-size:12px}.hero-visual{min-height:430px}}
