:root{--primary:#ff6d00;--secondary:#fff0e5;--dark:#1f2937}body{margin:0}.landing{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--dark);line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.container.narrow{max-width:800px}.section{padding:4rem 0}.section.alt{background:var(--secondary)}h1,h2,h3{line-height:1.2}.hero{background:linear-gradient(135deg,var(--primary),#ff8a33);color:#ffffff;padding:5rem 0}.tagline{font-weight:600;margin-top:.5rem}.intro{max-width:700px;margin:1.25rem 0}.hero-meta span{display:inline-block;margin-right:1rem;font-weight:600}.offer{margin:2rem 0}.price{font-size:2rem;font-weight:800}.price span{font-size:1rem;font-weight:500}.old{text-decoration:line-through;opacity:.8}.btn-primary{display:inline-block;background:#ffffff;color:var(--primary);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:700;text-decoration:none}.btn-primary.large{margin-top:1.5rem}.btn-secondary{display:inline-block;margin-top:1rem;color:#ffffff;text-decoration:underline}.checklist{list-style:none;padding:0}.checklist li{position:relative;padding-left:1.75rem;margin-bottom:.75rem}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:2rem}.grid.small{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.card{padding:1.5rem;border-radius:.75rem}.card,.pill{background:#ffffff}.pill{border-radius:999px;padding:.75rem 1rem;text-align:center;font-weight:600}.cta{background:var(--primary);color:#ffffff;padding:4rem 0}.center{text-align:center}.muted{opacity:.8}.highlight{font-weight:700}.contact{margin-top:1rem}