/* PUBLIC CSS - Pronatura Noroeste v1.2 (FIXED) - BlackboxAI */
/* Hero completo restaurado | Estilos unificados | Sin inline */

:root {
  /* HSL Colors */
  --pno-green-h: 145;
  --pno-green-s: 37%;
  --pno-green-l: 27%; /* #2A5C3F */
  --pno-green: hsl(var(--pno-green-h), var(--pno-green-s), var(--pno-green-l));
  
  --pno-green-dark: hsl(var(--pno-green-h), 45%, 16%);
  --pno-green-mid: hsl(var(--pno-green-h), 35%, 38%);
  --pno-green-light: hsl(var(--pno-green-h), 30%, 94%); /* #edf5f0 */
  --pno-ocean: hsl(202, 63%, 27%); /* #1A5272 */
  --pno-gold: hsl(47, 83%, 38%); /* #b59410 */
  
  --g1: #2a5c3f; --g2: #3d7d57; --g3: #40916c; --g4: #52b788;
  --bg: #f4f7f5; /* organic background */
  --border: #e1e9e4;
  --ink: #0f1712; /* deep forest black */
  --ink2: #435248;
  --ink3: #c1cfc6;
  --ink-soft: #64748b;
  --footer-bg: #ffffff;
  --radius: 20px;
  --radius-sm: 10px;

  /* Glassmorphism details */
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

/* Soporte Tema Oscuro para Vistas Públicas */
[data-theme="dark"], [data-bs-theme="dark"] {
  --bg:              #080c0a;
  --surface:         #111613;
  --border:          #1f2823;
  --ink:             #f1f5f3;
  --ink2:            #99a8a0;
  --ink3:            #2d3a33;
  --pno-green-light: rgba(82, 183, 136, 0.12);
  --pno-green:       #52b788;
  --g1:              #163323;
  --g2:              #3d7d57;
}

/* BASE Y ANIM */
*,*::before,*::after{box-sizing:border-box;}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--ink);margin:0;overflow-x:hidden;}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes shimmer{0%{background-position:-500px 0}100%{background-position:500px 0}}

