/* =============================================
   LIBERTAD EMPRESARIAL - STYLES
   ============================================= */

/* RESET & BASE */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #050505;
  color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

/* GLASS UTILITY */
.glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

/* =============================================
   HERO + ABOUT (fondo continuo)
   ============================================= */
.hero-about-wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: url('../img/fondosection1.png') center top / cover no-repeat;
  background-color: #050505;
}

.hero-about-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0) 0%,
    rgba(5, 5, 5, 0) 45%,
    rgba(5, 5, 5, 0.55) 70%,
    #050505 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
  z-index: 1;
}

/* NAVBAR */
.navbar {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 41px 200px 0;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  max-width: 1520px;
  height: 84px;
  margin: 0 auto;
  padding: 0 30px 0 260px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}

.navbar-logo {
  position: absolute;
  top: 25px;
  left: 219px;
  z-index: 11;
}

.navbar-logo img {
  width: 209px;
  height: auto;
  display: block;
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: auto;
}

.navbar-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Poppins', sans-serif;
  transition: color 0.3s;
}

.navbar-menu li a.active,
.navbar-menu li a:hover {
  color: #fff;
}

.nav-chevron {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.navbar-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-icon-btn img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.nav-icon-user img {
  width: auto;
  height: 37px;
  object-fit: contain;
}

.navbar-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.navbar-hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* HERO CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 105px 189px 100px;
  width: 100%;
  max-width: 1920px;
}

.hero-logo {
  width: 935px;
  height: 251px;
  max-width: 100%;
  object-fit: contain;
  margin-left: -11px;
}

.hero-description {
  display: flex;
  align-items: flex-start;
  gap: 41px;
  margin-top: 48px;
}

.hero-line {
  width: 3px;
  min-height: 91px;
  background: #fff;
  flex-shrink: 0;
  margin-top: 10px;
}

.hero-description p {
  font-weight: 300;
  font-size: 40px;
  line-height: 61px;
  color: rgba(255, 255, 255, 0.7);
  width: 715px;
  max-width: 100%;
  max-width: 100%;
  margin: 0;
}

/* =============================================
   SECTION 2: QUE ES
   ============================================= */
.section-about {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 300px 80px;
}

.section-about > * {
  position: relative;
  z-index: 2;
}

.about-container {
  max-width: 1760px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 542px 1fr 370px;
  gap: 30px;
  align-items: start;
}

/* COL 1: Title + Photo */
.about-col-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-title {
  font-weight: 600;
  font-size: 58px;
  line-height: 86px;
  color: #fff;
}

.about-photo {
  width: 542px;
  height: 609px;
  object-fit: cover;
  border-radius: 79px;
  display: block;
}

/* COL 2: Intro + Glass Card */
.about-col-center {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 200px;
  align-items: flex-start;
}

.about-intro {
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.7);
  width: 426px;
  text-align: justify;
  margin: 0;
}

.about-glass-card {
  width: 431px;
  min-height: 241px;
  border-radius: 33px;
  padding: 24px 31px;
  align-self: flex-end;
  margin-right: -90px;
}

.about-glass-card h4 {
  font-weight: 400;
  font-size: 26.577px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 16px;
}

.about-glass-card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 329px;
}

/* COL 3: Circles + Mentorías */
.about-col-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 184px;
}

.about-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: auto;
  pointer-events: none;
}

.about-mentorias h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 28px;
}

.about-mentorias p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  width: 370px;
}

/* =============================================
   SECTION 3: PARA QUIEN
   ============================================= */
.section-paraquien {
  background: #050505;
  padding: 120px 80px;
}

.paraquien-container {
  max-width: 1760px;
  margin: 0 auto;
}

.paraquien-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 80px;
}

.paraquien-grid {
  display: grid;
  grid-template-columns: minmax(0, 479px) 1fr minmax(0, 616px);
  align-items: start;
  gap: 30px;
  width: 100%;
}

.paraquien-card {
  width: 479px;
  height: 233px;
  padding: 22px 57px;
  border-radius: 30px;
  align-self: center;
}

.paraquien-card h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 24px;
}

.paraquien-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 378px;
}

.paraquien-center {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: center;
}

.paraquien-center-title {
  font-weight: 400;
  font-size: 33px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  max-width: 414px;
}

