/* ===== Megactivo — Estilos generales ===== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;1,400;1,700&display=swap');

:root{
  --green:#55c036;
  --green-dark:#2d8c1c;
  --teal:#0e383b;
  --teal-mid:#246339;
  --blue:#0f99fc;
  --navy:#0b1c30;
  --offwhite:#f5f6fb;
  --body-gray:#45464d;
  --muted-on-dark:#9badc0;
  --muted-on-dark-2:#c1c9d9;
  --border:#dde3ec;
  --text-list:#2d3748;
  --max:1280px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--body-gray);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
p{margin:0;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px;}
.container-1024{max-width:1024px;margin:0 auto;}

.btn{
  display:inline-flex;align-items:center;gap:8px;
  border-radius:999px;font-family:'Inter',sans-serif;font-weight:600;
  cursor:pointer;border:none;white-space:nowrap;
}
.btn-green{background:var(--green);color:#fff;box-shadow:0 6px 14px rgba(85,192,54,.28);}
.btn-blue{background:var(--blue);color:#fff;box-shadow:0 6px 14px rgba(15,153,252,.25);}
.btn-lg{padding:13px 32px;font-size:16px;font-family:'Plus Jakarta Sans',sans-serif;font-weight:500;}
.btn-md{padding:12px 28px;font-size:14px;}
.icon{width:1em;height:1em;display:inline-block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

/* ===== Header ===== */
.site-header{
  background:var(--teal);
  padding:16px 24px;
  display:flex;align-items:center;justify-content:center;gap:80px;
  box-shadow:0 4px 20px rgba(15,23,42,.05);
  position:relative;z-index:20;
}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;width:100%;gap:32px;}
.logo img{height:44px;width:auto;}
.main-nav{display:flex;gap:32px;}
.main-nav a{color:#fff;font-family:'Manrope',sans-serif;font-weight:600;font-size:16px;}
.main-nav a:hover{color:var(--green);}
.header-cta{flex-shrink:0;}

/* ===== Hero ===== */
.hero{
  position:relative;
  padding:80px 40px;
  min-height:560px;
  display:flex;align-items:center;
  overflow:hidden;
  background:#0e383b;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background-color:var(--teal);
  background-image:url('assets/images/hero-photo.jpg');
  background-size:auto 100%;background-position:right center;background-repeat:no-repeat;
  z-index:0;
}
.hero::after{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg, rgba(14,56,59,.97) 8%, rgba(47,107,61,.9) 26%, rgba(101,189,63,.35) 46%, rgba(101,189,63,0) 62%);
}
.hero-content{position:relative;z-index:2;max-width:560px;}
.hero h1{
  font-family:'Manrope',sans-serif;font-weight:700;color:var(--offwhite);
  font-size:clamp(32px,4.4vw,56px);line-height:1.08;letter-spacing:-.5px;margin:0 0 20px;
}
.hero h1 .accent{font-weight:800;color:var(--blue);}
.hero p{color:var(--offwhite);font-family:'Plus Jakarta Sans',sans-serif;font-size:16px;line-height:1.5;margin:0 0 28px;max-width:450px;}

/* ===== Audience Selection ===== */
.audience{padding:96px 24px;}
.section-title{
  font-family:'Inter',sans-serif;font-weight:600;color:var(--navy);
  font-size:clamp(24px,3vw,32px);text-align:center;letter-spacing:-.3px;
  margin:0 0 48px;
}
.audience-cards{display:flex;gap:25px;justify-content:center;flex-wrap:wrap;}
.role-card{
  background:#fff;border-radius:24px;width:355px;overflow:hidden;
  box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}
