:root {
  --navy: #0b2d73;
  --blue: #3f97cd;
  --deep-blue: #203f82;
  --page-bg: #f2f9fd;
  --text: #1a3575;
  --muted: #5e78b4;
  --accent: #fff22a;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  background: var(--white);
  min-height: 135px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 135px;
  padding: 0 32px;
}

.logo {
  display: inline-flex;
}

.logo img {
  display: block;
  height: auto;
  width: 230px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 48px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #001b5f;
}

.main-nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 0;
}

.main-nav a:hover,
.main-nav a.active {
  border-color: var(--accent);
}

.home-hero {
  align-items: center;
  background: linear-gradient(rgba(28, 82, 142, 0.72), rgba(28, 82, 142, 0.72)), url("homebanner.jpeg") center / cover no-repeat;
  color: var(--white);
  display: flex;
  justify-content: center;
  min-height: 710px;
  padding: 120px 24px 96px;
  text-align: center;
}

.hero-content {
  max-width: 980px;
}

.home-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 120px;
}

.pill-button {
  background: var(--white);
  border-radius: 999px;
  color: var(--navy);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  justify-content: center;
  min-width: 205px;
  padding: 13px 28px;
}

.page-banner {
  background: var(--blue);
  color: var(--white);
}

.banner-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 104px 32px 26px;
}

.breadcrumb {
  font-size: 16px;
  font-weight: 700;
}

.breadcrumb span {
  color: var(--accent);
}

.content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 76px 32px 88px;
}

.content h1 {
  color: #09246c;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}

.wave {
  color: #2094dc;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 24px;
}

.lead {
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 42px;
}

.course-list,
.supplemental-list {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 44px 24px;
  padding-left: 24px;
}

.course-fee {
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 34px;
}

.registration-layout {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.registration-copy p {
  color: var(--muted);
  font-size: 17px;
  margin: 0;
  max-width: 560px;
}

.registration-form {
  background: var(--white);
  border: 1px solid #dce9f4;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(10, 46, 98, 0.08);
  display: grid;
  gap: 18px;
  padding: 30px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field textarea {
  border: 1px solid #c9d9eb;
  border-radius: 4px;
  color: var(--text);
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.hidden-field {
  display: none;
}

.submit-button {
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  font: 700 15px "Trebuchet MS", Arial, sans-serif;
  justify-self: start;
  min-width: 170px;
  padding: 13px 24px;
}

.submit-button:hover {
  background: #17418f;
}

.site-footer {
  background: var(--deep-blue);
  color: var(--white);
  min-height: 469px;
}

.footer-inner {
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 88px 32px 0;
}

.footer-logo {
  max-width: 230px;
  width: 100%;
}

.contact-block h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 4px;
}

.footer-wave {
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 18px;
}

.phone-lines {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 22px;
}

.contact-line {
  color: #e5ecff;
  font-size: 16px;
  margin: 14px 0;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: #e5ecff;
  font-size: 16px;
  margin: 72px auto 0;
  max-width: 1180px;
  padding: 24px 32px 0;
  text-align: center;
}

.thank-you-message {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}

@media (max-width: 800px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    padding: 22px 24px;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 16px 28px;
  }

  .home-hero {
    min-height: 560px;
    padding: 92px 24px 76px;
  }

  .home-hero h1 {
    font-size: 34px;
    margin-bottom: 84px;
  }

  .banner-inner,
  .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content h1 {
    font-size: 30px;
  }

  .registration-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    gap: 48px;
    padding-top: 72px;
  }

  .phone-lines {
    font-size: 24px;
  }
}
