/* ==========================================================
   vida-estudiantil.css  ·  v1
   Estilos específicos de /vida-estudiantil
   ========================================================== */

/* ── Helpers de sección ─────────────────────────────────── */

.section-header {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 3rem;
}

.section-lead {
  font-size: 1.0625rem;
  color: var(--color-text-muted, #555);
  margin-top: 0.75rem;
  line-height: 1.65;
}

/* ── BIENESTAR ESTUDIANTIL ──────────────────────────────── */

.ve-bienestar {
  background: #fff;
  padding-block: 5rem;
}

.ve-bienestar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.ve-bcard {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  border: 1px solid #ebebeb;
  transition: box-shadow 0.2s, transform 0.2s;
}

.ve-bcard:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}

.ve-bcard-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, #A83030 10%, transparent);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #A83030;
}

.ve-bcard h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--color-text, #111);
}

.ve-bcard p {
  font-size: 0.9375rem;
  color: var(--color-text-muted, #555);
  line-height: 1.6;
  margin: 0;
}

/* ── AULA VIRTUAL MOODLE ────────────────────────────────── */

.ve-moodle {
  background: #f4f4f4;
  padding-block: 5rem;
}

.ve-moodle-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .ve-moodle-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.ve-moodle-text .eyebrow {
  margin-bottom: 0.5rem;
}

.ve-moodle-text h2 {
  margin-bottom: 1rem;
}

.ve-moodle-text > p {
  font-size: 1rem;
  color: var(--color-text-muted, #555);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.ve-moodle-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.ve-moodle-list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: var(--color-text, #111);
}

.ve-moodle-list li svg {
  color: #A83030;
  flex-shrink: 0;
}

.ve-moodle-note {
  font-size: 0.875rem;
  color: var(--color-text-muted, #777);
  font-style: italic;
  margin: 0;
}

/* Card Moodle */
.ve-moodle-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.ve-moodle-logo {
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, #A83030 10%, transparent);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A83030;
  margin-bottom: 0.25rem;
}

.ve-moodle-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text, #111);
  margin: 0;
}

.ve-moodle-card-sub {
  font-size: 0.875rem;
  color: var(--color-text-muted, #666);
  margin: 0;
}

.ve-moodle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  width: 100%;
  justify-content: center;
}

.ve-moodle-card-note {
  font-size: 0.8125rem;
  color: var(--color-text-muted, #888);
  margin: 0;
}

/* ── BOLSA DE TRABAJO ───────────────────────────────────── */

.ve-bolsa {
  background: #fff;
  padding-block: 5rem;
}

.ve-bolsa-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .ve-bolsa-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ve-bolsa-visual {
    order: -1;
  }
}

.ve-bolsa-content .eyebrow {
  margin-bottom: 0.5rem;
}

.ve-bolsa-content h2 {
  margin-bottom: 1rem;
}

.ve-bolsa-content > p {
  font-size: 1rem;
  color: var(--color-text-muted, #555);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.ve-bolsa-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ve-bolsa-features li {
  font-size: 0.9375rem;
  color: var(--color-text-muted, #555);
  padding-left: 1.25rem;
  position: relative;
}

.ve-bolsa-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #A83030;
  border-radius: 50%;
}

.ve-bolsa-visual {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  min-width: 220px;
  border: 1px solid #e8e8e8;
  color: #A83030;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.ve-bolsa-visual p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-text, #111);
}

.ve-bolsa-visual-sub {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  color: var(--color-text-muted, #666) !important;
}

/* ── REGLAMENTO ESTUDIANTIL ─────────────────────────────── */

.ve-reglamentos {
  background: #f4f4f4;
  padding-block: 5rem;
}

.ve-docs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 760px;
  margin-inline: auto;
}

.ve-doc-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: box-shadow 0.2s;
}

.ve-doc-item:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.ve-doc-icon {
  color: #A83030;
  flex-shrink: 0;
}

.ve-doc-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ve-doc-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text, #111);
}

.ve-doc-type {
  font-size: 0.8125rem;
  color: var(--color-text-muted, #777);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ve-doc-download {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A83030;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1.5px solid #A83030;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}

.ve-doc-download:hover {
  background: #A83030;
  color: #fff;
}

@media (max-width: 560px) {
  .ve-doc-item {
    flex-wrap: wrap;
  }
  .ve-doc-download {
    width: 100%;
    justify-content: center;
  }
}

/* ── ORGANIZACIONES ESTUDIANTILES ───────────────────────── */

.ve-organizaciones {
  background: #fff;
  padding-block: 5rem;
}

.ve-org-inner {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 900px) {
  .ve-org-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.ve-org-text .eyebrow {
  margin-bottom: 0.5rem;
}

.ve-org-text h2 {
  margin-bottom: 1.25rem;
}

.ve-org-text p {
  font-size: 1rem;
  color: var(--color-text-muted, #555);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.ve-org-text p:last-child {
  margin-bottom: 0;
}

.ve-org-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ve-org-icon {
  width: 80px;
  height: 80px;
  background: color-mix(in srgb, #A83030 10%, transparent);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A83030;
}

.ve-org-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text, #111);
  margin: 0;
}

.ve-org-card p {
  font-size: 0.9375rem;
  color: var(--color-text-muted, #666);
  line-height: 1.6;
  margin: 0;
}

/* ── Responsive ajustes generales ───────────────────────── */

@media (max-width: 600px) {
  .ve-bienestar,
  .ve-moodle,
  .ve-bolsa,
  .ve-reglamentos,
  .ve-organizaciones {
    padding-block: 3.5rem;
  }

  .section-header {
    margin-bottom: 2rem;
  }
}
