body {
  font-family: "Inter", system-ui, sans-serif;
}

a.hero-cta-beta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #05080f;
  text-decoration: none;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 100%);
  border: 1px solid rgba(56, 189, 248, 0.5);
  box-shadow:
    0 4px 14px rgba(14, 165, 233, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

a.hero-cta-beta:hover {
  color: #020617;
  background: linear-gradient(180deg, #7dd3fc 0%, #38bdf8 100%);
  border-color: rgba(125, 211, 252, 0.65);
  box-shadow:
    0 8px 24px rgba(14, 165, 233, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

a.hero-cta-beta:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 3px;
}

.beta-page {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 1.25rem 4rem;
  text-align: center;
}

.beta-page h1 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #f8fafc;
}

.beta-page > p {
  margin: 1.5rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #94a3b8;
  text-align: left;
}

.beta-page h3 {
  margin: 2.25rem 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e2e8f0;
  text-align: left;
}

.beta-page ol {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  text-align: left;
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.7;
}

.beta-page ol li {
  margin-top: 0.5rem;
}

.beta-page .beta-priority-note {
  margin: 1.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
  font-style: italic;
  text-align: left;
}

.beta-form-slot {
  margin: 2.5rem auto 0;
  width: 100%;
  max-width: min(100%, 36rem);
  min-height: 3rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px dashed rgba(56, 189, 248, 0.25);
  background: rgba(12, 18, 32, 0.35);
  box-sizing: border-box;
}

#featured-project {
  text-align: center;
  padding: 5rem 1.25rem;
  border-top: 1px solid rgba(30, 42, 63, 0.8);
  background: rgba(12, 18, 32, 0.4);
}

#featured-project .featured-project-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
  max-width: 80rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  #featured-project .featured-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

#featured-project .featured-project-card h2 {
  margin: 0 auto 1.75rem;
  max-width: 42rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #f8fafc;
}

#featured-project .featured-project-card img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 800px);
  height: auto;
  border-radius: 8px;
  box-shadow:
    0 20px 40px -12px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(56, 189, 248, 0.1);
}

#featured-project .featured-project-card p {
  margin: 1.75rem auto 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
}

@media (min-width: 640px) {
  #featured-project {
    padding: 5.5rem 1.5rem;
  }

  #featured-project .featured-project-card p {
    font-size: 1.125rem;
  }
}

#educational-philosophy {
  text-align: center;
  padding: 60px 20px;
  background: #e8edf4;
  border-top: 1px solid rgba(30, 58, 95, 0.12);
  border-bottom: 1px solid rgba(30, 58, 95, 0.08);
}

#educational-philosophy h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f172a;
}

#educational-philosophy p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #334155;
}

@media (min-width: 640px) {
  #educational-philosophy p {
    font-size: 1.125rem;
  }
}