/* HERO */
.hero{background-image:linear-gradient(145deg,rgba(13,40,24,0.8),rgba(26,82,114,0.8)),url('../../img/fondo.jpg');background-blend-mode:multiply;background-size:cover;background-position:center;background-repeat:no-repeat;padding:110px 0 140px;text-align:center;color:#fff;position:relative;overflow:hidden;}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;}
.hero-orb{position:absolute;border-radius:50%;pointer-events:none;}
.hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(64,145,108,.2),transparent 65%);top:-150px;left:-150px;animation:float 9s ease-in-out infinite;}
.hero-orb-2{width:450px;height:450px;background:radial-gradient(circle,rgba(26,82,114,.22),transparent 65%);bottom:-100px;right:-100px;animation:float 12s ease-in-out infinite reverse;}
.hero-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(82,183,136,.15),transparent 65%);top:40%;left:55%;animation:float 7s ease-in-out infinite;}
.hero-inner{position:relative;z-index:5;}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:7px 18px;font-size:12.5px;font-weight:600;margin-bottom:24px;letter-spacing:.3px;}
.hero-badge i{color:#86efac;}
.hero h1{font-family:'Fraunces',serif;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:700;line-height:1.08;letter-spacing:-0.5px;margin-bottom:18px;}
.hero h1 em{font-family:'Fraunces',serif;font-style:italic;font-weight:600;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:#5ebd8a;}
.hero-sub{font-family:'Outfit',sans-serif;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;opacity:.82;max-width:560px;margin:0 auto 40px;line-height:1.8;}
.hero-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
  margin: 36px auto 48px;
  max-width: 860px;
  background: rgba(20, 34, 24, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.hero-stat {
  text-align: center;
  padding: 0 20px;
  flex: 1;
  min-width: 120px;
}
.hero-stat-n {
  font-family: 'Fraunces', serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transition: transform 0.3s ease;
}
.hero-stat-l {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-weight: 500;
}
.hero-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
}
.hero-search {
  max-width: 640px;
  margin: 0 auto;
}
.hero-search-box {
  background: #fff;
  border-radius: 100px;
  padding: 6px 6px 6px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(0,0,0,.15);
  border: 1.5px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hero-search-box:focus-within {
  border-color: var(--pno-green);
  box-shadow: 0 16px 40px rgba(42, 92, 63, 0.25);
}
.hero-search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  min-width: 0;
  background: transparent;
}
.hero-search-box input::placeholder {
  color: #b0c4b8;
}
.hero-search-box i {
  color: #b0c4b8;
  font-size: 16px;
  flex-shrink: 0;
}
.btn-hero {
  background: linear-gradient(135deg, var(--pno-green), var(--pno-green-mid));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 26px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(42, 92, 63, 0.3);
}
.btn-hero:active {
  transform: scale(0.98);
}
.hero-cats {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  white-space: nowrap;
}
.hero-cat-pill:hover {
  background: #fff;
  color: var(--pno-green);
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.hero-cat-pill:active {
  transform: scale(0.97);
}

/* SECTIONS */
.section{padding:72px 0;}
.section.alt{background:#fff;}
.sec-head{text-align:center;margin-bottom:50px;}
.sec-eyebrow{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--g3);background:rgba(45,106,79,.09);border-radius:100px;padding:4px 14px;margin-bottom:12px;}
.sec-title{font-family:'Fraunces',serif;font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:700;color:var(--ink);letter-spacing:-0.4px;margin-bottom:10px;line-height:1.15;}
.sec-sub{font-family:'Outfit',sans-serif;font-size:15px;font-weight:400;color:var(--ink3);max-width:520px;margin:0 auto;line-height:1.8;}

/* CAT CARDS */
.cats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:24px;}
.cat-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;text-decoration:none;transition:all .22s;display:flex;flex-direction:column;position:relative;}
.cat-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(27,67,50,.12);border-color:rgba(64,145,108,.3);}
.cat-img{height:140px;overflow:hidden;position:relative;background:linear-gradient(135deg,#d8f3dc,#b7e4c7);}
.cat-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.cat-card:hover .cat-img img{transform:scale(1.08);}
.cat-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.cat-img-ph i{font-size:48px;color:var(--g2);opacity:.4;}
.cat-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column;}
.cat-name{font-size:16px;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:3px;}
.cat-count{font-size:13px;color:var(--ink3);display:flex;align-items:center;gap:3px;margin-bottom:6px;}
.cat-desc{font-size:13px;color:var(--ink2);line-height:1.6;margin-top:auto;padding-top:6px;border-top:1px solid var(--border);}
.cat-arrow{position:absolute;top:9px;right:10px;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--g2);opacity:0;transition:opacity .2s;}
.cat-card:hover .cat-arrow{opacity:1;}

