/* main.css - global styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
*{box-sizing:border-box}body{font-family:'Poppins',system-ui,Arial,sans-serif;color:#1f2937;margin:0;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
img{max-width:100%;display:block}

/* smooth scroll */
html{scroll-behavior:smooth}

/* helper */
.kicker{font-weight:700;color:#2563eb}
.section-title{font-size:1.4rem;margin-bottom:12px}

/* WhatsApp button helpers */
.btn-whatsapp-cta, .btn-whatsapp {
  display:inline-block;
  background:#10B981; /* tailwind green-500 */
  color:#ffffff;
  padding:0.5rem 1rem;
  border-radius:9999px;
  font-weight:700;
  text-decoration:none;
}
.btn-whatsapp-cta:hover, .btn-whatsapp:hover{ background:#059669; color:#fff; }
.btn-whatsapp.big{ padding:0.9rem 1.6rem; font-size:1.05rem }

