:root {
  --admission-blue: #1b86d6;
  --admission-blue-dark: #0c6eb6;
  --admission-light: #e9f6ff;
  --admission-orange: #ff7a3d;
  --admission-yellow: #ffd053;
  --admission-ink: #0f2f4a;
}

.admission-page {
  background: #ffffff;
}

.admission-hero {
  position: relative;
  background: linear-gradient(180deg, #1a86d4 0%, #1594de 50%, #1099e0 100%);
  color: #ffffff;
  padding: 90px 0 140px;
  overflow: hidden;
}

.admission-hero::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 80 Q120 20 240 80 T480 80 T720 80 T960 80 T1200 80 T1440 80 V120 H0Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/cover;
}

.hero-clouds {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 120 Q60 80 120 120 T240 120 T360 120 T480 120 T600 120 T720 120 T840 120 T960 120 T1080 120 T1200 120 T1320 120 T1440 120 V200 H0Z' fill='rgba(255,255,255,0.18)'/%3E%3C/svg%3E") no-repeat top/cover;
  opacity: 0.8;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.hero-title {
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.05;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 460px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: var(--admission-blue-dark);
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(6, 54, 90, 0.2);
}

.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image img {
  width: 100%;
  max-width: 440px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.hero-infographic {
  display: flex;
  justify-content: center;
}

.info-card {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(6, 54, 90, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.info-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 12px 0;
}

.info-row + .info-row {
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.info-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--admission-yellow);
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(255, 208, 83, 0.2);
}

.info-dot.alt {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.info-text h4 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: #ffffff;
}

.info-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.admission-steps {
  padding: 60px 0 80px;
  background: #ffffff;
}

.section-label {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--admission-orange);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-head h2 {
  color: var(--admission-ink);
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.section-head p {
  color: #5f768b;
  max-width: 640px;
  margin: 0 auto;
}

.steps-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.step-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 26px 22px;
  box-shadow: 0 16px 32px rgba(15, 47, 74, 0.08);
  border: 1px solid #edf3f9;
  position: relative;
  overflow: hidden;
}

.step-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(27, 134, 214, 0.25), rgba(255, 122, 61, 0.35));
}

.step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--admission-orange);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(255, 122, 61, 0.3);
  position: static;
  margin-bottom: 14px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.step-number.alt {
  background: var(--admission-yellow);
  color: #734c00;
}

.step-card h3 {
  color: var(--admission-ink);
  font-size: 1.3rem;
  margin-bottom: 6px;
}

.step-card p {
  color: #5f768b;
  font-size: 0.98rem;
  margin: 0;
}

.about-kindergarten {
  position: relative;
  background: var(--admission-blue);
  color: #ffffff;
  padding: 90px 0 110px;
  overflow: hidden;
}

.about-kindergarten::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 Q120 100 240 40 T480 40 T720 40 T960 40 T1200 40 T1440 40 V0 H0Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/cover;
}

.about-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}

.about-card {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 35px rgba(4, 41, 68, 0.18);
}

.about-card h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-card p {
  color: rgba(255, 255, 255, 0.9);
}

.about-infographic {
  display: grid;
  gap: 16px;
  align-content: center;
  justify-items: center;
  position: relative;
  padding: 24px;
}

.about-infographic .ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.5);
}

.about-infographic .ring-one {
  width: 220px;
  height: 220px;
  opacity: 0.5;
}

.about-infographic .ring-two {
  width: 160px;
  height: 160px;
  opacity: 0.7;
}

.about-infographic .ring-three {
  width: 100px;
  height: 100px;
  opacity: 0.9;
}

.info-pill {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(4, 41, 68, 0.2);
}

@media (max-width: 992px) {
  .hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .steps-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .steps-card-grid {
    grid-template-columns: 1fr;
  }

  .step-number {
    width: 54px;
    height: 54px;
    font-size: 1.3rem;
  }
}