/* DESTACADOS */
.dest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:24px;}
.dest-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s;box-shadow:0 4px 14px rgba(0,0,0,.05);}
.dest-card:hover{transform:translateY(-7px);box-shadow:0 18px 48px rgba(27,67,50,.13);}
.dest-img{height:200px;overflow:hidden;position:relative;}
.dest-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.dest-card:hover .dest-img img{transform:scale(1.06);}
.dest-img-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--g2),var(--g3));display:flex;align-items:center;justify-content:center;}
.dest-img-ph i{font-size:56px;color:rgba(255,255,255,.25);}
.dest-badge-free {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(42, 92, 63, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 100px;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dest-rank-premium {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(20, 34, 24, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.dest-card:hover .dest-rank-premium {
  transform: scale(1.1);
}
.dest-rank-premium.rank-1 {
  border-color: #ffd700;
  color: #ffd700;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
}
.dest-rank-premium.rank-2 {
  border-color: #c0c0c0;
  color: #e2e8f0;
  box-shadow: 0 0 12px rgba(192, 192, 192, 0.25);
}
.dest-rank-premium.rank-3 {
  border-color: #cd7f32;
  color: #fda4af;
  box-shadow: 0 0 12px rgba(205, 127, 50, 0.25);
}
.dest-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1;}
.dest-cat{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--g3);margin-bottom:7px;}
.dest-title{font-family:'Fraunces',serif;font-size:17.5px;font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:8px;}
.dest-desc{font-size:12.5px;color:var(--ink3);line-height:1.65;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}
.dest-meta{display:flex;gap:14px;flex-wrap:wrap;padding:12px 0;border-top:1px solid var(--border);margin-bottom:14px;}
.dest-meta-item{display:flex;align-items:center;gap:4px;font-size:11.5px;color:var(--ink3);font-weight:500;}
.btn-inscribirse{display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,var(--g2),var(--g3));color:#fff;font-size:14px;font-weight:700;padding:12px;border-radius:100px;text-decoration:none;transition:all .15s;}
.btn-inscribirse:hover{background:linear-gradient(135deg,var(--g1),var(--g2));color:#fff;transform:translateY(-1px);box-shadow:0 7px 20px rgba(45,106,79,.35);}

/* CATÁLOGO */
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:22px;}
.cat-filter-pills{display:flex;gap:7px;flex-wrap:wrap;}
.filter-pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:6px 15px;border-radius:100px;background:#fff;border:1.5px solid var(--border);color:var(--ink2);cursor:pointer;transition:all .13s;text-decoration:none;white-space:nowrap;}
.filter-pill:hover,.filter-pill.active{background:var(--g2);color:#fff;border-color:var(--g2);}
.catalog-count{font-size:12.5px;color:var(--ink3);font-weight:600;}
.c-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;}
.c-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .22s;box-shadow:0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column;}
.c-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(27,67,50,.1);border-color:rgba(64,145,108,.25);}
.c-thumb{height:155px;overflow:hidden;position:relative;}
.c-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.c-card:hover .c-thumb img{transform:scale(1.05);}
.c-thumb-ph{width:100%;height:100%;background:linear-gradient(135deg,#d8f3dc,#b7e4c7);display:flex;align-items:center;justify-content:center;}
.c-thumb-ph i{font-size:36px;color:var(--g2);opacity:.4;}
.c-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1;}
.c-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--g3);margin-bottom:5px;}
.c-title{font-family:'Fraunces',serif;font-size:14.5px;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.c-desc{font-size:11.5px;color:var(--ink3);line-height:1.6;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}
.c-footer{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--border);}
.c-alumnos{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--ink3);font-weight:500;}
.btn-ver{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;padding:7px 16px;border-radius:100px;background:linear-gradient(135deg,var(--g2),var(--g3));color:#fff;text-decoration:none;transition:all .13s;}
.btn-ver:hover{background:linear-gradient(135deg,var(--g1),var(--g2));color:#fff;transform:translateY(-1px);}

/* STEPS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  position: relative;
}
.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0,0,0,.03);
  position: relative;
  z-index: 2;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(42, 92, 63, 0.08);
  border-color: var(--pno-green-light);
}
.step-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 18px;
  position: relative;
  z-index: 3;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
}
.step-num {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--pno-green-mid);
  margin-bottom: 8px;
}
.step-title {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.step-desc {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.7;
}
@media (min-width: 992px) {
  .step-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 61px; /* Align with center of 58px step-icon-wrap + 32px padding */
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: linear-gradient(90deg, var(--pno-green-mid), var(--border));
    z-index: -1;
    opacity: 0.5;
  }
}