.paraquien-center-card {
  width: 432px;
  height: 256px;
  padding: 32px 30px;
  border-radius: 30px;
}

.paraquien-center-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  max-width: 363px;
}

.paraquien-photo-wrapper {
  width: 100%;
  aspect-ratio: 1;
}

.paraquien-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 58px;
}

/* =============================================
   SECTION 4: PROGRAMAS
   ============================================= */
.section-programas {
  background: #050505;
  padding: 120px 80px;
}

.programas-container {
  max-width: 1760px;
  margin: 0 auto;
}

.programas-title {
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
  color: #fff;
  margin-bottom: 80px;
}

.programas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.programa-card {
  padding: 48px 36px;
  border-radius: 30px;
  min-height: 434px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.programa-icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.programa-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.programa-card h3 {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.programa-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

/* =============================================
   SECTION 5: PROCESO
   ============================================= */
.section-proceso {
  background: #050505;
  padding: 120px 80px;
}

.proceso-container {
  max-width: 1760px;
  margin: 0 auto;
}

.proceso-title {
  font-weight: 400;
  font-size: 75px;
  line-height: 104px;
  color: #fff;
  margin-bottom: 80px;
}

.proceso-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: start;
}

.proceso-steps ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 20px;
}

.proceso-steps li {
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.63);
  cursor: default;
  position: relative;
  padding-left: 20px;
}

.proceso-steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s;
}

.proceso-steps li.step-active {
  font-weight: 400;
  color: #fff;
}

.proceso-steps li.step-active::before {
  background: #fff;
}

.proceso-photo {
  width: 100%;
  max-width: 812px;
  height: 541px;
  object-fit: cover;
  border-radius: 77px;
}

.proceso-description {
  max-width: 380px;
}

.proceso-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  text-align: justify;
}

.proceso-bottom h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 12px;
}

.proceso-bottom p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}

/* =============================================
   SECTION 6: REDES SOCIALES
   ============================================= */
.section-redes {
  background: #050505;
  padding: 120px 200px;
}

.redes-container {
  max-width: 1520px;
  margin: 0 auto;
  text-align: center;
}

.redes-title {
  font-weight: 400;
  font-size: 80px;
  line-height: 120px;
  color: #fff;
  margin-bottom: 60px;
}

.redes-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.redes-card {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 597px;
  height: 194px;
  padding: 0 60px;
  border-radius: 30px;
  transition: background 0.3s;
}

.redes-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* FACEBOOK ICON */
.fb-icon {
  position: relative;
  width: 92px;
  height: 84px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-icon img {
  object-fit: contain;
}

.fb-icon-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fb-icon-letter {
  position: relative;
  z-index: 2;
  width: 40%;
  height: auto;
}

/* INSTAGRAM ICON */
.ig-icon {
  position: relative;
  width: 92px;
  height: 84px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-icon img {
  object-fit: contain;
}

.ig-icon-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ig-icon-lens {
  position: relative;
  z-index: 2;
  width: 45%;
  height: auto;
}

.ig-icon-dot {
  position: absolute;
  top: 14%;
  right: 14%;
  width: 14%;
  height: auto;
  z-index: 3;
}

.redes-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 6px;
}

.redes-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}

.redes-handle {
  font-weight: 400;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
}

/* =============================================
   SECTION 7: FOOTER
   ============================================= */
.site-footer {
  position: relative;
  background: #050505;
}

