* { box-sizing: border-box; }
html, body.entry-landing-page { min-height: 100%; }
body.entry-landing-page {
  margin: 0;
  color: #123e88;
  background: #c8edff url("/token-assets/student-home/student-login-bg-village.webp") center / cover no-repeat;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
}
button { font: inherit; }
.intro-overlay {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vh, 64px) 24px;
  background: rgb(231 248 255 / 8%);
}
.intro-card { width: min(100%, 980px); text-align: center; }
.entry-heading { margin: 0 auto; padding: 24px 18px 14px; }
.entry-heading h1 {
  margin: 0;
  color: #0d47a1;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1.08;
  text-shadow: 0 3px 0 rgb(255 255 255 / 82%), 0 8px 22px rgb(43 111 172 / 18%);
}
.entry-heading h1 span { display: block; }
.entry-heading p {
  margin: 22px 0 0;
  color: #31445d;
  font-size: clamp(1rem, 1.9vw, 1.35rem);
  font-weight: 800;
  line-height: 1.5;
  text-shadow: 0 2px 0 rgb(255 255 255 / 92%);
}
.role-cards {
  width: min(100%, 590px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: clamp(32px, 6vh, 62px) auto 0;
}
.role-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 30px 22px;
  border: 2px solid rgb(255 255 255 / 88%);
  border-radius: 28px;
  background: rgb(255 253 247 / 96%);
  color: #124ba0;
  cursor: pointer;
  box-shadow: 0 18px 42px rgb(50 78 72 / 24%);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.role-card:hover { transform: translateY(-5px); border-color: #f2c94c; box-shadow: 0 24px 50px rgb(34 79 122 / 28%); }
.role-card:focus-visible { outline: 4px solid rgb(14 91 206 / 28%); outline-offset: 4px; }
.role-icon { min-height: 76px; display: grid; place-items: center; color: #1759bb; font-size: 4rem; }
.role-card strong { color: #124ba0; font-size: 1.42rem; font-weight: 950; }
.role-description { min-height: 42px; color: #526477; font-size: .98rem; font-weight: 700; line-height: 1.45; }
.role-card-arrow { width: 48px; height: 48px; display: grid; place-items: center; margin-top: 8px; border-radius: 50%; background: #165dcc; color: #fff; font-size: 1.15rem; }
@media (max-width: 700px) {
  .intro-overlay { align-items: start; padding: 28px 16px 34px; }
  .entry-heading { padding-top: 8px; }
  .entry-heading h1 { font-size: clamp(2.25rem, 12vw, 3.6rem); }
  .entry-heading p { margin-top: 14px; font-size: .98rem; }
  .role-cards { width: min(100%, 430px); grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
  .role-card { min-height: 154px; display: grid; grid-template-columns: 62px 1fr 44px; grid-template-rows: auto auto; gap: 4px 14px; padding: 20px; text-align: left; }
  .role-icon { min-height: 0; grid-row: 1 / span 2; font-size: 2.8rem; }
  .role-card strong { align-self: end; font-size: 1.2rem; }
  .role-description { min-height: 0; align-self: start; font-size: .88rem; }
  .role-card-arrow { width: 42px; height: 42px; grid-column: 3; grid-row: 1 / span 2; align-self: center; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { .role-card { transition: none; } }