/* CTA */
.cta-section{background:linear-gradient(145deg,#0d2818 0%,var(--g1) 40%,var(--g2) 75%,#1A5272 100%);padding:90px 20px;text-align:center;position:relative;overflow:hidden;}
.cta-section::after{content:'';position:absolute;inset:0;background:url(\"data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='.025'%3E%3Cpath d='M20 0L40 20L20 40L0 20z'/%3E%3C/g%3E%3C/svg%3E\");pointer-events:none;}
.cta-inner{position:relative;z-index:5;}
.cta-section h2{font-family:'Fraunces',serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:-0.5px;}
.cta-section p{color:rgba(255,255,255,.78);font-size:16px;max-width:500px;margin:0 auto 36px;line-height:1.75;}
.btn-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--g2);font-size:15px;font-weight:800;padding:15px 36px;border-radius:100px;text-decoration:none;transition:all .2s;box-shadow:0 10px 30px rgba(0,0,0,.22);}
.btn-cta:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(0,0,0,.3);color:var(--g1);}
.btn-cta-sec{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.78);font-size:14px;font-weight:600;text-decoration:none;border:1.5px solid rgba(255,255,255,.28);padding:14px 26px;border-radius:100px;margin-left:12px;transition:all .15s;}
.btn-cta-sec:hover{color:#fff;border-color:#fff;background:rgba(255,255,255,.1);}

/* SKELETON */
.skel{background:linear-gradient(90deg,#e5ece7 25%,#f0f4f1 50%,#e5ece7 75%);background-size:500px 100%;animation:shimmer 1.4s infinite;border-radius:8px;}

/* RESPONSIVE */
@media(max-width:768px){
  .hero{padding:76px 0 110px;}
  .hero-stats{gap:0;}
  .hero-stat{padding:0 16px;}
  .hero-stat-n{font-size:1.8rem;}
  .cats-grid{grid-template-columns:repeat(2,1fr);}
  .btn-cta-sec{margin:10px 0 0;}
  .dest-grid{grid-template-columns:1fr;}
}

/* DISEÑO CONTACTO V4 - DEFINITIVO */
.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.social-box {
    background: #ffffff;
    border: 1px solid #e1e8e4;
    border-radius: 18px;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.social-box i {
    font-size: 28px;
    color: var(--pno-green); /* Color institucional */
}

.social-box span {
    font-size: 13px;
    font-weight: 800;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-box:hover {
    transform: translateY(-5px);
    background: var(--pno-green);
    border-color: var(--pno-green);
}

.social-box:hover i, .social-box:hover span {
    color: #fff !important;
}

/* Caja de Email Destacada */
.email-card-v4 {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e1e8e4;
    box-shadow: 0 15px 35px rgba(42, 92, 63, 0.06);
    height: 100%;
}

.mail-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    background: var(--pno-green-light);
    border-radius: 15px;
    color: var(--pno-green);
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    border: 1px solid transparent;
    transition: 0.2s;
}

.mail-link:hover {
    border-color: var(--pno-green);
    background: #fff;
}
/* SECCIÓN ACERCA - REFINAMIENTO PREMIUM */
.about-card-modern {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 28px;
    padding: 45px 35px;
    text-align: center;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(42, 92, 63, 0.08);
    border-color: var(--pno-green-light);
}

.icon-box-modern {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
    position: relative;
    transition: transform 0.3s ease;
}

.about-card-modern:hover .icon-box-modern {
    transform: scale(1.1) rotate(5deg);
}

.about-card-modern h4 {
    font-family: 'Fraunces', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--ink);
    margin-bottom: 15px;
}

.about-card-modern p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink2);
    margin: 0;
}

/* Cápsula de Redes Sociales */
.social-capsule {
    background: #ffffff;
    border: 1.5px solid var(--border);
    border-radius: 100px;
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}
.about-intro {
    margin-top: 30px !important;
}

.about-intro p {
    margin-bottom: 14px;
}

/* ── FOOTER ESTUDIANTE (PREMIUM - PUBLIC COMPATIBILITY) ──────────────── */
.pno-footer {
    --footer-bg: #f1f5f9;
    --ink-soft: var(--ink2, #4a6555);
    --pno-ocean-light: rgba(26, 82, 114, 0.08);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);

    background: var(--footer-bg);
    border-top: 1px solid var(--border);
    color: var(--ink-soft);
    padding: 72px 0 36px;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
    transition: background 0.3s ease, border-color 0.3s ease;
}

[data-theme="dark"] .pno-footer, [data-bs-theme="dark"] .pno-footer {
    --footer-bg: #070a0f;
    --border: #1f2937;
    --ink: #f3f4f6;
    --ink-soft: #9ca3af;
    --pno-green-light: #162c22;
    --pno-ocean-light: rgba(14, 165, 233, 0.08);
}

/* Patrón decorativo translúcido animado */
.pno-footer-bg-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 12% 80%, var(--pno-green-light) 0%, transparent 45%),
        radial-gradient(circle at 88% 20%, var(--pno-ocean-light) 0%, transparent 45%);
    transition: all 0.3s ease;
    animation: footerGlow 15s ease-in-out infinite alternate;
}

