* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.6; background: #f7f7f5; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }

.site-header { background: #0d2818; padding: 14px 0; position: sticky; top: 0; z-index: 10; }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; }
.logo { color: #fff; font-weight: 800; font-size: 1.3rem; text-decoration: none; letter-spacing: 1px; }
.logo span { color: #7fd67f; }
.header-call { color: #fff; text-decoration: none; font-weight: 600; border: 2px solid #7fd67f; padding: 6px 14px; border-radius: 999px; font-size: .9rem; }

.hero { background: linear-gradient(135deg, #0d2818 0%, #14532d 60%, #1a6b3c 100%); color: #fff; padding: 70px 0 60px; text-align: center; }
.hero h1 { font-size: 2.6rem; line-height: 1.15; margin-bottom: 16px; }
.hero h1 .cash { color: #7fd67f; }
.hero .sub { font-size: 1.15rem; max-width: 640px; margin: 0 auto 28px; color: #d9ead9; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn { display: inline-block; background: #7fd67f; color: #0d2818; font-weight: 800; padding: 14px 30px; border-radius: 999px; text-decoration: none; border: none; cursor: pointer; font-size: 1rem; }
.btn-big { font-size: 1.15rem; padding: 16px 40px; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }

.pricing { padding: 60px 0; background: #fff; }
.pricing h2, .how h2, .why h2, .sell h2 { text-align: center; font-size: 2rem; margin-bottom: 8px; }
.section-sub { text-align: center; color: #666; margin-bottom: 30px; }
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.tier { background: #f7f7f5; border: 2px solid #e2e2e2; border-radius: 14px; padding: 28px 22px; text-align: center; position: relative; }
.tier-hot { border-color: #7fd67f; background: #f0faf0; }
.tier-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #0d2818; color: #7fd67f; font-size: .75rem; font-weight: 800; padding: 4px 14px; border-radius: 999px; letter-spacing: 1px; }
.tier h3 { font-size: 1.1rem; margin-bottom: 6px; }
.tier .price { font-size: 2.6rem; font-weight: 800; color: #14532d; margin: 8px 0; }
.tier p { color: #555; font-size: .95rem; }

.how { padding: 60px 0; background: #f7f7f5; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }
.step { background: #fff; border-radius: 14px; padding: 28px 22px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.step-num { width: 48px; height: 48px; background: #0d2818; color: #7fd67f; font-weight: 800; font-size: 1.4rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step h3 { margin-bottom: 8px; }
.step p { color: #555; font-size: .95rem; }

.why { padding: 60px 0; background: #fff; }
.checks { list-style: none; max-width: 600px; margin: 24px auto 0; }
.checks li { padding: 12px 0 12px 40px; position: relative; font-size: 1.05rem; border-bottom: 1px solid #eee; }
.checks li::before { content: "✓"; position: absolute; left: 8px; color: #1a6b3c; font-weight: 800; font-size: 1.2rem; }

.sell { padding: 60px 0; background: #0d2818; color: #fff; }
.sell .section-sub { color: #bcd8bc; }
.sell form { max-width: 520px; margin: 0 auto; display: grid; gap: 16px; }
.sell label { display: grid; gap: 6px; font-weight: 600; font-size: .95rem; }
.sell input, .sell textarea { padding: 12px 14px; border-radius: 10px; border: none; font-size: 1rem; font-family: inherit; }
.sell button { justify-self: center; margin-top: 6px; }
.or-call { text-align: center; margin-top: 22px; color: #bcd8bc; }
.or-call a { color: #7fd67f; }

footer { background: #081a10; color: #8aa88a; padding: 28px 0; text-align: center; font-size: .9rem; }
footer a { color: #7fd67f; }

@media (max-width: 600px) {
  .hero h1 { font-size: 2rem; }
  .header-call { font-size: .8rem; padding: 6px 10px; }
}
