:root {
  --brand: #2E7D32;
  --brand2: #66BB6A;
  --accent: #FF9800;
  --ink: #1E293B;
  --ink2: #475569;
  --ink3: #94A3B8;
  --bg: #F8FAFC;
  --card: #FFFFFF;
  --border: #E2E8F0;
  --green-bg: #E8F5E9;
  --green: #2E7D32;
  --amber-bg: #FFF3E0;
  --amber: #E67E00;
  --red-bg: #FFEBEE;
  --red: #C62828;
  --blue-bg: #E3F2FD;
  --blue: #1976D2;
  --pink-bg: #FCE4EC;
  --pink: #C2185B;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink); background: var(--bg); line-height: 1.6;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* ---- Hero ---- */
header {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff; padding: 26px 0 72px;
}
nav { display: flex; align-items: center; gap: 12px; margin-bottom: 56px; }
nav img { width: 36px; height: 36px; border-radius: 10px; }
nav .name { font-weight: 700; font-size: 18px; letter-spacing: .3px; }
nav .by { margin-left: auto; font-size: 12px; opacity: .8; }
nav .by a { color: #fff; }
nav .lang {
  border: 1.5px solid rgba(255,255,255,.55); color: #fff; text-decoration: none;
  font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
}
nav .lang:hover { background: rgba(255,255,255,.15); }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { font-size: 40px; line-height: 1.18; font-weight: 800; letter-spacing: -.5px; }
.hero p.sub { margin-top: 16px; font-size: 17px; opacity: .94; max-width: 46ch; }
.cta-row { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-block; padding: 13px 22px; border-radius: 12px;
  font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--brand); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.6); color: #fff; }
.hero .note { margin-top: 14px; font-size: 12.5px; opacity: .8; }

/* Phone mockup (pure CSS, mirrors the real Home screen) */
.phone-wrap { position: relative; max-width: 356px; margin-left: auto; }
.phone {
  background: #0b1120; border-radius: 44px; padding: 10px;
  box-shadow: 0 30px 70px rgba(15,23,42,.45);
}
.screen { background: #FAFAFA; border-radius: 36px; overflow: hidden; color: #212121; padding-bottom: 0; }
.statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 22px 4px; font-size: 12px; font-weight: 700; color: #212121;
}
.app { padding: 6px 14px 0; }
.greet { font-size: 17px; font-weight: 800; line-height: 1.2; }
.greet-sub { font-size: 9.5px; color: #757575; margin-bottom: 8px; }
.herocard {
  background: #388E3C; color: #fff; border-radius: 14px; padding: 10px 12px;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.herocard .q { font-size: 10.5px; font-weight: 800; line-height: 1.25; }
.herocard .go { display: inline-block; margin-top: 6px; background: var(--accent); color: #4A2800; font-size: 9px; font-weight: 800; padding: 4px 8px; border-radius: 7px; }
.herocard .fork { font-size: 22px; opacity: .6; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 8px; }
.stat { border-radius: 12px; padding: 8px 10px; }
.stat.g { background: var(--green-bg); }
.stat.a { background: var(--amber-bg); }
.stat .ic { font-size: 12px; }
.stat .num { font-size: 16px; font-weight: 800; line-height: 1.1; margin-top: 2px; }
.stat.a .num { color: var(--amber); }
.stat .lbl { font-size: 8.5px; color: #5F7A61; }
.stat.a .lbl { color: #8A6A2F; }
.wasteline { font-size: 8.5px; color: #757575; margin: 6px 2px 4px; }
.wasteline b { color: var(--brand); font-weight: 700; }
.quick { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.qa { border-radius: 12px; padding: 8px 10px; }
.qa .ic { font-size: 13px; }
.qa .t { font-size: 9.5px; font-weight: 800; margin-top: 3px; }
.qa .s { font-size: 8px; color: #757575; }
.qa.g { background: var(--green-bg); } .qa.a { background: var(--amber-bg); }
.qa.b { background: var(--blue-bg); } .qa.p { background: var(--pink-bg); }
.rowhead { display: flex; justify-content: space-between; align-items: baseline; margin: 10px 2px 4px; }
.rowhead .t { font-size: 10.5px; font-weight: 800; }
.rowhead .l { font-size: 8.5px; font-weight: 800; color: var(--brand); }
.chips { display: flex; gap: 5px; overflow: hidden; }
.chipx { flex: none; background: #F2F2EF; border-radius: 9px; padding: 5px 8px; font-size: 8.5px; font-weight: 700; white-space: nowrap; }
.chipx span { display: block; font-weight: 400; color: #757575; font-size: 7.5px; }
.expiry { border: 1px solid #E5E7EB; background: #fff; border-radius: 10px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.expiry .n { font-size: 10px; font-weight: 700; flex: 1; }
.expiry .n span { display: block; font-weight: 400; color: #757575; font-size: 8px; }
.badge { font-size: 8px; font-weight: 800; color: #fff; padding: 3px 7px; border-radius: 100px; }
.badge.o { background: var(--accent); } .badge.r { background: #F44336; }
.tabbar { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-top: 1px solid var(--border); padding: 8px 0 12px; text-align: center; margin-top: 10px; }
.tb { font-size: 8px; color: #9CA3AF; }
.tb .ic { display: block; font-size: 13px; line-height: 1; margin-bottom: 2px; }
.tb.on { color: var(--brand); font-weight: 700; }
.notif-stack {
  position: absolute; left: -226px; bottom: 30px; width: 236px;
  display: flex; flex-direction: column; gap: 8px;
}
.notif {
  background: #0f172aeb; color: #fff; border-radius: 14px;
  padding: 9px 11px; font-size: 11px; line-height: 1.4;
  box-shadow: 0 14px 32px rgba(15,23,42,.35); backdrop-filter: blur(4px);
}
.notif .nh { display: flex; align-items: center; gap: 5px; font-size: 8.5px; letter-spacing: .4px; opacity: .65; margin-bottom: 3px; }
.notif .nh img { width: 13px; height: 13px; border-radius: 4px; }
.notif .nh .tm { margin-left: auto; }
.notif b { font-size: 11px; }

/* ---- Sections ---- */
section { padding: 64px 0; }
section.alt { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
h2 { font-size: 28px; font-weight: 800; letter-spacing: -.3px; text-align: center; }
.lead { text-align: center; color: var(--ink2); max-width: 62ch; margin: 10px auto 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.step { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px; }
.step .num {
  width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 13.5px; color: var(--ink2); }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.feat { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.feat .ico { font-size: 22px; margin-bottom: 8px; }
.feat h3 { font-size: 15px; margin-bottom: 4px; }
.feat p { font-size: 13px; color: var(--ink2); }

/* ---- Privacy ---- */
.privacy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.priv { border-left: 3px solid var(--brand); background: var(--card); border-radius: 0 12px 12px 0; padding: 16px 18px; }
.priv h3 { font-size: 14.5px; margin-bottom: 4px; }
.priv p { font-size: 13px; color: var(--ink2); }

/* ---- Pricing ---- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; align-items: stretch; }
.plan { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; position: relative; }
.plan.hot { border: 2px solid var(--brand); box-shadow: 0 16px 40px rgba(46,125,50,.16); }
.plan .badge-top {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #fff;
  font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 100px; white-space: nowrap;
}
.plan h3 { font-size: 17px; }
.plan .for { font-size: 12px; color: var(--ink3); margin-bottom: 14px; }
.price { margin: 6px 0 2px; }
.price .now { font-size: 32px; font-weight: 800; letter-spacing: -.5px; }
.price .per { font-size: 13px; color: var(--ink2); }
.price .free { font-size: 28px; font-weight: 800; letter-spacing: -.5px; }
.price-usd { font-size: 12px; color: var(--ink3); margin-bottom: 14px; }
.plan ul { list-style: none; margin: 10px 0 18px; flex: 1; }
.plan li { font-size: 13.5px; color: var(--ink2); padding: 5px 0 5px 24px; position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.plan li.no { color: var(--ink3); }
.plan li.no::before { content: "—"; color: var(--ink3); }
.plan .btn { text-align: center; background: var(--ink); color: #fff; }
.plan.hot .btn { background: linear-gradient(135deg, var(--brand), var(--brand2)); }
.pricing-note { text-align: center; font-size: 12px; color: var(--ink3); margin-top: 18px; }

/* ---- CTA / footer ---- */
.beta { text-align: center; }
.beta .btn { background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #fff; margin-top: 22px; }
.store-badge { display: inline-flex; align-items: center; gap: 8px; background: #000; color: #fff; border-radius: 10px; padding: 8px 14px; text-decoration: none; line-height: 1.1; }
.store-badge small { display: block; font-size: 9px; opacity: .8; font-weight: 500; }
.store-badge b { font-size: 16px; font-weight: 600; }
.store-badge svg { width: 22px; height: 22px; fill: #fff; }
footer { background: var(--ink); color: #cbd5e1; padding: 34px 0; font-size: 13px; }
footer .wrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
footer img { width: 26px; height: 26px; border-radius: 7px; }
footer a { color: #e2e8f0; }
footer .right { margin-left: auto; font-size: 12px; color: var(--ink3); }
footer .links { width: 100%; font-size: 12px; color: var(--ink3); }
footer .links a { color: #cbd5e1; margin-right: 14px; }

@media (max-width: 1024px) {
  .notif-stack { position: static; width: auto; max-width: 336px; margin: 14px auto 0; }
}
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .phone-wrap { margin: 0 auto; }
  .steps, .grid, .privacy, .plans { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
}