@keyframes footerGlow {
    0% {
        transform: scale(1) translate(0, 0);
    }
    100% {
        transform: scale(1.08) translate(1%, 1%);
    }
}

.pno-footer-logo {
    height: 56px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.04));
}

.pno-footer-logo:hover {
    transform: scale(1.04) rotate(-1deg);
}

.pno-footer-slogan {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.8;
    font-style: italic;
    max-width: 290px;
    margin: 16px 0 0;
}

.pno-footer-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.pno-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--pno-green), var(--pno-ocean));
    border-radius: 10px;
    transition: width 0.3s ease;
}

.pno-footer-column:hover .pno-footer-heading::after {
    width: 38px;
}

.pno-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.pno-footer-link {
    color: var(--ink-soft);
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pno-footer-link i {
    font-size: 13px;
    color: var(--ink-soft);
    opacity: 0.7;
    transition: all 0.25s ease;
}

.pno-footer-link:hover {
    color: var(--pno-green);
    transform: translateX(4px);
}

.pno-footer-link:hover i {
    color: var(--pno-green);
    opacity: 1;
    transform: scale(1.1);
}

.pno-footer-social-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pno-footer-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-soft);
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: var(--shadow-sm);
}

.pno-footer-social-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--pno-green), var(--pno-ocean));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.pno-footer-social-btn i {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.pno-footer-social-btn:hover {
    transform: translateY(-3px);
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(16,185,129,0.22);
    color: #ffffff;
}

.pno-footer-social-btn:hover::before {
    opacity: 1;
}

.pno-footer-social-btn:hover i {
    color: #ffffff;
}

.pno-footer-mission {
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

.pno-footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);
    margin: 40px 0 24px;
}

.pno-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.pno-footer-copy {
    font-size: 12.5px;
    color: var(--ink-soft);
    margin: 0;
    font-weight: 500;
}

.pno-footer-badge {
    font-size: 12px;
    color: var(--ink-soft);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    padding: 6px 14px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 100px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.pno-footer-badge:hover {
    background: var(--pno-green-light);
    border-color: rgba(16, 185, 129, 0.2);
    color: var(--pno-green);
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.pno-footer-badge i {
    color: var(--pno-green);
    font-size: 14px;
    transition: transform 0.3s ease;
}

.pno-footer-badge:hover i {
    transform: rotate(12deg);
}

/* ═══════════════════════════════════════════════
   SECCIÓN ACERCA DE LA PLATAFORMA (PREMIUM)
   ═══════════════════════════════════════════════ */
.acerca-section {
    background: linear-gradient(180deg, #f2f8f4 0%, #edf5f0 100%);
    padding: 96px 0 100px;
    position: relative;
    overflow: hidden;
}
.acerca-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 60% 40% at 80% 20%, rgba(42,92,63,0.05) 0%, transparent 70%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(26,82,114,0.04) 0%, transparent 60%);
    pointer-events: none;
}
.acerca-section::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pno-green) 0%, var(--pno-green-mid) 40%, var(--pno-ocean) 100%);
}
.acerca-head {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
    animation: fadeUp .5s ease both;
}
.acerca-head .sec-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--ink);
    margin-bottom: 14px;
    line-height: 1.1;
}
.acerca-head .sec-sub {
    font-size: 15.5px;
    color: var(--ink2);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}
.acerca-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}
.acerca-divider span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: rgba(42,92,63,0.2);
}
.acerca-divider span:nth-child(1) { width: 40px; }
.acerca-divider span:nth-child(2) { width: 8px; height: 8px; border-radius: 50%; background: var(--pno-green); }
.acerca-divider span:nth-child(3) { width: 40px; }

