:root {
  color-scheme: only light;
  --ink: #fff;
  --ink-muted: #fff;
  --primary: #0056b8;
  --accent: #d8c722;
  --accent-dark: #d8c722;
  --shadow: rgba(24, 28, 33, 0.65);
  --overlay: rgba(11, 20, 38, 0.52);
  --hero-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  background: #f2f1ec;
  color: #1d232b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", sans-serif;
}

.hero {
  position: relative;
  min-height: var(--hero-height);
  display: grid;
  place-items: center;
  padding: 96px 24px 72px;
  text-align: center;
  color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffffff 100%),
    url("https://www.ollusa.edu/admissions/freshman-admissions/admissions-requirements/_resources/ollu-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.2), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(23, 35, 60, 0.45), transparent 55%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  display: grid;
  gap: 20px;
  justify-items: center;
}

.hero__eyebrow {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.75);
}

.hero__title {
  font-size: clamp(2.6rem, 5vw, 4.5rem) !important;
  line-height: 1.05;
  text-shadow: -3px 3px 10px var(--shadow);
  color: #fff;
}

.hero__title span {
  color: var(--accent);
}

.hero__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 600px;
}

.hero__actions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-weight: 800;
  font-size: 1rem;
  font-family: "Raleway", "Helvetica Neue", sans-serif;
  color: #333;
  background: var(--accent);
  text-decoration: none !important;
  box-shadow: 0 20px 30px rgba(15, 20, 28, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 26px 36px rgba(15, 20, 28, 0.35);
}

.hero__scroll {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  z-index: 1;
  animation: float 1.8s ease-in-out infinite;
}

.hero__scroll span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: grid;
  place-items: center;
}

.hero__scroll svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.student-types {
  padding: 96px 24px 110px;
  background-color: #fff;
}

.student-types__content {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
  display: grid;
  gap: 12px;
  justify-items: center;
}

.student-types__content h2 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  color: var(--primary) !important;
  margin-bottom: 0 !important;
}

.student-types__content p {
  color: #111;
  line-height: 1.6;
  max-width: 600px;
}

