:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --text: #243039;
  --muted: #65737a;
  --dark: #26323a;
  --dark-soft: #33414b;
  --aqua: #77d2c5;
  --aqua-strong: #35b8ad;
  --aqua-soft: #e6f6f1;
  --lime: #d9ef3f;
  --lime-soft: #f3fac7;
  --line: #dbe8e4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(38, 50, 58, 0.10);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(217, 239, 63, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(119, 210, 197, 0.22), transparent 32%),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { text-decoration: none; color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: 0.25s ease; white-space: nowrap; }
.btn-primary { background: var(--dark); color: #fff; box-shadow: 0 14px 28px rgba(38, 50, 58, 0.14); }
.btn-primary:hover { transform: translateY(-2px); background: linear-gradient(135deg, #26323a 0%, #2b6e6b 100%); box-shadow: 0 18px 36px rgba(53, 184, 173, 0.22); }
.btn-light { background: #fff; color: var(--dark); box-shadow: 0 18px 40px rgba(0,0,0,0.18), 0 0 0 6px rgba(255,255,255,0.10); }
.btn-light:hover { background: var(--lime); transform: translateY(-2px); }
.btn-secondary { color: var(--dark); border-color: rgba(38, 50, 58, 0.14); background: rgba(255,255,255,0.54); }
.btn-secondary:hover { background: var(--aqua-soft); border-color: rgba(53,184,173,0.45); }

.hero {
  position: relative;
  padding: 86px 0 42px;
  background: url("images/bg-header.jpg");
  background-size: cover;
  background-position: center;
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 8%, rgba(217,239,63,0.22), transparent 30%), radial-gradient(circle at 88% 18%, rgba(119,210,197,0.24), transparent 34%); pointer-events: none; }
/*.hero-grid { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: center; position: relative; z-index: 2; max-width: 820px; }*/
	 
	    .hero-grid { display: grid; grid-template-columns: 1fr; gap: 52px; align-items: center; position: relative; z-index: 2; max-width: 1160px; }
	  
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.24); backdrop-filter: blur(12px); font-size: 13px; font-weight: 900; margin-bottom: 22px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 99px; background: linear-gradient(135deg, var(--lime), var(--aqua-strong)); }
.hero h1 { font-family: "Playfair Display", serif; font-size: clamp(40px, 5.4vw, 60px); line-height: 0.97; color: #fff; margin-bottom: 24px; text-shadow: 0 18px 46px rgba(0,0,0,0.18); }
.hero p { max-width: 760px; color: rgba(255,255,255,0.80); font-size: 18px; line-height: 1.55; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 30px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,0.72); font-size: 14px; font-weight: 700; }
.hero-note strong { color: var(--lime); }

.lead-form-card { background: rgba(255,255,255,0.94); border: 1px solid rgba(255,255,255,0.36); border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 34px 90px rgba(0,0,0,0.20); backdrop-filter: blur(18px); }
.lead-form-card small { display: inline-flex; color: var(--aqua-strong); font-weight: 900; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; margin-bottom: 10px; }
.lead-form-card h2 { color: var(--dark); font-size: 28px; line-height: 1.12; margin-bottom: 8px; }
.lead-form-card p { color: #65737a; font-size: 14px; line-height: 1.62; margin-bottom: 20px; }
.form-grid { display: grid; gap: 12px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--dark); font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; border-radius: 14px; border: 1px solid #dbe8e4; background: #fff; padding: 0 14px; font-family: inherit; color: var(--text); outline: none; transition: 0.2s ease; }
.field textarea { min-height: 90px; padding-top: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(53,184,173,0.72); box-shadow: 0 0 0 4px rgba(119,210,197,0.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy { color: #7a888e; font-size: 11px; line-height: 1.5; }
.lead-form-card .btn { width: 100%; min-height: 52px; }



.hero-summary-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 34px 90px rgba(0,0,0,0.20);
  backdrop-filter: blur(18px);
}
.hero-summary-card small {
  display: inline-flex;
  color: var(--aqua-strong);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  margin-bottom: 12px;
}
.hero-summary-card h2 {
  color: var(--dark);
  font-size: 30px;
  line-height: 1.08;
  margin-bottom: 16px;
}
.summary-list { display: grid; gap: 12px; margin: 22px 0; }
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e3eeeb;
  padding-top: 12px;
  font-size: 14px;
}
.summary-line span { color: #7a888e; font-weight: 700; }
.summary-line strong { color: var(--dark); text-align: right; }
.hero-summary-card p { color: #65737a; font-size: 14px; line-height: 1.65; margin-bottom: 20px; }

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 29, 34, 0.66);
  backdrop-filter: blur(10px);
}
.modal-overlay.is-open { display: flex; }
body.modal-open { overflow: hidden; }
.modal-dialog {
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: var(--radius-lg);
  position: relative;
  box-shadow: 0 34px 110px rgba(0,0,0,0.34);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(38,50,58,0.12);
  background: #fff;
  color: var(--dark);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  transition: 0.2s ease;
}
.modal-close:hover { background: var(--aqua-soft); }
.modal-dialog .lead-form-card { box-shadow: none; border-radius: var(--radius-lg); }

.trust { padding: 28px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: linear-gradient(135deg, #26323a 0%, #243840 48%, #2d6f6e 100%); color: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 26px 70px rgba(38,50,58,0.20); }
.trust-grid-desktop { margin-top: 60px; margin-bottom: 30px; }
.trust-mobile { display: none; }
.trust-item { padding: 30px; border-right: 1px solid rgba(255,255,255,0.12); line-height: 1.25;}
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 29px; line-height: 1; margin-bottom: 8px; color: var(--lime); }
.trust-item span { color: rgba(255,255,255,0.78); font-size: 14px; font-weight: 400; }

.section { padding: 86px 0; }
.section[id] { scroll-margin-top: 108px; }
.section-light { background: linear-gradient(180deg, #fff 0%, #f7fbfa 100%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-kicker { color: var(--aqua-strong); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 12px; }
.section-title { font-family: "Playfair Display", serif; color: var(--dark); font-size: clamp(34px, 4vw, 44px); line-height: 1.05; max-width: 760px; }
.section-copy { color: #64737a; font-size: 16px; line-height: 1.75; max-width: 520px; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { background: rgba(255,255,255,0.88); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 20px 56px rgba(38,50,58,0.07); }
.info-card .num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--lime-soft) 0%, #dff6f1 100%); color: var(--dark); border: 1px solid rgba(119,210,197,0.32); font-weight: 900; margin-bottom: 22px; }
.info-card h3 { color: var(--dark); font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
.info-card p { color: #64737a; font-size: 14px; line-height: 1.65; }

.related-program {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;    /*0.82fr 1.18fr*/  
  gap: 34px;
  align-items: center;
}
.related-copy p {
  color: #64737a;
  font-size: 16px;
  line-height: 1.75;
  max-width: 420px; /*540*/
  margin-top: 16px;
}
.program-card-related {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(219, 232, 228, 0.96);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(38, 50, 58, 0.09);
  transition: 0.25s ease;
}
.program-card-related:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(53, 184, 173, 0.16);
}
.program-media-related {
  min-height: 230px;
  background: url('images/curso.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
	  
	  
	 .docente-1 {
  min-height: 230px;
  background:
    linear-gradient(180deg, rgba(38,50,58,0.12), rgba(38,50,58,0.48)),
    url('images/1-estela-molina.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
	  
	  
.program-tag-related {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(245, 250, 248, 0.92);
  color: var(--dark);
  border: 1px solid rgba(119, 210, 197, 0.35);
  font-size: 12px;
  font-weight: 900;
}
.program-body-related {
  padding: 28px;
}
.program-body-related h3 {
  color: var(--dark);
  font-size: 26px;
  line-height: 1.12;
  margin-bottom: 12px;
}
.program-body-related p {
  color: #64737a;
  font-size: 15px;
  line-height: 1.68;
  margin-bottom: 22px;
}
.program-meta-related {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.program-meta-related .meta-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #e3eeeb;
  padding-top: 10px;
  font-size: 13px;
}
.program-meta-related .meta-line span {
  color: #7a888e;
}
.program-meta-related .meta-line strong {
  color: var(--dark);
  text-align: right;
}
.program-link-related {
  display: inline-flex;
  color: var(--dark);
  font-weight: 900;
  font-size: 14px;
  border-bottom: 2px solid var(--aqua-strong);
  padding-bottom: 4px;
}
.program-link-related:hover {
  color: var(--aqua-strong);
}

.feature { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 48px; align-items: center; }
.feature-panel { background: linear-gradient(145deg, #26323a 0%, #25464b 52%, #2b8c87 100%); color: #fff; border-radius: var(--radius-lg); padding: 46px; min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; box-shadow: 0 28px 70px rgba(38,50,58,0.18); }
.feature-panel::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; bottom: -120px; background: radial-gradient(circle, rgba(217,239,63,0.32), transparent 60%); }
.feature-panel h2 { font-family: "Playfair Display", serif; font-size: 46px; line-height: 1.02; max-width: 430px; position: relative; z-index: 2; }
.feature-panel p { color: rgba(255,255,255,0.78); font-size: 16px; line-height: 1.75; max-width: 430px; position: relative; z-index: 2; }
.light-kicker { color: var(--lime); }
.feature-list { display: grid; gap: 18px; }
.feature-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; background: rgba(255,255,255,0.74); border: 1px solid rgba(219,232,228,0.95); border-radius: var(--radius-md); padding: 24px; box-shadow: 0 16px 40px rgba(38,50,58,0.06); }
.feature-icon { width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg, #26323a 0%, #35b8ad 100%); color: #fff; display: grid; place-items: center; font-weight: 900; }
.feature-item h3 { color: var(--dark); font-size: 19px; margin-bottom: 6px; }
.feature-item p { color: #64737a; font-size: 14px; line-height: 1.65; }

.program-table { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.program-row { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 24px; padding: 24px 28px; border-bottom: 1px solid #e3eeeb; }
.program-row:last-child { border-bottom: 0; }
.program-row strong { color: var(--dark); font-size: 16px; }
.program-row span { color: #64737a; line-height: 1.65; }



.profile-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: stretch; }
.profile-box { background: linear-gradient(145deg, #26323a 0%, #25464b 52%, #2b8c87 100%); color: #fff; border-radius: var(--radius-lg); padding: 40px; box-shadow: 0 28px 70px rgba(38,50,58,0.18); position: relative; overflow: hidden; }
.profile-box::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; bottom: -120px; background: radial-gradient(circle, rgba(217,239,63,0.32), transparent 62%); }
.profile-box h3 { font-family: "Playfair Display", serif; font-size: 38px; line-height: 1.05; margin-bottom: 18px; position: relative; z-index: 2; margin-top: 140px; }
.profile-box p { color: rgba(255,255,255,0.78); line-height: 1.75; position: relative; z-index: 2; }
.profile-list { display: grid; gap: 14px; }
.profile-item { background: rgba(255,255,255,0.88); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-md); padding: 22px 24px; box-shadow: 0 16px 40px rgba(38,50,58,0.06); }
.profile-item strong { display: block; color: var(--dark); font-size: 17px; margin-bottom: 6px; }
.profile-item span { color: #64737a; font-size: 14px; line-height: 1.62; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.price-card { background: rgba(255,255,255,0.92); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-lg); padding: 30px; box-shadow: 0 20px 56px rgba(38,50,58,0.08); position: relative; overflow: hidden; }
.price-card.featured { background: linear-gradient(145deg, #26323a 0%, #25464b 52%, #2b8c87 100%); color: #fff; }
.price-label { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--aqua-soft); color: #1f6e69; border: 1px solid rgba(119,210,197,0.4); font-size: 12px; font-weight: 900; margin-bottom: 18px; }
.price-card.featured .price-label { background: rgba(217,239,63,0.16); color: var(--lime); border-color: rgba(217,239,63,0.36); }
.discount-badge { position: absolute; top: 22px; right: 22px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; background: var(--lime); color: var(--dark); font-size: 12px; font-weight: 900; box-shadow: 0 12px 26px rgba(217,239,63,0.24); }
.old-price { color: rgba(255,255,255,0.58); font-size: 18px; font-weight: 800; text-decoration: line-through; margin-bottom: 2px; }
.price-note { display: inline-flex; margin-top: 18px; color: var(--dark); font-size: 15px; font-weight: 900; text-decoration: underline; text-decoration-color: var(--aqua-strong); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.price-note:hover { color: var(--aqua-strong); }
.price-card h3 { font-size: 24px; color: var(--dark); margin-bottom: 12px; }
.price-card.featured h3 { color: #fff; }
.price { font-size: 46px; font-weight: 900; letter-spacing: 0.03em; color: var(--dark); margin-bottom: 8px; }
.price-card.featured .price { color: var(--lime); }
.price small { font-size: 16px; letter-spacing: 0; font-weight: 800; }
.price-card p { color: #64737a; line-height: 1.65; margin-bottom: 22px; }
.price-card.featured p { color: rgba(255,255,255,0.78); }
.price-card ul { list-style: none; display: grid; gap: 12px; color: #64737a; font-size: 14px; }
.price-card.featured ul { color: rgba(255,255,255,0.80); }
.price-card li::before { content: "✓"; font-weight: 900; color: var(--aqua-strong); margin-right: 8px; }
.price-card.featured li::before { color: var(--lime); }

.modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.module-card { background: rgba(255,255,255,0.88); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-md); padding: 20px; box-shadow: 0 14px 34px rgba(38,50,58,0.06); }
.module-card small { display: block; color: var(--aqua-strong); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 7px; }
.module-card strong { color: var(--dark); font-size: 16px; line-height: 1.28; }
.schedule-note { margin-top: 22px; color: #64737a; font-size: 14px; line-height: 1.65; }

.faculty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.faculty-card { background: rgba(255,255,255,0.88); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-lg); padding: 16px; box-shadow: 0 20px 56px rgba(38,50,58,0.07); overflow: hidden; }

.faculty-photo { height: 250px; border-radius: 22px; background-size: cover; background-position: center 18%; margin-bottom: 18px; position: relative; overflow: hidden; background-image:url("images/1-estela-molina.jpg"); border: 1px dashed rgba(53,184,173,0.34); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72); }
.faculty-photo::after { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(38,50,58,0.36); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
	 
.faculty-photo-2 { height: 250px; border-radius: 22px; background-size: cover; background-position: center 18%; margin-bottom: 18px; position: relative; overflow: hidden; background-image:url("images/2-maria-rhodius.jpg"); border: 1px dashed rgba(53,184,173,0.34); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72); }
.faculty-photo-2::after { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(38,50,58,0.36); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
	  

	  
	  
	  
.faculty-card h3 { color: var(--dark); font-size: 18px; line-height: 1.25; margin-bottom: 8px; }
.faculty-card p { color: #64737a; font-size: 13px; line-height: 1.55; margin-bottom: 14px; }
.faculty-more { background: linear-gradient(145deg, #26323a 0%, #25464b 52%, #2b8c87 100%); color: var(--white); border: 0; display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 28px; }
.faculty-more h3 { color: #fff; font-size: 30px; line-height: 1.1;
margin-top: 100px;
margin-bottom: 40px;
   
padding-right: 15px;}
.faculty-more p { color: rgba(255,255,255,0.76); font-size: 14px; }
.faculty-arrow { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--dark); font-size: 28px; font-weight: 900; margin-top: 22px; }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--aqua-soft); color: #1f6e69; border: 1px solid rgba(119,210,197,0.4); font-size: 12px; font-weight: 900; }

.testimonial-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 32px; align-items: stretch; }
.testimonial-main { display: grid; gap: 18px; }
.testimonial-card { background: rgba(255,255,255,0.88); border: 1px solid rgba(219,232,228,0.96); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.testimonial-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -54px; top: -54px; border-radius: 50%; background: radial-gradient(circle, rgba(217,239,63,0.26), transparent 68%); }
.quote { font-family: "Playfair Display", serif; color: var(--dark); font-size: 20px; line-height: 1.25; letter-spacing: -0.025em; margin-bottom: 20px; position: relative; z-index: 2; }
.student { border-top: 1px solid #e3eeeb; padding-top: 16px; color: var(--dark); font-weight: 900; position: relative; z-index: 2; display: grid; gap: 4px; }
.student span { color: #64737a; font-size: 13px; font-weight: 600; }

.final-cta { padding: 96px 0; }
.cta-box { background: linear-gradient(120deg, rgba(38,50,58,0.96), rgba(36,78,80,0.88), rgba(53,184,173,0.72)), url("images/bg-bottom.jpg"); background-size: cover; background-position: center; color: #fff; border-radius: 36px; padding: 70px; text-align: center; box-shadow: 0 32px 80px rgba(38,50,58,0.24); }
.cta-box h2 { font-family: "Playfair Display", serif; font-size: clamp(36px, 5vw, 62px); line-height: 1; margin-bottom: 18px; }
.cta-box p { max-width: 720px; margin: 0 auto 32px; color: rgba(255,255,255,0.78); font-size: 17px; line-height: 1.75; }
@media (max-width: 1024px) {
  .hero-grid, .feature, .testimonial-wrap, .profile-grid, .related-program { grid-template-columns: 1fr; }
  .cards-3, .faculty-grid, .modules-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { display: block; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding: 54px 0 32px; background: url("images/bg-header-mobile.jpg"); background-repeat: no-repeat; }
  .eyebrow { font-size: 12px; line-height: 1.25; }
  .hero h1 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1;
  }
  .hero p {
    font-size: 16px;
    line-height: 1.55;
  }
  .hero-note { font-size: 13px; line-height: 1.4; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; font-size: 14px; }
  .form-row, .trust-grid, .cards-3, .faculty-grid, .modules-grid, .pricing-grid { grid-template-columns: 1fr; }
  .lead-form-card h2 { font-size: 26px; line-height: 1.12; }
  .trust-grid-desktop { display: none; }
  .trust-mobile { display: block; }
  .trust { padding: 18px 0 34px; }
  .trust-grid { margin: 0; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .trust-item { padding: 22px; }
  .trust-item strong { font-size: 26px; }
  .trust-item span { font-size: 13px; }
  .section { padding: 44px 0; }
  .section[id] { scroll-margin-top: 18px; }
  .section + .section { padding-top: 40px; }
  #cronograma { padding-bottom: 36px; }
  #perfil-egreso { padding-top: 36px; }
  .section-head { margin-bottom: 24px; }
  .section-kicker {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .section-title {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
  }
  .section-copy,
  .related-copy p,
  .program-body-related p,
  .price-card p,
  .cta-box p {
    font-size: 15px;
    line-height: 1.62;
  }
  .cards-3, .modules-grid, .pricing-grid, .faculty-grid, .profile-list, .testimonial-main { gap: 16px; }
  .info-card, .module-card, .profile-item, .price-card, .testimonial-card { padding: 22px; }
  .info-card h3,
  .feature-item h3,
  .profile-item strong,
  .faculty-card h3 {
    font-size: 18px;
    line-height: 1.25;
  }
  .info-card p,
  .feature-item p,
  .profile-item span,
  .faculty-card p,
  .price-card ul {
    font-size: 14px;
    line-height: 1.6;
  }
  .related-program, .feature, .profile-grid, .testimonial-wrap { gap: 22px; }
  .related-copy { padding-bottom: 0 !important; }
  .related-copy p { margin-top: 12px; }
  .program-body-related h3,
  .price-card h3 {
    font-size: 22px;
    line-height: 1.16;
  }
  .price { font-size: 38px; line-height: 1.05; }
  .old-price { font-size: 16px; }
  .price-note { margin-top: 14px; display:block; text-align:center; }
  .feature-panel, .profile-box, .cta-box { padding: 30px 24px; }
  .feature-panel {
    min-height: auto;
    justify-content: flex-start;
    gap: 22px;
  }
  .feature-panel .section-kicker { margin-bottom: 0; }
  .feature-panel h2 {
    font-size: 32px;
    line-height: 1.08;
    margin: 0;
  }
  .feature-panel p {
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
  }
  .profile-box h3 {
    font-size: 32px;
    line-height: 1.08;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .profile-box p {
    font-size: 15px;
    line-height: 1.6;
  }
  .faculty-more {
    min-height: auto;
    gap: 18px;
  }
  .faculty-more h3 {
    font-size: 26px;
    line-height: 1.12;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .testimonial-wrap > div:first-child { margin-top: 0 !important; }
  .final-cta { padding: 52px 0; }
  .cta-box h2 {
    font-size: 30px !important;
    line-height: 1.08;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .program-row { grid-template-columns: 1fr; gap: 8px; }
  .quote {
    font-size: 20px;
    line-height: 1.32;
  }
  .student { font-size: 14px; }
}