.acerca-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.acerca-layout::after {
    content: '';
    position: absolute;
    left: 50%; top: 10%; bottom: 10%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(42,92,63,0.15) 30%, rgba(42,92,63,0.15) 70%, transparent);
    transform: translateX(-50%);
}
@media (max-width: 900px) {
    .acerca-layout { grid-template-columns: 1fr; gap: 40px; }
    .acerca-layout::after { display: none; }
}
.acerca-texto {
    animation: fadeUp .5s .1s ease both;
}
.acerca-texto-intro {
    font-size: 15px;
    color: var(--ink2);
    line-height: 1.85;
}
.acerca-texto-intro p {
    margin-bottom: 14px;
    padding-left: 16px;
    border-left: 2px solid rgba(42,92,63,0.15);
    transition: border-color 0.2s;
}
.acerca-texto-intro p:hover {
    border-left-color: var(--pno-green);
}
.acerca-texto-intro p:last-of-type { margin-bottom: 0; }

.acerca-redes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(42,92,63,0.12);
}
.acerca-redes-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--ink3);
    margin-right: 4px;
}
.acerca-red-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #d4e6da;
    color: var(--pno-green);
    font-size: 16px;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(42,92,63,0.07);
}
.acerca-red-btn:hover {
    background: var(--pno-green);
    border-color: var(--pno-green);
    color: #fff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(42,92,63,0.25);
}

.acerca-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeUp .5s .2s ease both;
}
.acerca-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border-radius: 20px;
    padding: 24px 28px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}
.acerca-card.green-bento {
    background: linear-gradient(135deg, #f2faf5 0%, #e3f3ea 100%);
    border: 1.5px solid #d3ebdcf5;
}
.acerca-card.gold-bento {
    background: linear-gradient(135deg, #fcfaf3 0%, #f7edd0 100%);
    border: 1.5px solid #ebdcb2f5;
}
.acerca-card:hover {
    box-shadow: 0 12px 32px rgba(42,92,63,0.08);
    transform: translateY(-4px);
}
.acerca-card.green-bento:hover {
    border-color: var(--pno-green-mid);
}
.acerca-card.gold-bento:hover {
    border-color: var(--pno-gold);
}
.acerca-card-icon {
    width: 48px; height: 48px;
    min-width: 48px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    transition: transform 0.3s ease;
}
.acerca-card:hover .acerca-card-icon {
    transform: scale(1.1) rotate(4deg);
}
.acerca-card-body { flex: 1; min-width: 0; }
.acerca-card-title {
    font-family: 'Fraunces', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}
.acerca-card-desc {
    font-size: 13.5px;
    color: var(--ink2);
    line-height: 1.7;
}

/* ═══════════════════════════════════════════════
   SECCIÓN CONTACTO Y REDES (PREMIUM BENTO)
   ═══════════════════════════════════════════════ */
.pno-section {
    padding: 96px 0;
}
.pno-section.alt {
    background: var(--bg);
}
.ct-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: start;
}
.ct-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.ct-block:hover {
    box-shadow: 0 16px 36px rgba(42,92,63,0.06);
    border-color: #d2e4d8;
}
.ct-block-label {
    display: flex; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--ink2);
    margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--border);
}
.ct-block-label-dot {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.net-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.net-item {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    background: var(--bg); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 20px 14px;
    text-decoration: none; transition: all .25s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer;
}
.net-item:hover {
    background: var(--pno-green); border-color: var(--pno-green);
    transform: translateY(-4px); box-shadow: 0 8px 24px rgba(42,92,63,.18);
}
.net-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0; transition: background .22s;
}
.net-label  { font-size: 12.5px; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .5px; }
.net-handle { font-size: 11px; color: var(--ink3); }
.net-item:hover .net-label,
.net-item:hover .net-handle { color: #fff; }
.net-item:hover .net-icon   { background: rgba(255,255,255,.15) !important; color: #fff !important; }

/* Columna email destacada */
.ct-email {
    background: linear-gradient(155deg, var(--pno-green-dark) 0%, var(--pno-green) 50%, var(--pno-ocean) 100%);
    border-radius: var(--radius); padding: 40px 32px;
    color: #fff; position: relative; overflow: hidden;
    box-shadow: 0 16px 36px rgba(26,82,114,0.22);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}
.ct-email::before {
    content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .04;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff'%3E%3Cpath d='M20 0L40 20L20 40L0 20z'/%3E%3C/g%3E%3C/svg%3E");
}
.ct-email > * { position: relative; z-index: 1; }
.ct-email-ico   { font-size: 40px; margin-bottom: 20px; color: #86efac; animation: float 6s ease-in-out infinite; }
.ct-email-title { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 700; letter-spacing: -0.2px; margin-bottom: 8px; }
.ct-email-sub   { font-size: 14px; opacity: .82; line-height: 1.7; margin-bottom: 28px; }
.ct-email-tag {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
    border-radius: 100px; padding: 4px 12px;
    font-size: 10.5px; font-weight: 800; letter-spacing: .5px;
    text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 10px;
}
.ct-email-tag::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #86efac; display: inline-block; }
.ct-mail-link {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--radius-sm); padding: 16px 20px;
    color: #fff; text-decoration: none; font-size: 13.5px; font-weight: 600;
    transition: all .2s; margin-bottom: 12px; word-break: break-all;
}
.ct-mail-link:last-child { margin-bottom: 0; }
.ct-mail-link:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.35); transform: translateX(4px); color: #fff; }
.ct-mail-ico {
    width: 36px; height: 36px; min-width: 36px; border-radius: 10px;
    background: rgba(255,255,255,.15); display: flex; align-items: center;
    justify-content: center; font-size: 16px; flex-shrink: 0;
}
.ct-nets-col { display: flex; flex-direction: column; gap: 24px; }

@media(max-width:992px){
    .ct-layout { grid-template-columns: 1fr; }
}
@media(max-width:576px){
    .net-grid  { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   HERO PLATFORM LOGO & BRAND DETAILS
   ═══════════════════════════════════════════════ */
.hero-platform-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    animation: fadeUp .5s ease both;
}
.hero-platform-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.35));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.hero-platform-logo img:hover {
    transform: scale(1.04);
    filter: drop-shadow(0 6px 22px rgba(0,0,0,0.45));
}
@media (max-width: 768px) {
    .hero-platform-logo img { height: 64px; }
}
.acerca-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.acerca-logo-wrap img {
    height: 72px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(42,92,63,0.18));
    transition: transform 0.25s ease;
}
.acerca-logo-wrap img:hover {
    transform: scale(1.05);
}
@media (max-width: 600px) {
    .acerca-logo-wrap img { height: 56px; }
    .acerca-logo-wrap { gap: 12px; }
}

