@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
  font-family: 'Inter', Montserrat, Montserrat;
  background: linear-gradient(120deg,#fcfcfc 74%, #f8fcfa 100%);
  color: #13343b;
  margin: 0;
  padding: 0;
}

.navbar {
  background: #fffefeea;
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 8px 24px rgba(43, 199, 76,0.10);
  padding: .9rem 2rem .85rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-container { display: flex; align-items: center; width: 100%; max-width: 1200px; justify-content: space-between;}
.nav-logo img { vertical-align: middle;}
.nav-logo h2 { color: #264496; font-weight: 700; font-size: 0; display: inline; margin-left: 10px; letter-spacing: 2px;}
.nav-menu { display: flex; gap: 2rem;}
.nav-link { color: #13343b; text-decoration: none; font-weight: 300; font-size: 1.07rem; transition: color .2s;}
.nav-link:hover { color: #2bc74c;}
.nav-cta button,
.btn-primary {
  background: linear-gradient(90deg,#2bc74c 0%, #48e677 100%);
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0.74rem 2.2rem;
  font-weight: 600;
  font-size: 1.09rem;
  letter-spacing: .3px;
  cursor: pointer;
  box-shadow: 0 3px 18px rgba(43,199,76, 0.13);
  transition: background .18s, box-shadow .18s, transform .18s;
}
.nav-cta button:hover,
.btn-primary:hover { background: #2bc74c; transform: translateY(-2px) scale(1.04); box-shadow: 0 8px 30px rgba(72, 230, 119,0.19); }
.btn-outline { background: none; border: 2px solid #2bc74c; color: #2bc74c; border-radius: 25px; padding: .74rem 1.6rem; font-weight: 600; font-size: 1.07rem; cursor: pointer; transition: background .18s, border-color .18s, color .18s; }
.btn-outline:hover { background: #ecffe7; color: #13343b; border-color: #48e677; }

.hero { background: linear-gradient(119deg,#fcfbf3 68%, #e4fcef 100%); padding: 4.1rem 0 8rem 0; }
.hero-container { display: flex; align-items: center; max-width: 1180px; margin: 0 auto; gap: 56px;}
.hero-title { font-size: 3.5rem; font-weight: 800; letter-spacing: 1.2px; margin-bottom: .6rem; color: #15284b;}
.hero-subtitle { font-size: 1rem; margin-bottom: 1.3rem; color: #424242; line-height: 2; font-weight: 200; max-width: 430px;}
.hero-buttons { display: flex; gap: 1.1rem;}
.hero-image img { max-width:330px; border-radius:20px;}

.stats-section { width: 100vw; min-height: 360px; background: linear-gradient(111deg,#fff 65%, #f2fbf5 100%); padding: 7rem 0 2.1rem 0;}
.stats-title { text-align: center; color: #13bd45; font-size: 3rem; font-weight: 800; margin-bottom: 4rem; font-family: 'Inter', Montserrat, Montserrat;}
.stats-grid { display: flex; gap: 2.1rem; max-width: 1280px; margin: 0 auto; justify-content: center;}
.stat-card {
  background: #fff;
  border-radius: 21px;
  box-shadow: 0 7px 22px rgba(43, 199, 76,0.09), 0 0px 18px rgba(19, 52, 59,0.03);
  border: 2.1px solid #ebf7ef;
  padding: 2.7rem 1.3rem 1.7rem 1.3rem;
  text-align: center;
  min-width: 305px; max-width: 355px;
  transition: box-shadow .20s, transform .16s;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
}
.stat-card:hover { box-shadow: 0 17px 44px rgba(43,199,76,0.13),0 3px 18px rgba(43,199,76,0.12); transform: translateY(-3px) scale(1.03);}
.stat-icon { margin-bottom: 1.1rem; height: 40px; width: 40px; display: flex; justify-content: center;}
.stat-number { font-size: 2.6rem; font-weight: 800; color: #2bc74c; margin-bottom: .8rem; font-family: 'Inter', Arial, sans-serif;}
.stat-desc { color: #7c8da9; font-size: 1.10rem; font-weight: 500; font-family: 'Inter', Arial, sans-serif;}

.solution-section { width: 100vw; background: #fff; padding: 2.3rem 0 2rem 0;}
.section-title {
  font-size: 2.15rem;
  font-weight: 700;
  color: #264496;
  text-align: center;
  margin: 2.7rem 0 .8rem 0;
  letter-spacing: 1.5px;
}
.solution-grid { display: flex; gap: 2.4rem; max-width: 1280px; margin: 0 auto; justify-content: center;}
.solution-card {
  background: #f8fafc;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(38,68,150,0.09), 0 0px 10px rgba(43,199,76,0.03);
  border: 1px solid #e3eaf3;
  padding: 2rem 1.3rem 1.7rem 1.3rem;
  text-align: center;
  flex: 1 1 0; min-width: 300px; max-width: 350px;
  transition: box-shadow .20s, transform .15s;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
}
.solution-card:hover { box-shadow: 0 16px 56px rgba(38,68,150,0.13),0 3px 12px rgba(43,199,76,0.08); transform: translateY(-4px) scale(1.025);}
.solution-icon { margin-bottom: 1.2rem; height: 38px; width: 38px; display: flex; justify-content: center;}
.solution-title { font-weight: 700; font-size: 1.27rem; color: #264496; margin-bottom: .28rem; text-align: center;}
.solution-desc { color: #15284b; font-size: 1.09rem; margin-bottom: .35rem; text-align: center;}

.benefits-section { background: linear-gradient(120deg,#fcfcfc 74%, #f7fcf9 100%); padding: 2.3rem 0 2rem 0;}
.benefits-grid { display: flex; gap: 2rem; max-width: 1200px; margin: 0 auto; justify-content: center;}
.benefit-card { background: #fff; border-radius: 18px; box-shadow: 0 8px 26px rgba(33,128,141,0.07); border: 1px solid #e3eaf3; padding: 1.7rem 1.3rem; min-width: 220px; max-width: 270px; text-align: center;}
.benefit-title { font-weight: 700; font-size: 1.19rem; color: #264496; margin-bottom: .16rem;}
.benefit-desc { color: #193759; font-size: 1.03rem;}

.pricing-section { background: #fff; padding: 2.5rem 0; }
.pricing-grid { display: flex; gap: 2.2rem; max-width: 920px; margin: 0 auto; justify-content: center;}
.pricing-card { background: #f8fafc; border-radius: 17px; box-shadow: 0 7px 25px rgba(33, 128, 141, 0.09); border: 1px solid #e3eaf3; padding: 1.6rem 1.1rem; text-align: center; flex: 1 1 0; min-width: 200px; max-width: 300px;}
.pricing-card.popular { border: 2.2px solid #43db87; box-shadow: 0 9px 40px rgba(72,230,119,0.16); transform: scale(1.048);}
.pricing-title { font-size: 1.18rem; font-weight: 700; color: #264496;}
.pricing-price { font-size: 1.5rem; font-weight: 700; color: #13343b; }
.pricing-benefits ul { list-style: none; padding: 0; margin: 0.7rem 0;}
.pricing-cta button { margin-top: 1rem; }

.suscripcion-section { background: linear-gradient(120deg, #f3f6fb 60%, #ecffe7 100%); padding: 2.2rem 0 1.5rem 0; text-align: center;}
.suscripcion-form { display: flex; flex-direction: column; gap: 1rem; max-width: 400px; margin: 0 auto; align-items: center;}
.suscripcion-form input, .suscripcion-form select { width: 100%; padding: 0.9rem 1rem; border: 1.2px solid #2bc74c; border-radius: 8px; font-size: 1.07rem; }
.suscripcion-form button { margin-top: .7rem; }
.suscripcion-desc { color: #13343b; font-size: 1.04rem; margin-top: 1.6rem;}

.faq-section { background: #fff; padding: 2.5rem 0 2.3rem 0;}
.faq-list { max-width: 650px; margin: 0 auto;}
.faq-item { background: #fcfcfe; border-radius: 14px; box-shadow: 0 6px 22px rgba(33,128,141,0.07); margin-bottom: 1.2rem; }
.faq-question { width: 100%; border: none; background: none; font-size: 1.11rem; font-weight: 700; color: #264496; text-align: left; padding: 1.2rem 1.3rem; cursor: pointer; outline: none; transition: background .1s;}
.faq-question.active, .faq-question:focus { background: #f3f6fb;}
.faq-answer { max-height: 0; overflow: hidden; background: #f5f5fa; color: #13343b; font-size: 1.02rem; transition: max-height .36s cubic-bezier(0.14,0.92,0.46,1.03); padding: 0 1.4rem; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px;}
.faq-question.active + .faq-answer { padding: 1.1rem 1.4rem; max-height: 300px;}
.faq-answer p { margin: 0; padding: 0; }

.footer { background: #ecffe8; padding: 5rem 0 5rem 0;}
.footer-content { text-align: center; color: #2c2c2c; font-size: 1rem; font-weight: 300; }

/* Responsive */
@media (max-width: 1080px) {
  .stats-grid, .solution-grid, .benefits-grid, .pricing-grid { flex-direction: column; gap: 1.2rem;}
  .stat-card, .solution-card, .benefit-card, .pricing-card {max-width: none; margin: 0 auto;}
  .hero-container { flex-direction: column; gap: 30px;}
}
@media (max-width: 700px) {
  .navbar { padding: .7rem .5rem; }
  .stats-title, .section-title { font-size: 1.25rem; }
  .hero-title { font-size: 1.05rem; }
  .footer-content { font-size: 1.02rem;}
  .nav-menu { flex-wrap: wrap; gap: 12px; }
  .stats-grid, .solution-grid, .benefits-grid, .pricing-grid { flex-direction: column; gap: .69rem;}
}