.student-types__grid {
  display: grid;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.student-card {
  background: #ffffff;
  border: 2px solid #ccc;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(29, 35, 43, 0.12);
  display: grid;
  min-height: 300px;
  text-align: left;
  cursor: pointer;
  transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.student-card:hover,
.student-card:focus-visible {
  border-color: var(--primary);
  box-shadow: 0 24px 40px rgba(29, 35, 43, 0.18);
  transform: translateY(-2px);
}

.student-card.is-selected {
  border-color: var(--primary);
  box-shadow: 0 26px 46px rgba(29, 35, 43, 0.2);
}

.student-card__media {
  position: relative;
  min-height: 200px;
  padding: 16px 18px 2px 18px;
  background-color: #00000033;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
}

/* Background images for each student type */
.student-card[data-path="future-saints"] .student-card__media {
  background-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url('https://www.ollusa.edu/visit/_resources/ollu-front-view-campus.jpg');
}

.student-card[data-path="incoming-saints"] .student-card__media {
  background-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url('https://www.ollusa.edu/admissions/freshman-admissions/_resources/female-wings-up-2.jpg');
}

.student-card[data-path="current-saints"] .student-card__media {
  background-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url('https://www.ollusa.edu/admissions/freshman-admissions/_resources/male-students-walking-outside.jpg');
}

.student-card.is-selected .student-card__media {
    background-color: var(--primary);
}

.student-card__icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.student-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.student-card__tag {
  background: var(--primary);
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px 6px;
  line-height: 1.5;
}

.student-card.is-selected .student-card__tag {
    background-color: #fff;
    color: var(--primary);
}

.student-card__check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  background: var(--accent);
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.student-card.is-selected .student-card__check {
  opacity: 1;
  transform: scale(1);
}

.student-card__body {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.student-card__body h3 {
  font-size: 1.35rem !important;
  color: var(--primary) !important;
}

.student-card__body p {
  color: #111;
  line-height: 1.5;
  font-size: 1rem;
}

.student-card__link {
  color: var(--primary);
  text-decoration: none !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Raleway", "Helvetica Neue", sans-serif;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
}

.link-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.student-card.is-selected .student-card__link {
  color: #1c3870;
}

.student-card__link:hover,
.student-card__link:focus-visible {
  color: #1c3870;
}

.quick-links {
  padding: 72px 24px 90px;
  background: #d8c722;
}

.quick-links__header {
  max-width: 1100px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.quick-links__header h2 {
  font-size: clamp(1.9rem, 3.5vw, 2rem) !important;
  color: #111 !important;
  margin-bottom: 0 !important;
}

.quick-links__header p {
  color: #111;
}

.quick-links__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.quick-card {
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 190px;
}

.quick-card__icon {
  font-size: 1.4rem;
  color: #2f4d87;
}

.quick-card__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-card h3 {
  color: var(--primary) !important;
  font-size: 1.2rem !important;
}

.quick-card p {
  color: #616773;
  line-height: 1.5;
}

.quick-card__links {
  list-style: disc;
  margin-top: 8px;
  padding-left: 20px;
  display: grid;
  gap: 6px;
}

.quick-card__links li a {
  color: var(--primary);
  text-decoration: none !important;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  transition: color 0.2s ease;
  line-height: 1.6;
  border-bottom: none !important;
}

.quick-card__links li a:hover,
.quick-card__links li a:focus-visible {
  color: #1c3870;
  text-decoration: underline;
}

/* Transiciones para contenido dinámico */
.quick-links__grid,
.journey-map__timeline {
  transition: opacity 0.2s ease;
}


.journey-map {
  padding: 96px 24px 120px;
  background: #ecebea;
}

.journey-map__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 78px;
  display: grid;
  gap: 10px;
}

.journey-map__intro h2 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  color: var(--primary) !important;
  margin-bottom: 0 !important;
}

.journey-map__intro p {
  color: #111;
}

.journey-map__timeline {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 60px;
}

.journey-map__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(70, 80, 92, 0.25);
  transform: translateX(-50%);
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  align-content: start;
}

.journey-step--right {
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
}

.journey-step--right .journey-card {
  grid-column: 3;
  justify-self: end;
}

.journey-step--right .journey-spacer {
  grid-column: 1;
}

.journey-spacer {
  grid-column: 3;
}

.journey-card {
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 18px 34px rgba(29, 35, 43, 0.08);
  display: grid;
  gap: 12px;
  align-self: start;
  justify-items: start;
  max-width: 350px;
  width: 100%;
}

.journey-card h3 {
  color: var(--primary) !important;
  font-size: 1.2rem !important;
}

.journey-card p {
  color: #5c6370;
  line-height: 1.5;
}

/* Contenedor para múltiples enlaces */
.journey-card__link + .journey-card__link {
  margin-top: 8px;
}

.journey-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-family: "Raleway", "Helvetica Neue", sans-serif;
  padding: 8px 14px;
  border: 2px solid var(--accent);
  background: #ffffff;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.journey-card__link:hover,
.journey-card__link:focus-visible {
  background: var(--accent) !important;
  box-shadow: 0 4px 8px rgba(29, 35, 43, 0.12);
}

.journey-marker {
  position: relative;
  width: 120px;
  height: 42px;
  grid-column: 2;
  align-self: start;
}

.journey-marker__number {
  position: absolute;
  top: 0;
  right: calc(50% + 25px);
  width: 32px;
  height: 32px;
  margin: 6px 0px 0 0;
  background: var(--primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(29, 35, 43, 0.2);
}

.journey-step--right .journey-marker__number {
  right: auto;
  left: calc(50% + 25px);
}

.journey-marker__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: #d7c44a;
  border: 2px solid #ecebea;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 20px rgba(29, 35, 43, 0.18);
}

.journey-marker__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sections {
  min-height: 60vh;
  padding: 80px 24px;
  background: linear-gradient(135deg, #f4f1e6 0%, #f9f6ef 50%, #ebe7db 100%);
}

.sections__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 12px;
}

.sections__content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

@keyframes float {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -8px);
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 84px;
  }

  .hero__eyebrow {
    letter-spacing: 0.18em;
  }

  .button {
    width: 100%;
  }

  .student-types {
    padding: 80px 20px 90px;
  }

  .quick-links__header {
    align-items: flex-start;
  }

  .journey-map__timeline::before {
    left: 30px;
  }

  .journey-step,
  .journey-step--right {
    grid-template-columns: 60px minmax(0, 1fr);
    justify-items: start;
  }

  .journey-card {
    padding: 22px;
    grid-column: 2;
	grid-row: 1;
  }

  .journey-marker {
    width: 60px;
    height: auto;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    grid-column: 1;
    grid-row: 1;
  }

  .journey-marker__icon {
    position: static;
    transform: none;
  }

  .journey-marker__number {
    position: static;
    margin: 0;
  }

  .journey-step--right .journey-card {
    grid-column: 2;
	grid-row: 1;
    justify-self: start;
  }

  .journey-spacer {
    display: none;
  }
}
