* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #0d0d0d;
  color: #e0e0e0;
  font-family: 'Colfax Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}
a {
  color: #6cb8e0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header[ceots__sites="header"] {
  background: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  padding: 16px 28px;
}
a[ceots__sites="logo"] {
  color: #e0e0e0;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
a[ceots__sites="logo"] em {
  color: #6cb8e0;
  font-style: normal;
  text-transform: lowercase;
}
a[ceots__sites="logo"]:hover {
  text-decoration: none;
}
nav[ceots__sites="nav"] ul {
  list-style: none;
  gap: 22px;
}
nav[ceots__sites="nav"] a {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a7a7a;
}
nav[ceots__sites="nav"] a:hover {
  color: #6cb8e0;
  text-decoration: none;
}
a[ceots__sites="nav__login"] {
  color: #6cb8e0;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  padding: 4px 14px;
  box-shadow: 2px 2px 0 0 #1a3a4e;
}
a[ceots__sites="nav__login"]:hover {
  box-shadow: 3px 3px 0 0 #3a5a6e;
}
section[ceots__sites="hero"] {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 150px;
  border-bottom: 1px solid #2a2a2a;
  background: linear-gradient(135deg, #1c2430, #171d26 55%, #121822);
  text-align: center;
}
section[ceots__sites="hero"] > * {
  position: relative;
  z-index: 1;
}
section[ceots__sites="hero"] div[ceots__sites="hero__tokens"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_back"],
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_mid"],
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_front"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_back"] {
  height: 220px;
}
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_mid"] {
  height: 170px;
}
section[ceots__sites="hero"] svg[ceots__sites="hero__waves_front"] {
  height: 120px;
}
h1[ceots__sites="hero__title"] {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
p[ceots__sites="hero__tagline"] {
  color: #7a7a7a;
  font-size: 1.1rem;
  max-width: 640px;
  margin: 14px 0 30px;
}
.school__token {
  position: absolute;
  color: #6cb8e0;
  font-family: 'Courier New', Courier, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  opacity: 0.16;
  white-space: nowrap;
}
.school__token:nth-child(1) {
  top: 12%;
  left: 6%;
  font-size: 0.86rem;
}
.school__token:nth-child(2) {
  top: 66%;
  left: 10%;
}
.school__token:nth-child(3) {
  top: 30%;
  left: 22%;
  font-size: 0.72rem;
}
.school__token:nth-child(4) {
  top: 18%;
  right: 8%;
}
.school__token:nth-child(5) {
  top: 58%;
  right: 6%;
  font-size: 0.74rem;
}
.school__token:nth-child(6) {
  top: 40%;
  right: 20%;
  font-size: 0.72rem;
}
.school__token:nth-child(7) {
  top: 82%;
  right: 30%;
  font-size: 0.7rem;
}
.school__token:nth-child(8) {
  top: 76%;
  left: 26%;
  font-size: 0.74rem;
}
.school__button {
  display: inline-block;
  color: #6cb8e0;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #1a1a1a;
  border-left: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 13px 26px;
  margin: 0 8px;
  box-shadow: 4px 4px 0 0 #1a3a4e;
}
.school__button:hover {
  text-decoration: none;
  box-shadow: 6px 6px 0 0 #3a5a6e;
  transform: translateY(-1px);
}
.school__button_alt {
  color: #7a7a7a;
}
.school__content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 64px 24px;
}
.school__content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
p[ceots__sites="classrooms__intro"],
p[ceots__sites="programs__intro"] {
  color: #7a7a7a;
  max-width: 720px;
  margin-bottom: 26px;
}
.school__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.school__card {
  background: #1a1a1a;
  border-left: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 20px 22px;
  box-shadow: 4px 4px 0 0 #1a3a4e;
  transition: all 0.1s ease;
}
.school__card:hover {
  box-shadow: 6px 6px 0 0 #3a5a6e;
  transform: translateY(-1px);
}
.school__card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.school__card p {
  color: #7a7a7a;
  font-size: 0.92rem;
}
p[ceots__sites="classrooms__more"] {
  color: #7a7a7a;
  font-family: 'Courier New', Courier, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
  margin-top: 22px;
}
.school__steps {
  list-style: none;
  counter-reset: school_step;
  max-width: 720px;
}
.school__steps li {
  counter-increment: school_step;
  position: relative;
  padding: 14px 0 14px 56px;
  border-bottom: 1px dotted #2a2a2a;
  color: #7a7a7a;
}
.school__steps li b {
  color: #e0e0e0;
}
.school__steps li:before {
  content: counter(school_step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6cb8e0;
  font-family: 'Courier New', Courier, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
  background: #141414;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  box-shadow: 2px 2px 0 0 #1a3a4e;
}
footer[ceots__sites="footer"] {
  border-top: 1px solid #2a2a2a;
  padding: 34px 24px 44px;
  gap: 6px;
}
p[ceots__sites="footer__legal"] {
  color: #7a7a7a;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 860px) {
  .school__grid {
    grid-template-columns: 1fr;
  }
  h1[ceots__sites="hero__title"] {
    font-size: 1.9rem;
  }
  header[ceots__sites="header"] {
    flex-direction: column;
    gap: 12px;
  }
  .school__token {
    display: none;
  }
}