.footer-banner {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.footer-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.footer-cta-section {
  background: #050505;
  text-align: center;
  padding: 120px 200px 60px;
}

.footer-cta {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.footer-bar {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 200px 80px 200px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social-circle {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.footer-social-circle:hover {
  background: rgba(255, 255, 255, 0.25);
}

.footer-social-circle img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-logo {
  width: 230px;
  height: auto;
}

.footer-brand span {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  padding-left: 4px;
}

/* =============================================
   RESPONSIVE: 1200px
   ============================================= */
@media (max-width: 1200px) {
  .navbar {
    padding: 30px 60px 0;
  }

  .hero-content {
    padding: 80px 60px 80px;
  }

  .hero-logo {
    width: 600px;
  }

  .hero-description p {
    font-size: 30px;
    line-height: 46px;
  }

  .section-paraquien,
  .section-programas,
  .section-proceso,
  .section-redes {
    padding: 80px 60px;
  }

  .section-about {
    padding: 220px 60px 80px;
  }

  .hero-about-wrap {
    background-position: 65% top;
  }

  .hero-about-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0) 0%,
      rgba(5, 5, 5, 0) 40%,
      rgba(5, 5, 5, 0.6) 65%,
      #050505 100%
    );
  }

  /* About: colapsar grid a 2 columnas en tablet */
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .about-col-left {
    grid-column: 1 / -1;
  }

  .about-col-center,
  .about-col-right {
    padding-top: 0;
  }

  .about-col-right {
    align-items: flex-start;
  }

  .about-circles {
    position: static;
    margin-bottom: 24px;
  }

  .about-glass-card {
    width: 100%;
    margin-right: 0;
    align-self: stretch;
  }

  .about-intro {
    width: 100%;
    font-size: 20px;
    line-height: 36px;
  }

  .about-mentorias p {
    width: 100%;
  }

  .about-title {
    font-size: 42px;
    line-height: 1.2;
  }

  .about-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1;
  }

  .about-mentorias h3 {
    font-size: 32px;
  }

  .paraquien-title {
    font-size: 52px;
    line-height: 66px;
  }

  .paraquien-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .paraquien-photo-wrapper {
    grid-column: span 2;
  }

  .paraquien-photo {
    height: 400px;
  }

  .programas-title {
    font-size: 48px;
    line-height: 60px;
  }

  .proceso-title {
    font-size: 52px;
    line-height: 70px;
  }

  .proceso-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .proceso-photo {
    max-width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .proceso-description {
    max-width: 100%;
  }

  .redes-title {
    font-size: 48px;
    line-height: 60px;
  }

  .footer-cta-section {
    padding: 80px 60px 40px;
  }

  .footer-cta {
    font-size: 40px;
  }

  .footer-bar {
    padding: 20px 60px 60px;
  }

  .footer-content {
    padding: 80px 60px 40px;
  }
}

/* =============================================
   RESPONSIVE: 768px
   ============================================= */
@media (max-width: 768px) {
  .navbar {
    padding: 12px 20px;
    margin: 16px 20px 0;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
  }

  .navbar-logo {
    position: relative;
    top: auto;
    left: auto;
  }

  .navbar-logo img {
    width: 120px;
  }

  .navbar-inner {
    position: absolute;
    right: 20px;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    max-width: none;
    flex: none;
    width: auto;
  }

  .navbar-menu,
  .navbar-icons {
    display: none;
  }

  .navbar-hamburger {
    display: flex;
  }

  /* Mobile menu open */
  .navbar-inner.menu-open .navbar-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 20px;
    right: 20px;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    gap: 24px;
    z-index: 100;
  }

  .navbar-inner.menu-open .navbar-menu li img {
    display: none;
  }

  .navbar-inner.menu-open .navbar-menu li:has(img:only-child) {
    display: none;
  }

  .navbar-inner.menu-open .navbar-menu li a {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar-inner.menu-open .navbar-menu li a.active {
    color: #fff;
  }

  .navbar-inner.menu-open .navbar-hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-inner.menu-open .navbar-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .navbar-inner.menu-open .navbar-hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hero-content {
    padding: 60px 20px;
  }

  .hero-logo {
    width: 100%;
  }

  .hero-description p {
    font-size: 24px;
    line-height: 38px;
    width: auto;
  }

  .section-paraquien,
  .section-programas,
  .section-proceso,
  .section-redes {
    padding: 60px 20px;
  }

  .section-about {
    padding: 160px 20px 60px;
  }

  .hero-about-wrap {
    background-position: 75% -30%;
    background-size: auto 100%;
  }

  .hero-about-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(5, 5, 5, 0) 0%,
      rgba(5, 5, 5, 0.3) 35%,
      rgba(5, 5, 5, 0.75) 60%,
      #050505 95%
    );
  }

  /* About: 1 columna en mobile */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-col-left,
  .about-col-center,
  .about-col-right {
    grid-column: 1 / -1;
    padding-top: 0;
    align-items: flex-start;
  }

  .about-col-center {
    gap: 32px;
  }

  .about-glass-card {
    width: 100%;
    margin-right: 0;
    align-self: stretch;
  }

  .about-circles {
    position: static;
    margin-bottom: 16px;
  }

  .about-title {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.2;
  }

  .about-intro {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 32px;
  }

  .about-photo {
    border-radius: 40px;
  }

  .about-mentorias h3 {
    font-size: 28px;
  }

  .about-mentorias p,
  .about-glass-card p {
    width: 100%;
    max-width: 100%;
  }

  .about-glass-card {
    border-radius: 24px;
    padding: 24px;
  }

  .paraquien-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .paraquien-grid {
    grid-template-columns: 1fr;
  }

  .paraquien-card {
    width: 100%;
    height: auto;
    padding: 22px 24px;
  }

  .paraquien-card p {
    max-width: 100%;
  }

  .paraquien-center-card {
    width: 100%;
    height: auto;
    padding: 24px 20px;
  }

  .paraquien-center-card p {
    max-width: 100%;
  }

  .paraquien-center-title {
    max-width: 100%;
  }

  .paraquien-photo-wrapper {
    grid-column: span 1;
    width: 100%;
    height: auto;
  }

  .paraquien-card h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .paraquien-center-title {
    font-size: 26px;
    line-height: 36px;
  }

  .paraquien-photo {
    width: 100%;
    height: 350px;
    border-radius: 30px;
  }

  .programas-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .programas-grid {
    grid-template-columns: 1fr;
  }

  .programa-card {
    min-height: auto;
  }

  .proceso-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .proceso-steps ul {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }

  .proceso-bottom h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .redes-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .redes-grid {
    flex-direction: column;
    align-items: center;
  }

  .redes-card {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 120px;
    padding: 20px 24px;
    gap: 20px;
  }

  .fb-icon,
  .ig-icon {
    width: 64px;
    height: 58px;
  }

  .redes-name {
    font-size: 16px;
  }

  .redes-handle {
    font-size: 18px;
    word-break: break-word;
  }

  .footer-cta-section {
    padding: 60px 20px 30px;
  }

  .footer-cta {
    font-size: 30px;
    line-height: 1.4;
  }

  .footer-content {
    padding: 60px 20px 30px;
  }

  .footer-bar {
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 20px;
  }
}

