*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Figtree',sans-serif;background:#fff;color:#134e4a}
.container{max-width:1000px;margin:0 auto;padding:0 2rem}
.narrow{max-width:680px}
.clean-header{border-bottom:1px solid #ccfbf1;padding:1rem 0;background:#fff;position:sticky;top:0;z-index:5}
.clean-header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.clean-header strong{font-size:1.15rem;color:#0f766e}
.clean-header nav{display:flex;gap:1.5rem;flex-wrap:wrap}
.clean-header a{color:#0d9488;text-decoration:none;font-weight:600;font-size:.9rem}
.clean-hero{background:linear-gradient(180deg,#f0fdfa,#fff);padding:4rem 0}
.chip{display:inline-block;background:#ccfbf1;color:#0f766e;padding:.3rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:1rem}
.clean-hero h1{font-size:2.25rem;color:#042f2e;margin-bottom:1rem;line-height:1.2;max-width:600px}
.clean-hero p{color:#115e59;line-height:1.7;max-width:540px}
.block{padding:3.5rem 0}
.block.mint{background:#f0fdfa}
.block h2{color:#0f766e;margin-bottom:1.25rem;font-size:1.4rem}
.block p{color:#334155;line-height:1.8;margin-bottom:1rem}
.checklist{list-style:none}
.checklist li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #ccfbf1}
.checklist input{accent-color:#0d9488;width:18px;height:18px}
.ordered{counter-reset:item;padding-left:0;list-style:none}
.ordered li{counter-increment:item;padding:1rem 0 1rem 3rem;position:relative;border-bottom:1px solid #e2e8f0;color:#334155;line-height:1.6}
.ordered li::before{content:counter(item);position:absolute;left:0;width:2rem;height:2rem;background:#0d9488;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}
.commitment{background:#0f766e;color:#fff;text-align:center;padding:2.5rem 2rem}
.commitment a{color:#99f6e4}
.pricing{padding:3.5rem 2rem;max-width:700px;margin:0 auto}
.pricing h2{color:#0f766e;text-align:center;margin-bottom:2rem}
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.tiers article{border:1px solid #ccfbf1;border-radius:16px;padding:2rem;background:#fff}
.tiers .featured{border-color:#0d9488;box-shadow:0 4px 24px rgba(13,148,136,.12)}
.tiers h3{color:#0f766e;margin-bottom:.75rem}
.tiers p,.tier-feats{color:#334155;font-size:.9rem;line-height:1.6}
.tier-feats{list-style:none;margin:1rem 0}
.price{font-size:2rem;font-weight:700;color:#042f2e;margin:1rem 0}
.btn{display:inline-block;background:#0d9488;color:#fff;padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;font-weight:700}
.btn-alt{background:#14b8a6}
.faq{padding:2rem;max-width:600px;margin:0 auto 2rem}
.faq h2{color:#0f766e;margin-bottom:1rem}
.faq details{border:1px solid #ccfbf1;border-radius:10px;padding:1rem;margin-bottom:.5rem}
.faq summary{cursor:pointer;font-weight:600;color:#0f766e}
.faq p{margin-top:.5rem;color:#334155;font-size:.9rem}
footer{text-align:center;padding:2rem;color:#94a3b8;font-size:.9rem;border-top:1px solid #f0fdfa}
footer a{color:#0d9488}
@media(max-width:768px){.tiers{grid-template-columns:1fr}}