.role-card .photo{height:190px;width:100%;object-fit:cover;}
.role-card .body{padding:0 40px 36px;}
.role-badge{
  width:64px;height:64px;border-radius:50%;background:var(--navy);
  display:flex;align-items:center;justify-content:center;color:#fff;
  margin-top:-32px;box-shadow:0 10px 15px rgba(0,0,0,.12);margin-bottom:16px;
}
.role-badge .icon{width:28px;height:28px;}
.role-card h3{font-family:'Inter',sans-serif;font-weight:700;font-size:22px;color:var(--navy);margin:0 0 8px;}
.role-card .kicker{font-family:'Plus Jakarta Sans',sans-serif;font-style:italic;font-weight:700;font-size:16px;color:var(--body-gray);margin:0 0 16px;}
.role-card .kicker b{color:var(--green);font-weight:700;}
.role-card ul li{display:flex;gap:12px;align-items:flex-start;padding:6px 0;font-size:15px;color:var(--text-list);}
.role-card ul li .icon{width:20px;height:20px;color:var(--green);flex-shrink:0;margin-top:1px;}

/* ===== Bento (En Buenas Nubes) ===== */
.bento-wrap{padding:0 24px;margin:0 0 96px;}
.bento{
  background:var(--offwhite);border-radius:32px;padding:64px;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.bento-head{max-width:640px;margin:0 auto;text-align:center;}
.eyebrow{
  font-family:'Inter',sans-serif;font-weight:700;font-size:14px;color:var(--green);
  letter-spacing:3px;text-transform:uppercase;display:inline-block;margin-bottom:8px;
}
.eyebrow-rule{width:120px;height:2px;background:var(--green);border-radius:999px;margin:0 auto 24px;}
.bento-head h2{font-family:'Manrope',sans-serif;font-weight:700;font-size:clamp(28px,4vw,44px);color:var(--navy);letter-spacing:-.5px;line-height:1.18;margin:0 0 16px;}
.bento-head h2 .accent{color:var(--green);}
.bento-head p{font-family:'Plus Jakarta Sans',sans-serif;font-size:16px;line-height:1.6;color:var(--body-gray);}
.bento-head p b{color:var(--navy);font-weight:600;}

.stat-row{
  display:flex;max-width:1024px;margin:64px auto 0;position:relative;
  border-top:1px dashed transparent;
}
.stat-card{flex:1;padding:32px;position:relative;border-right:1px solid var(--border);}
.stat-card:last-child{border-right:none;}
.stat-card.featured{
  background:#fff;border-radius:16px;box-shadow:0 8px 15px rgba(11,28,48,.09);
  margin:-12px 0;border-right:none;z-index:1;
}
.stat-icon-badge{
  width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  border:2px solid var(--green);background:rgba(85,192,54,.06);margin-bottom:20px;
}
.stat-icon-badge.blue{border-color:var(--blue);background:rgba(15,153,252,.06);}
.stat-icon-badge .icon{width:26px;height:26px;}
.stat-icon-badge.blue .icon{color:var(--blue);}
.stat-icon-badge:not(.blue) .icon{color:var(--green);}
.stat-card h4{font-family:'Inter',sans-serif;font-weight:700;font-size:17px;color:var(--navy);margin:0 0 8px;line-height:1.4;}
.stat-card h4 .accent-green{color:var(--green);display:block;}
.stat-card h4 .accent-blue{color:var(--blue);display:block;}
.stat-card p{font-size:14px;color:var(--body-gray);line-height:1.55;margin:0 0 16px;}
.stat-card .rule{width:28px;height:3px;border-radius:999px;background:var(--green);}
.stat-card.blue-rule .rule{background:var(--blue);}
.dian-tag{display:inline-block;background:var(--blue);color:#fff;font-family:'Inter',sans-serif;font-weight:700;font-size:9px;letter-spacing:1.5px;padding:2px 6px;border-radius:4px;margin-top:-14px;margin-bottom:14px;position:relative;left:8px;}

.bento-photo-wrap{margin-top:80px;position:relative;border-radius:24px;overflow:hidden;}
.bento-photo-wrap img{width:100%;height:420px;object-fit:cover;display:block;}
.bento-photo-caption{
  position:absolute;left:50%;bottom:24px;transform:translateX(-50%);
  background:#fff;border-radius:16px;box-shadow:0 8px 20px rgba(11,28,48,.16);
  display:flex;gap:32px;align-items:center;padding:20px 28px;max-width:90%;flex-wrap:wrap;justify-content:center;
}
.caption-item{display:flex;gap:12px;align-items:center;}
.caption-item .dot{width:32px;height:32px;border-radius:50%;background:rgba(85,192,54,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.caption-item.blue .dot{background:rgba(15,153,252,.08);}
.caption-item .icon{width:20px;height:16px;color:var(--green);}
.caption-item.blue .icon{color:var(--blue);}
.caption-item p{font-family:'Inter',sans-serif;font-size:14px;color:var(--navy);}
.caption-item p b{color:var(--green);font-weight:600;}
.caption-item.blue p b{color:var(--blue);}
.caption-sep{width:1px;height:32px;background:var(--border);}

/* ===== Solutions Grid (Implementation) ===== */
.solutions{padding:0 24px 96px;}
.impl-panel{
  background:linear-gradient(160deg,var(--teal) 0%, var(--teal-mid) 53%, var(--green) 100%);
  border-radius:24px;padding:96px 24px;
}
.impl-inner{max-width:1024px;margin:0 auto;}
.impl-top{display:flex;gap:57px;align-items:center;flex-wrap:wrap;margin-bottom:80px;}
.impl-copy{flex:1;min-width:320px;}
.impl-pill{
  display:inline-flex;align-items:center;gap:8px;background:#edfaf4;border:1px solid #c6e8be;
  border-radius:999px;padding:7px 17px;font-family:'Inter',sans-serif;font-weight:600;font-size:12px;
  letter-spacing:.4px;color:var(--green-dark);margin-bottom:24px;
}
.impl-pill .icon{width:15px;height:14px;}
.impl-copy h2{font-family:'Manrope',sans-serif;font-weight:700;font-size:clamp(28px,4vw,44px);letter-spacing:-.5px;color:var(--offwhite);line-height:1.18;margin:0 0 20px;}
.impl-copy h2 .accent{color:var(--green);}
.impl-copy p{font-family:'Plus Jakarta Sans',sans-serif;color:var(--offwhite);font-size:16px;line-height:1.6;max-width:420px;}
.impl-mascot{flex-shrink:0;max-width:400px;}
.impl-mascot img{border-radius:16px;}

.steps{display:flex;justify-content:space-between;position:relative;padding-top:8px;}
.steps::before{
  content:"";position:absolute;top:30px;left:10%;right:10%;border-top:2px dashed rgba(85,192,54,.3);
}
.step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;}
.step .num{font-family:'Inter',sans-serif;font-weight:700;font-size:13px;letter-spacing:.5px;color:var(--green);margin-bottom:8px;}
.step .circle{width:44px;height:44px;border-radius:50%;background:#edfaf4;display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:12px;}
.step .circle .icon{width:24px;height:24px;}
.step .bullet{width:10px;height:10px;border-radius:50%;background:var(--green);margin-bottom:12px;}
.step h4{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;color:var(--offwhite);margin:0 0 4px;}
.step p{font-family:'Inter',sans-serif;font-size:13px;color:var(--muted-on-dark-2);line-height:1.45;}

.impl-cta{
  margin-top:64px;background:#e8f4ff;border-radius:16px;padding:28px 32px;
  display:flex;align-items:center;gap:24px;flex-wrap:wrap;
}
.impl-cta .rocket{width:48px;height:48px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;}
.impl-cta .rocket .icon{width:24px;height:24px;}
.impl-cta .copy{flex:1;min-width:220px;}
.impl-cta .copy p.title{font-family:'Inter',sans-serif;font-weight:700;font-size:17px;color:var(--navy);margin-bottom:2px;}
.impl-cta .copy p.desc{font-family:'Plus Jakarta Sans',sans-serif;font-size:14px;color:var(--body-gray);}

/* ===== Trust bar ===== */
.trust{
  padding:80px 24px 96px;text-align:center;
  background:linear-gradient(180deg,#fff 0%, #eaf4fd 60%, #cfe9fb 100%);
}
.trust-badge{width:44px;margin:0 auto 16px;}
.trust h2{font-family:'Manrope',sans-serif;font-weight:700;font-size:clamp(26px,4vw,42px);color:var(--navy);letter-spacing:-.5px;margin:0 0 48px;}
.trust h2 .accent{color:var(--blue);}
.testimonials{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;max-width:1180px;margin:0 auto 48px;}
.t-card{
  background:#fff;border-radius:16px;box-shadow:0 1px 3px rgba(11,28,48,.07);
  padding:27px 28px;width:220px;display:flex;flex-direction:column;align-items:center;gap:14px;
}
.t-card img{height:56px;width:auto;max-width:150px;object-fit:contain;}
.t-card p.quote{font-family:'Plus Jakarta Sans',sans-serif;font-style:italic;font-weight:300;font-size:11px;color:var(--body-gray);line-height:1.5;text-align:center;}
.t-card .who b{display:block;font-family:'Manrope',sans-serif;font-weight:700;font-size:12px;color:var(--body-gray);}
.t-card .who span{font-family:'Manrope',sans-serif;font-weight:600;font-size:9px;color:rgba(69,70,77,.55);}

/* ===== Human support / final cta ===== */
.grow-together{background:var(--teal);padding:80px 24px;}
.grow-inner{max-width:1024px;margin:0 auto;display:flex;gap:56px;align-items:center;flex-wrap:wrap;}
.grow-copy{flex:1;min-width:320px;}
.grow-copy .eyebrow{color:var(--green);font-size:11px;}
.grow-copy h2{font-family:'Manrope',sans-serif;font-weight:700;font-size:clamp(32px,5vw,52px);color:#fff;letter-spacing:-.5px;margin:16px 0 0;line-height:1.12;}
.grow-copy h2 .accent{color:var(--green);}
.grow-copy p{font-family:'Plus Jakarta Sans',sans-serif;color:var(--muted-on-dark);font-size:16px;line-height:1.7;margin:24px 0 36px;max-width:420px;}
.grow-photo{flex-shrink:0;width:400px;max-width:100%;border-radius:16px;overflow:hidden;height:280px;}
.grow-photo img{width:100%;height:100%;object-fit:cover;}

/* ===== Cifras ===== */
.cifras{padding:80px 24px;display:flex;justify-content:center;gap:0;flex-wrap:wrap;background:#fff;}
.cifra{width:256px;padding:40px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;}
.cifra .icon{width:28px;height:28px;color:var(--blue);}
.cifra.green .icon{color:var(--green);}
.cifra .num{font-family:'Manrope',sans-serif;font-weight:800;font-size:40px;letter-spacing:-1px;color:var(--blue);}
.cifra.green .num{color:var(--green);}
.cifra h5{font-family:'Inter',sans-serif;font-weight:600;font-size:13px;color:var(--navy);margin:0;}
.cifra small{font-size:12px;color:#6b7280;}
.cifra .rule{width:24px;height:3px;border-radius:999px;background:var(--blue);margin-top:4px;}
.cifra.green .rule{background:var(--green);}

/* ===== Footer ===== */
.site-footer{
  background:var(--teal);border-top:1px solid rgba(198,198,205,.3);
  padding:64px 24px 32px;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:24px;
}
.site-footer .logo img{height:44px;filter:brightness(0) invert(1);}
.site-footer .copyright{color:#fff;font-size:14px;margin-top:16px;}
.footer-nav{display:flex;gap:24px;flex-wrap:wrap;}
.footer-nav a{color:#fff;font-size:16px;}
.footer-nav a:hover{color:var(--green);}

/* ===== Responsive ===== */
@media (max-width: 900px){
  .site-header .wrap{flex-wrap:wrap;gap:16px;justify-content:center;}
  .main-nav{order:3;width:100%;justify-content:center;gap:20px;flex-wrap:wrap;}
  .hero{padding:56px 24px;text-align:left;}
  .stat-row{flex-direction:column;}
  .stat-card{border-right:none;border-bottom:1px solid var(--border);}
  .stat-card.featured{margin:12px 0;}
  .steps{flex-direction:column;gap:32px;}
  .steps::before{display:none;}
  .impl-top{flex-direction:column;}
  .grow-inner{flex-direction:column;text-align:center;}
  .grow-photo{width:100%;}
  .site-footer{flex-direction:column;text-align:center;justify-content:center;}
  .footer-nav{justify-content:center;}
}
@media (max-width: 480px){
  .hero h1{font-size:32px;}
  .role-card{width:100%;}
  .cifra{width:50%;}
}
