*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --azul:      #2E3199;
  --azul-med:  #3840B8;
  --verde:     #219932;
  --tierra-lt: #4CAF62;
  --crema:     #F0F2FA;
  --gris:      #6B7280;
  --negro:     #111111;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--negro); background: #fff; line-height: 1.6; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 66px;
  background: rgba(46,49,153,0.97);
  backdrop-filter: blur(6px);
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 44px; }
.nav-links { display: flex; gap: 4px; list-style: none; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.82); text-decoration: none;
  font-size: 0.83rem; font-weight: 500; padding: 6px 11px; border-radius: 4px;
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.1); }
.nav-links a.active { color: #7EE89A; }
.nav-links a.nav-cta { background: var(--verde); color: #fff !important; padding: 8px 16px; }
.nav-links a.nav-cta:hover { background: #1a7a28; }
.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; cursor: pointer; background: none; border: none; padding: 4px;
}
.nav-burger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 80px 5% 60px; }
.hero-inner { max-width: 640px; }
.hero-eyebrow {
  display: inline-block; font-size: 0.74rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: #7EE89A;
  background: rgba(126,232,154,.15); border: 1px solid rgba(126,232,154,.4);
  padding: 5px 14px; border-radius: 2px; margin-bottom: 20px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 900;
  line-height: 1.1; color: #fff; margin-bottom: 16px;
}
.hero h1 span { color: #7EE89A; }
.hero p { font-size: clamp(.95rem, 1.5vw, 1.08rem); color: rgba(255,255,255,.86); max-width: 500px; margin-bottom: 28px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── PAGE HERO ── */
.page-hero { padding: 110px 5% 60px; text-align: center; }
.page-hero .eyebrow {
  font-size: .73rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: #7EE89A; margin-bottom: 10px; display: block;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 900;
  color: #fff; line-height: 1.12; margin-bottom: 12px;
}
.page-hero p { font-size: .97rem; color: rgba(255,255,255,.8); max-width: 540px; margin: 0 auto; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--verde); color: #fff; padding: 12px 22px; border-radius: 4px;
  text-decoration: none; font-weight: 600; font-size: .9rem;
  transition: background .2s, transform .15s;
}
.btn-primary:hover { background: #1a7a28; transform: translateY(-1px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: var(--azul); border: 1.5px solid var(--azul);
  padding: 12px 22px; border-radius: 4px; text-decoration: none; font-weight: 500; font-size: .9rem;
  transition: background .2s, color .2s;
}
.btn-outline:hover { background: var(--azul); color: #fff; }
.btn-outline.light { color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline.light:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ── SECTIONS ── */
section { padding: 68px 5%; }
.section-eyebrow { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--verde); margin-bottom: 8px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; color: var(--azul); line-height: 1.15; margin-bottom: 12px; }
.section-sub { font-size: .96rem; color: var(--gris); max-width: 540px; line-height: 1.7; }
.centered { text-align: center; }
.centered .section-sub { margin: 0 auto; }

/* ── STATS BAR ── */
.stats-bar { background: var(--azul); padding: 22px 5%; display: flex; justify-content: center; flex-wrap: wrap; }
.stat-item { flex: 1; min-width: 120px; max-width: 220px; text-align: center; padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: #7EE89A; line-height: 1; }
.stat-label { font-size: .66rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 4px; }

/* ── CARDS ── */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 1060px; margin: 36px auto 0; }
.prod-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(46,49,153,.08); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(46,49,153,.13); }
.prod-card-img { width: 100%; height: 180px; object-fit: cover; display: block; }
.prod-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.prod-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--azul); margin-bottom: 6px; }
.prod-uso { font-size: .86rem; color: var(--gris); line-height: 1.65; margin-bottom: 12px; flex: 1; }
.prod-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.tag { font-size: .67rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; background: var(--crema); color: var(--azul-med); border: 1px solid rgba(46,49,153,.2); padding: 3px 8px; border-radius: 2px; }

/* ── TABLE ── */
.nut-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: .82rem; }
.nut-table th { background: var(--azul); color: #fff; padding: 6px 10px; text-align: left; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.nut-table td { padding: 6px 10px; border-bottom: 1px solid rgba(46,49,153,.07); }
.nut-table tr:last-child td { border-bottom: none; }
.nut-table tr:nth-child(even) td { background: var(--crema); }
.nut-val { font-weight: 700; color: var(--azul); }

/* ── CHECK LIST ── */
.check-list { list-style: none; margin: 14px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; padding: 9px 0; border-bottom: 1px solid rgba(46,49,153,.07); font-size: .92rem; color: #333; }
.check-list li:last-child { border-bottom: none; }
.chk { width: 20px; height: 20px; min-width: 20px; background: var(--azul); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.chk svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; }

/* ── CTA BAND ── */
.cta-band { padding: 68px 5%; text-align: center; }
.cta-band .section-eyebrow { color: #7EE89A; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 700; color: #fff; margin: 8px 0 12px; }
.cta-band p { font-size: .96rem; color: rgba(255,255,255,.78); max-width: 440px; margin: 0 auto 28px; }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: var(--negro); padding: 48px 5% 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; }
.footer-logo { height: 40px; margin-bottom: 14px; display: block; }
.footer-tagline { font-size: .8rem; color: rgba(255,255,255,.38); line-height: 1.65; margin-bottom: 16px; }
.footer-social { display: flex; gap: 8px; }
.social-btn { width: 36px; height: 36px; border-radius: 6px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s; color: rgba(255,255,255,.7); }
.social-btn:hover { background: rgba(255,255,255,.15); color: #fff; }
.social-btn svg { width: 16px; height: 16px; fill: currentColor; }
.footer-col h4 { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.32); margin-bottom: 12px; }
.footer-col a, .footer-col p { display: block; font-size: .83rem; color: rgba(255,255,255,.58); text-decoration: none; margin-bottom: 8px; line-height: 1.5; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 16px 0; text-align: center; font-size: .71rem; color: rgba(255,255,255,.22); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 200; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); text-decoration: none; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* ── SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: 1060px; margin: 0 auto; }

/* ── GRILLAS ESPECÍFICAS ── */
.home-cards { grid-template-columns: repeat(3,1fr); max-width: 980px; margin: 0 auto; }
.asesoria-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; max-width:840px; margin:0 auto 32px; background:rgba(255,255,255,.08); border-radius:8px; overflow:hidden; }
.asesoria-item { padding:22px 16px; background:rgba(255,255,255,.04); }
.pasos-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; max-width:840px; margin:0 auto 32px; background:rgba(255,255,255,.08); border-radius:8px; overflow:hidden; }
.paso-item { padding:26px 16px; background:rgba(255,255,255,.04); }
.paso-num { font-family:'Playfair Display',serif; font-size:2.2rem; font-weight:700; color:rgba(126,232,154,.3); line-height:1; margin-bottom:10px; }
.tres-cols { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .home-cards, .prod-grid, .split, .tres-cols { grid-template-columns: 1fr !important; gap: 20px !important; }
  .asesoria-grid, .pasos-grid { grid-template-columns: 1fr 1fr; }
  .split-img-hide { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stat-item:last-child { border-bottom: none; }
  .hero-ctas, .cta-btns { flex-direction: column; }
  .hero-ctas .btn-primary, .hero-ctas .btn-outline,
  .cta-btns .btn-primary, .cta-btns .btn-outline { justify-content: center; text-align: center; }
}
@media (max-width: 560px) {
  section { padding: 52px 5%; }
  .footer-inner { grid-template-columns: 1fr; }
  .asesoria-grid, .pasos-grid { grid-template-columns: 1fr; }
}
