body {
  background: #f7f8fb;
  color: #1f2933;
}

.site-header {
  padding: 2.5rem 0 1.5rem;
}

.site-header__logo,
.site-header__content,
.site-header__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-logo {
  max-width: 100%;
  height: auto;
}

.site-title {
  margin: 0 0 0.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
}

.site-subtitle,
.site-address {
  margin: 0;
  font-size: 1.5rem;
}

.status-banner {
  display: inline-block;
  margin: 1rem 0 0;
  padding: 0.6rem 1rem;
  background: #111827;
  color: #6ee7b7;
  font-size: 1.6rem;
  font-weight: 600;
}

.site-main {
  padding-bottom: 3rem;
}

.site-tabs {
  background: #ffffff;
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.tab-section {
  padding: 1.5rem 0.5rem 0.5rem;
}

.section-copy {
  max-width: 900px;
}

.section-title {
  margin-bottom: 0.8rem;
}

.section-lead {
  color: #52606d;
  margin-bottom: 1.5rem;
}

.subsection-title {
  margin: 2rem 0 1rem;
  font-size: 2rem;
}

.table-wrap {
  overflow-x: auto;
}

.courses-table {
  width: 100%;
  border-collapse: collapse;
}

.courses-table th,
.courses-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.courses-table thead th {
  background: #f8fafc;
  font-weight: 700;
}

.slide-image {
  width: 100%;
}

.slide-dots {
  margin-top: 1rem;
  text-align: center;
}

.mission-list {
  padding-left: 2rem;
}

.contact-card {
  padding: 1.5rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.contact-label {
  margin: 1.2rem 0 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-line {
  margin: 0;
}

.contact-list {
  margin: 0;
  padding-left: 1.8rem;
}

.contact-form {
  margin-bottom: 0;
}

.contact-form label {
  display: block;
  margin-top: 1rem;
}

.contact-form textarea {
  width: 100%;
  min-height: 10rem;
}

.contact-form .g-recaptcha {
  margin: 1.5rem 0 1rem;
}

@media (max-width: 750px) {
  .site-header {
    padding-top: 1.5rem;
  }

  .site-header__logo {
    margin-bottom: 1rem;
  }

  .site-title {
    font-size: 2rem;
  }

  .tab-section {
    padding-top: 1rem;
  }

  .contact-card {
    margin-bottom: 1.5rem;
  }
}
