/* ====== Variables & Base ====== */
:root{
  --brand:#22c55e;        /* green-500 */
  --brand-dark:#16a34a;   /* green-600 */
  --brand-grad1:#c8f27c;  /* light lime */
  --brand-grad2:#1ea862;  /* deep green */
  --card-shadow: 0 20px 40px rgba(2,10,20,.06);
}

*{box-sizing:border-box}
.container{max-width:1120px;margin:0 auto;padding:0 1rem}

/* ====== Header/Navbar ====== */
.nav-wrap{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.85);backdrop-filter: blur(8px) saturate(140%);border-bottom:1px solid #eef2f6}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:var(--brand);color:#fff;box-shadow:0 6px 14px rgba(34,197,94,.25)}
.nav-link{position:relative}
.nav-link:hover{color:var(--brand-dark)}
.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:transparent;transition:all .2s}
.nav-link:hover::after{background:var(--brand)}

/* ====== Hero ====== */
.hero{background:linear-gradient(180deg,#f1f9f2 0%, #f4fbf5 30%, white 100%);padding:72px 0 64px}
.hero-title{font-weight:900;line-height:1.1;font-size: clamp(36px,6vw,64px);color:#0f172a}
.hero-sub{margin-top:16px;color:#556276;font-size:18px;line-height:1.7;max-width:850px;margin-left:auto;margin-right:auto}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-dark);color:#fff;padding:.9rem 1.4rem;border-radius:14px;font-weight:700;box-shadow:0 10px 24px rgba(22,163,74,.28);border:1px solid rgba(255,255,255,.3);transition:all .2s}
.btn-primary:hover{background:#128a3e;transform:translateY(-1px)}
.arrow-ring{width:44px;height:44px;border-radius:9999px;background:#fff;display:grid;place-items:center;box-shadow:0 6px 14px rgba(0,0,0,.06);border:1px solid #dbe7df}
.arrow{width:24px;height:24px;color:var(--brand-dark)}
@keyframes bob{0%,100%{transform:translateY(-3px)}50%{transform:translateY(3px)}}.animate-bob{animation:bob 1.1s ease-in-out infinite}

/* ====== Typography & Sections ====== */
.section{padding:52px 0}.center{text-align:center}
.h2{font-size:34px;font-weight:800;letter-spacing:-.015em;color:#0f172a}
.h3{font-size:26px;font-weight:800;color:#0f172a}
.h4{font-size:22px;font-weight:800;color:#0f172a}
.lead{color:#5b677c;margin-top:.6rem;line-height:1.75}

/* ====== Innovation ====== */
.icon-badge{display:inline-flex;align-items:center;justify-content:center;background:#e8f7eb;border-radius:9999px;padding:14px}
.year{margin-top:14px;font-size:56px;font-weight:900;color:#0f172a}
.desc{margin-top:10px;color:#5b677c;font-size:14px;max-width:260px;margin-left:auto;margin-right:auto}

/* ====== Feature Box ====== */
.feature-box{border-radius:18px;background:#f1fbf3;padding:28px;border:1px solid #e3f2e7}

/* ====== Catalog Card (single unified box) ====== */
.catalog-card{
  display:grid;grid-template-columns:1fr;gap:0;margin-top:36px;
  border-radius:22px;background:#fff;border:1px solid #e6ebf1;box-shadow:var(--card-shadow);overflow:hidden;
}
@media(min-width:900px){.catalog-card{grid-template-columns:48% 52%}}

.catalog-left{
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px;
  background:linear-gradient(135deg,var(--brand-grad1),var(--brand-grad2));
}
/* tilted shadow card behind the yellow chip */
.catalog-left::after{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-20%) rotate(-10deg);
  width:220px;height:220px;border-radius:16px;background:rgba(255,255,255,.2);filter:blur(.5px);
  box-shadow:0 30px 60px rgba(0,0,0,.18);
}
.chip{width:160px;height:160px;border-radius:16px;background:#fde047;color:#0f172a;display:grid;place-items:center;font-weight:900;font-size:34px;margin:0 auto;box-shadow:0 18px 34px rgba(0,0,0,.18);position:relative;z-index:1}
.chip-lg{width:168px;height:168px;font-size:36px}
.chip-meta{margin-top:18px;font-weight:700;color:#fff;position:relative;z-index:1}
.chip-note{opacity:.95;margin-top:12px;color:#eefbf0;position:relative;z-index:1}

.catalog-right{padding:32px 28px}
.spec-h{margin-top:16px;font-weight:800}
.specs{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px;font-size:14px;color:#4b5563}
.specs-tight{max-width:640px}
@media(min-width:640px){.specs{grid-template-columns:1fr 1fr}}
.specs dt{font-weight:700;color:#0f172a}
.specs dd{margin-top:2px}
/* subtle divider line like screenshot under specs list */
.specs + *{border-top:1px solid #e7edf5;margin-top:12px;padding-top:12px}

/* ====== News, Vision, Contact, Footer (unchanged from previous iteration) ====== */
.news-card{border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#c2f2a1,#7edb9e);color:#0f172a;box-shadow:0 14px 30px rgba(0,0,0,.1)}
.news-badge{background:linear-gradient(90deg,#147a3a,#1aa154);color:#fff;font-weight:800;letter-spacing:.12em;font-size:11px;padding:14px 16px}
.news-date{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:12px}
.news-title{margin-top:10px;font-weight:800;font-size:18px}
.news-text{margin-top:8px;font-size:14px;color:#4b5563}
.news-link{display:inline-flex;color:#065f46;font-weight:700;margin-top:12px}

.vision{background:#f8fafb}
.vision-badge{width:64px;height:64px;border-radius:9999px;background:rgba(34,197,94,.08);display:grid;place-items:center;border:1px solid #e0f3e6;margin:0 auto}
.vision-quote{margin-top:10px;font-size:50px;color:#5b677c;font-style:italic}

.contact{background:linear-gradient(180deg,#1a8e4d,#167f44);color:#fff}
.contact-h{font-weight:700;font-size:18px}
.row{display:flex;gap:14px}.row-k{min-width:80px;opacity:.9}.row-v{opacity:.95}
.form{background:#fff;border-radius:18px;padding:22px;border:1px solid rgba(0,0,0,.06);color:#0f172a;box-shadow:0 16px 34px rgba(0,0,0,.08)}
.field{display:block;margin-bottom:16px;font-size:14px}
.field span{display:block;margin-bottom:6px;color:#475569;font-weight:600}
.field input,.field textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e4e9f1;background:#fff;outline:none;transition:box-shadow .16s,border-color .16s}
.field input:focus,.field textarea:focus{border-color:var(--brand-dark);box-shadow:0 0 0 4px rgba(34,197,94,.2)}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;background:var(--brand-dark);color:#fff;border-radius:12px;font-weight:700}

.footer{background:#0f172a;color:#e5e7eb;padding:40px 0}
.foot-h{font-weight:700}.foot-list{margin-top:16px;display:grid;gap:8px;font-size:14px;color:#9ca3af}
.foot-bottom{margin-top:28px;padding-top:16px;border-top:1px solid #172033;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.foot-inline{display:flex;gap:18px;color:#9ca3af;font-size:12px}
.foot-inline a{color:inherit}


/* ====== Innovation block exact look ====== */
.innovation-block .headline-underline{
  width: 110px;
  height: 6px;
  border-radius: 9999px;
  background: var(--brand-dark);
  margin: 10px auto 0;
}
.icon-circle{
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  background: #ebfbdc; /* verde muy claro como en imagen */
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}
.icon-svg{
  width: 40px;
  height: 40px;
  color: var(--brand-dark);
}
.year-lg{
  font-size: 68px;
  line-height: 1;
  font-weight: 900;
  color: #0f172a;
}
.desc-lg{
  margin-top: 12px;
  color: #475569;
  font-size: 15px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}


/* ===== Latest News exact look ===== */
.news-cardX{
  background: transparent;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,.08);
  overflow: hidden;
}
.news-top{
  background: linear-gradient(135deg, var(--brand-grad1), var(--brand-grad2));
  height: 180px;
  display: grid;
  place-items: center;
  position: relative;
}
.news-icon{
  width: 60px;
  height: 60px;
  opacity: .95;
  margin-bottom: 10px;
}
.news-label{
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #eafff1;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 12px;
  text-transform: uppercase;
}
.news-body{
  background: #fff;
  padding: 18px 22px 20px;
  border-left: 1px solid #edf1f6;
  border-right: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.news-date-row{
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: #64748b;
}
.date-icon{width:16px;height:16px;color:#7c8a9b}
.news-titleX{margin-top: 10px; font-weight: 800; font-size: 20px; color:#0f172a}
.news-text{margin-top: 8px; font-size: 14px; color:#48566b}
.news-linkX{display:inline-flex; gap:8px; align-items:center; color:#0e9f6e; font-weight:700; margin-top:12px}

/* headlines underline (reusable already added but ensure for all sections) */
.headline-underline{
  width: 110px; height: 6px; border-radius: 9999px;
  background: var(--brand-dark); margin: 10px auto 0;
}

/* hero arrow without circle */
.hero .arrow{width:28px;height:28px;color:var(--brand-dark)}


/* ---- Descarga de Catálogo ---- */
.dl-card{
  background:#fff;border:1px solid #e6ebf1;border-radius:18px;
  box-shadow:0 24px 48px rgba(2,10,20,.08);padding:28px;
}
.dl-btn{
  background:var(--brand-dark);color:#fff;border-radius:12px;
  padding:12px 18px;font-weight:700;transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:0 14px 30px rgba(22,163,74,.25);
}
.dl-btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(22,163,74,.28)}

/* Texto estilo artículo */
.news-prose{
  font-size:18px; 
  line-height:2; 
  color:#334155;
  text-align:justify;
  text-justify:inter-word;
  -webkit-hyphens:auto;
  -ms-hyphens:auto;
  
}
@media (min-width:768px){
  .news-prose{ font-size:19px; } /* un poco mayor en desktop */
}
.news-prose p{ margin:0 0 16px; }

/* Enlaces del listado de Media Coverage */
.news-a{color:#0ea5a3}            /* teal-600 para diferenciar del resto */
.news-a:hover{color:#0f766e;text-decoration:underline}

/* Footer — igual al de la segunda imagen (más aire y línea inferior) */
.footer{background:#0f172a;color:#e5e7eb;padding:56px 0}
.foot-bottom{
  margin-top:28px;padding-top:18px;border-top:1px solid #172033;
  display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap
}
.foot-inline{display:flex;gap:18px;color:#9ca3af;font-size:12px}



