.logo-text {
  font-family: "Mokoto", sans-serif;
}

* {
  box-sizing: border-box;
}
<script src="script.js"></script>
@font-face {
  font-family: "Mokoto";
  src: url("fontss/mokoto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Mokoto", Arial, Helvetica, sans-serif;
  background: #07111f;
  color: white;
  line-height: 1.6;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8%;
}

nav h1 {
  color: #ff5a1f;
  letter-spacing: 2px;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 8%;
  background: rgba(5, 10, 20, 0.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  color: #ff5a1f;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 3px;
  text-shadow: 0 0 12px rgba(255, 90, 31, 0.8);
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: #ff5a1f;
  opacity: 1;
}



.hero {
  min-height: 100vh;
  background-image: url("images/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #06101d;
}

.hero-parallax {
  position: absolute;
  inset: -60px;
  z-index: 0;

  background: url("images/hero-banner.png") center/cover no-repeat;
  transform: translateY(0);
  will-change: transform;
}

@media (max-width: 900px) {
  .hero {
    background-size: contain;
    background-position: center top;
  }
}

.overlay {
  min-height: 100vh;
  background: rgba(5, 10, 20, 0);
}

.hero-content {
  max-width: ;
  padding: 220px 8% 0;
  margin-top: 220px;
  color: white;
}




.section {
  padding: 80px 8%;
  max-width: 1200px;
  margin: 0 auto;
}
main {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  background: #07111f;
  border-radius: 36px 36px 0 0;
  padding-top: 80px;
  
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.photo-grid img {
  width: 100%;
  border-radius: 18px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #10243d;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #254b75;
}

.button {
  display: inline-block;
  background: #ff5a1f;
  color: white;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.button.secondary {
  background: #1f8cff;
}

.button.small {
  padding: 10px 16px;
  font-size: 14px;
}

.choice-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}



.page-header {
  padding: 80px 8%;
  background: linear-gradient(135deg, #07111f, #12365e);
}

.page-header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 64px;
  color: #ff5a1f;
  letter-spacing: 0;
}

.mech-font {
  font-family: "Mokoto", "JetBrains Mono", monospace;
  letter-spacing: 4px;
}

.form {
  display: grid;
  gap: 20px;
  max-width: 650px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: bold;
}

input,
textarea {
  padding: 14px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
}

textarea {
  min-height: 130px;
}

fieldset {
  border: 1px solid #254b75;
  border-radius: 14px;
  padding: 20px;
}

fieldset label {
  font-weight: normal;
  margin: 8px 0;
}

button {
  background: #ff5a1f;
  color: white;
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

footer {
  text-align: center;
  padding: 30px;
  color: #a9bdd1;
}

@media (max-width: 800px) {
  .cards,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h2 {
    font-size: 42px;
  }

  nav {
    flex-direction: column;
    gap: 16px;
  }
}
.logo-text {
  font-family: "Mokoto", sans-serif;
}

.mech-font {
  font-family: "Mokoto", "JetBrains Mono", monospace !important;
  letter-spacing: 4px;
  color: #ff5a1f;
}

fieldset label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0;
  font-weight: normal;
}
fieldset input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #ff5a1f;
  cursor: pointer;
}

.header-subtitle1 {
    font-size: 24px;
    color: white;
    max-width: 800px;
    line-height: 1.5;
    margin-top: 20px;
}

.school-hero {
  min-height: 80vh;
  padding: 180px 8% 100px;
  background:
    linear-gradient(135deg, rgba(7,17,31,0.9), rgba(18,54,94,0.75)),
    url("images/background.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.school-hero-content {
  max-width: 900px;
}

.school-hero h1 {
  font-size: 72px;
  line-height: 1.05;
  margin-bottom: 24px;
  color: white;
}

.school-hero p {
  font-size: 26px;
  max-width: 850px;
  margin-bottom: 34px;
}

.section-note {
  font-size: 24px;
  margin-top: 32px;
  max-width: 900px;
}

.card-image {
  width: 100%;
  border-radius: 16px;
  margin-top: 16px;
}

.final-cta {
  text-align: center;
  padding: 120px 8%;
}

.final-cta h2 {
  font-size: 56px;
}

.final-cta p {
  font-size: 28px;
}

.school-hero {
  min-height: 80vh;
  padding: 180px 8% 100px;

  background:
    linear-gradient(135deg, rgba(7,17,31,0.82), rgba(18,54,94,0.72)),
    url("images/background.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  display: flex;
  align-items: center;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.eyebrow {
  color: #ff5a1f;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
}

.feature-list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.pill-row span {
  padding: 16px 24px;
  border: 1px solid rgba(255, 90, 31, 0.55);
  border-radius: 999px;
  background: rgba(255, 90, 31, 0.08);
  font-weight: 700;
}

.timeline-list {
  margin-top: 40px;
  border-left: 2px solid rgba(255, 90, 31, 0.5);
}

.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 28px 0 28px 40px;
}

.timeline-item span {
  color: #ff5a1f;
  font-size: 34px;
  font-weight: 900;
}

.timeline-item h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.timeline-item p {
  margin: 0;
  font-size: 22px;
}

.school-panel {
  background: linear-gradient(135deg, #10243d, #07111f);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.12);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
  margin-top: 30px;
  font-size: 22px;
}

.resource-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  margin-top: 35px;
}

.resource-feature img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 20px;
}

.resource-links {
  display: grid;
  gap: 18px;
}

.resource-links a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  padding: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}

.resource-links a:hover {
  color: #ff5a1f;
}

@media (max-width: 900px) {
  .split-section,
  .resource-layout,
  .check-grid {
    grid-template-columns: 1fr;
  }
}

.download-page {
  min-height: 100vh;
  padding: 180px 8% 80px;
  background:
    linear-gradient(135deg, rgba(7,17,31,0.95), rgba(18,54,94,0.85)),
    url("images/hero-banner.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-box {
  max-width: 850px;
  padding: 60px;
  border-radius: 30px;
  background: rgba(5, 10, 20, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
  text-align: center;
}

.download-box h1 {
  font-size: 56px;
  margin: 16px 0;
}

.download-box p {
  font-size: 24px;
}