/* ═══════════════════════════════════════════════
   PALETA TIPOGRÁFICA
   ═══════════════════════════════════════════════ */
.hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.08;
}
.hero h1 em {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 600;
    color: #5ebd8a;
}
.hero-sub {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: 0.1px;
    opacity: 0.82;
}
.sec-title {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 1.15;
}
.sec-sub {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.1px;
}
.cta-section h2 {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* ── STATS ANIMADOS ─────────────────────────────────── */
@keyframes statPop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.15); }
    70%  { transform: scale(0.96); }
    100% { transform: scale(1); }
}
@keyframes iconFloat {
    0%, 100% { transform: translateY(0);   opacity: .55; }
    50%       { transform: translateY(-4px); opacity: .9;  }
}
.hero-stat { position: relative; }
.hero-stat-icon {
    font-size: 15px;
    opacity: .45;
    margin-bottom: 5px;
    animation: iconFloat 3s ease-in-out infinite;
    display: block;
}
.hero-stat:nth-child(1) .hero-stat-icon { animation-delay: 0s;    color: #5ebd8a; }
.hero-stat:nth-child(3) .hero-stat-icon { animation-delay: .5s;   color: #93c5fd; }
.hero-stat:nth-child(5) .hero-stat-icon { animation-delay: 1s;    color: #fcd34d; }
.hero-stat:nth-child(7) .hero-stat-icon { animation-delay: 1.5s;  color: #f9a8d4; }

.hero-stat-n.pop {
    animation: statPop .45s cubic-bezier(.36,.07,.19,.97) both;
}
.hero-stat::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 28px; height: 2px;
    background: linear-gradient(90deg, #86efac, #34d399);
    border-radius: 2px;
    transition: transform .6s ease;
}
.hero-stat.counted::after {
    transform: translateX(-50%) scaleX(1);
}