/* =============================================
   RESPONSIVE: 480px
   ============================================= */
@media (max-width: 480px) {
  .navbar-logo img {
    width: 110px;
  }

  .hero-content {
    padding: 40px 16px;
  }

  .hero-description {
    gap: 16px;
  }

  .hero-description p {
    font-size: 20px;
    line-height: 32px;
    width: auto;
  }

  .hero-line {
    min-height: 60px;
  }

  .section-paraquien,
  .section-programas,
  .section-proceso,
  .section-redes {
    padding: 48px 16px;
  }

  .section-about {
    padding: 120px 16px 48px;
  }

  .about-title {
    font-size: 28px;
  }

  .about-intro {
    font-size: 16px;
    line-height: 28px;
  }

  .about-photo {
    border-radius: 30px;
  }

  .about-mentorias h3 {
    font-size: 24px;
  }

  .about-glass-card h4 {
    font-size: 20px;
  }

  .paraquien-title {
    font-size: 28px;
    line-height: 38px;
  }

  .paraquien-card {
    padding: 20px 16px;
  }

  .paraquien-card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .paraquien-center-card {
    padding: 20px 16px;
  }

  .paraquien-center-title {
    font-size: 22px;
    line-height: 30px;
  }

  .paraquien-photo {
    height: 250px;
    border-radius: 24px;
  }

  .programas-title {
    font-size: 28px;
    line-height: 38px;
  }

  .proceso-title {
    font-size: 28px;
    line-height: 38px;
  }

  .proceso-steps li {
    font-size: 16px;
  }

  .proceso-photo {
    border-radius: 40px;
  }

  .proceso-bottom h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .redes-title {
    font-size: 28px;
    line-height: 38px;
  }

  .redes-card {
    padding: 16px 18px;
    gap: 14px;
    min-height: 100px;
  }

  .fb-icon,
  .ig-icon {
    width: 52px;
    height: 48px;
  }

  .redes-name {
    font-size: 14px;
  }

  .redes-handle {
    font-size: 15px;
  }

  .footer-cta-section {
    padding: 48px 16px 24px;
  }

  .footer-cta {
    font-size: 24px;
    line-height: 1.4;
  }

  .footer-bar {
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .footer-logo {
    width: 44px;
  }

  .footer-brand span {
    font-size: 12px;
  }
}
