:root {
  --blue: #208bff;
  --deep: #116ce4;
  --ink: #203148;
  --muted: #728197;
  --line: #e5ebf2;
  --pale: #f4f8fd;
  --radius: 14px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: white
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select {
  font: inherit
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid #84bdff;
  outline-offset: 4px
}

img {
  max-width: 100%;
  display: block
}

h1,
h2,
h3,
p,
figure {
  margin: 0
}

h1,
h2,
h3 {
  line-height: 1.4;
  letter-spacing: -.025em
}

h2 {
  font-size: 34px
}

h3 {
  font-size: 22px
}

.wrap {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: auto
}

.topbar {
  height: 34px;
  background: #f6f8fb;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #77859a
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%
}

.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10
}

.nav {
  height: 94px;
  display: flex;
  align-items: center;
  gap: 30px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.brand strong {
  display: block;
  font-size: 23px;
  letter-spacing: .01em
}

.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  color: #8a96a7;
  line-height: 1.5;
  margin-top: 4px
}

.navlinks {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
  white-space: nowrap
}

.navlinks a {
  position: relative;
  padding: 32px 0
}

.navlinks a.active,
.navlinks a:hover {
  color: var(--blue)
}

.navlinks a.active:after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--blue);
  left: 0;
  right: 0;
  bottom: 0
}

.nav-consult {
  background: #ecf5ff;
  color: var(--deep);
  border: 0;
  border-radius: 6px;
  padding: 11px 16px;
  white-space: nowrap
}

.menu {
  display: none
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: var(--blue);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 13px 25px;
  font-weight: 600;
  transition: background .2s, transform .2s;
  line-height: 1.6
}

.button:hover {
  background: var(--deep);
  transform: translateY(-1px)
}

.button.white {
  background: white;
  color: var(--deep)
}

.button.wide {
  width: 100%
}

.text-link,
.text-button {
  color: var(--deep);
  font-weight: 500
}

.text-button {
  border: 0;
  background: none;
  padding: 0
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #147aec, #2496ff);
  color: white
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto auto -280px -140px;
  width: 860px;
  height: 650px;
  border: 1px solid #ffffff12;
  border-radius: 50%;
  transform: rotate(-22deg);
  pointer-events: none
}

.hero-photo {
  position: absolute;
  inset: 0 16% 0 25%;
  background: linear-gradient(90deg, #1b84f9 0%, #208bff35 42%, #208bff00 65%, #208bffb0 100%), url(classroom.png) center/cover;
  opacity: .87;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 85%, transparent)
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 584px;
  padding-top: 44px;
  padding-bottom: 44px
}

.hero-copy {
  max-width: 620px;
  text-shadow: 0 1px 12px #1475d925
}

.hero-kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  border-left: 3px solid white;
  padding-left: 12px;
  margin-bottom: 24px
}

.hero h1 {
  font-size: clamp(36px, 3.05vw, 55px);
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: -2px
}

.hero h1 em {
  font-style: normal
}

.hero-copy>p {
  font-size: 17px;
  max-width: 490px;
  margin: 23px 0 18px;
  line-height: 1.9;
  color: #f4faff
}

.hero-tags {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  font-size: 15px
}

.hero-tags span+span:before {
  content: "/";
  padding: 0 15px;
  color: #c8e2ff
}

.hero-caption {
  display: block;
  font-size: 12px;
  margin-top: 18px;
  color: #e2f1ff
}

.hero-form {
  width: 340px;
  flex-shrink: 0;
  background: #fff;
  color: var(--ink);
  padding: 30px 26px 20px;
  border-radius: 12px;
  box-shadow: 0 18px 45px #08469222
}

.eyebrow {
  display: block;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 13px
}

.hero-form .eyebrow {
  text-align: center;
  letter-spacing: 1.5px
}

.hero-form h2 {
  font-size: 25px;
  text-align: center
}

.hero-form>p {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 23px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px
}

label {
  display: block;
  font-size: 13px;
  font-weight: 500
}

input,
select {
  width: 100%;
  height: 43px;
  min-width: 0;
  border: 1px solid #dce4ef;
  background: #fbfcfe;
  color: var(--ink);
  border-radius: 5px;
  padding: 0 10px;
  margin-top: 6px;
  font-size: 13px;
  outline: none
}

input:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #208bff10
}

input::placeholder {
  color: #a0acbc
}

form .button {
  margin-top: 20px;
  font-size: 14px
}

.form-note {
  font-size: 11px;
  text-align: center;
  margin-top: 12px;
  color: #8996a8
}

.form-result {
  font-size: 13px;
  color: var(--deep);
  margin-top: 8px
}

.form-result:empty {
  display: none
}

.is-error {
  color: #ae3d3d
}

.form-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.section {
  padding: 76px 0
}

.tint {
  background: var(--pale)
}

.course-section {
  padding: 58px 0 66px
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 32px
}

.section-head p {
  color: var(--muted);
  font-size: 15px;
  max-width: 470px
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.course-card {
  padding: 26px 30px 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(125deg, #f0f7ff, #fff 80%);
  transition: transform .2s, border-color .2s
}

.course-card:hover {
  border-color: var(--blue);
  transform: translateY(-4px)
}

.course-card:nth-child(2) {
  background: linear-gradient(125deg, #eaf3ff, #fff 85%)
}

.course-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px
}

.course-no {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #78b7ff;
  line-height: 1
}

.round-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #dcecff;
  border-radius: 50%;
  color: var(--blue);
  font-size: 21px
}

.course-card h3 {
  font-size: 27px;
  margin-bottom: 10px
}

.course-card p {
  color: var(--muted);
  font-size: 14px;
  min-height: 48px;
  max-width: 340px
}

.course-card .text-link {
  display: block;
  font-size: 13px;
  margin-top: 22px
}

.approach-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px
}

.vertical {
  display: block;
  margin: 0
}

.vertical h2 {
  max-width: 350px
}

.vertical p {
  margin: 18px 0 25px;
  max-width: 370px;
  line-height: 1.9
}

.quiet-note {
  border-left: 2px solid #cce3ff;
  padding-left: 16px;
  color: #91a0b4;
  font-size: 13px;
  margin-top: 35px
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.approach-grid>div {
  background: #fff;
  border: 1px solid #e9eff7;
  border-radius: 12px;
  padding: 25px;
  position: relative
}

.approach-grid img {
  display: none
}

.approach-grid b {
  display: block;
  font-size: 13px;
  color: var(--blue);
  margin-bottom: 18px
}

.approach-grid strong {
  display: block;
  font-size: 20px;
  margin-bottom: 9px
}

.approach-grid small {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  display: block
}

.environment-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 75px;
  align-items: center
}

.environment-photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
  align-self: stretch
}

.environment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: 64% center
}

.environment-photo figcaption {
  position: absolute;
  bottom: 15px;
  left: 18px;
  color: white;
  font-size: 11px;
  background: #20314880;
  padding: 3px 9px;
  border-radius: 4px
}

.environment-copy>p {
  margin: 18px 0;
  color: var(--muted);
  font-size: 15px
}

.environment-points {
  margin: 20px 0
}

.environment-points>div {
  position: relative;
  padding: 13px 0 13px 45px;
  border-bottom: 1px solid var(--line)
}

.environment-points span {
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 13px;
  color: var(--blue)
}

.environment-points h3 {
  font-size: 17px;
  margin-bottom: 3px
}

.environment-points p {
  font-size: 13px;
  color: var(--muted)
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px
}

.process-grid article {
  position: relative;
  background: white;
  border: 1px solid #e1ebf7;
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center
}

.process-grid b {
  position: absolute;
  right: 12px;
  top: 9px;
  color: #b1c4db;
  font-size: 11px
}

.process-icon {
  width: 48px;
  height: 48px;
  background: #edf5ff;
  border-radius: 13px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center
}

.process-icon img {
  filter: hue-rotate(195deg) saturate(.8)
}

.process-grid h3 {
  font-size: 17px;
  margin-bottom: 8px
}

.process-grid p {
  font-size: 12px;
  color: var(--muted)
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.news-card {
  padding: 25px 26px;
  border: 1px solid var(--line);
  border-radius: 12px
}

.article-category {
  display: inline-block;
  color: var(--deep);
  background: #edf5ff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px
}

.news-card h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 18px 0 12px;
  line-height: 1.6
}

.news-card>p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted)
}

.news-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 12px;
  color: #9aa6b6
}

.news-bottom b {
  font-size: 20px;
  color: var(--blue);
  font-weight: 400
}

.faq-layout {
  display: grid;
  grid-template-columns: .85fr 1.4fr;
  gap: 80px
}

.faq-layout>div>p {
  color: var(--muted);
  margin: 17px 0 24px;
  font-size: 15px
}

.faq-list>div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin-bottom: 12px;
  padding: 18px 22px
}

.faq-list strong {
  font-size: 16px;
  font-weight: 500;
  display: block
}

.faq-list i {
  font-size: 12px;
  color: var(--blue);
  font-style: normal;
  margin-right: 12px
}

.faq-list p {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0 24px
}

.closing {
  background: linear-gradient(110deg, #1984f8, #3499ff);
  color: white;
  padding: 45px 0
}

.closing .wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center
}

.closing .eyebrow {
  color: #cce6ff
}

.closing h2 {
  font-size: 30px
}

.closing p {
  margin-top: 12px;
  font-size: 14px;
  color: #d9edff
}

footer {
  padding: 48px 0 0;
  background: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.3fr 1fr 1fr 1.4fr;
  gap: 35px
}

.footer-grid h3 {
  font-size: 15px;
  margin-bottom: 16px
}

.footer-grid p,
.footer-grid a:not(.brand),
.footer-grid button {
  font-size: 13px;
  color: var(--muted)
}

.footer-grid a:not(.brand) {
  display: block;
  margin: 8px 0
}

.footer-grid button {
  border: 0;
  background: #eef6ff;
  padding: 9px 15px;
  color: var(--deep);
  border-radius: 5px
}

.footer-brand p {
  margin-top: 20px
}

.footer-brand .brand strong {
  font-size: 21px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding: 20px 0;
  color: #95a0b0;
  font-size: 12px
}

.consult-dock {
  display: none
}

.consult-modal {
  border: 0;
  border-radius: 16px;
  padding: 34px;
  width: min(460px, calc(100% - 28px));
  max-height: 90vh;
  overflow: auto;
  color: var(--ink)
}

.consult-modal::backdrop {
  background: #0e27498c;
  backdrop-filter: blur(3px)
}

.consult-modal h2 {
  font-size: 25px
}

.consult-modal>p {
  font-size: 14px;
  color: var(--muted);
  margin: 12px 0 23px
}

.consult-close {
  position: absolute;
  right: 12px;
  top: 8px;
  background: none;
  border: 0;
  color: #71809a;
  font-size: 30px
}

.consult-open {
  overflow: hidden
}

.page-head {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #f0f7ff, #e4f1ff);
  padding: 24px 0 42px
}

.crumb {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: #8a9bb0
}

.page-head .eyebrow {
  margin-top: 30px
}

.page-head h1 {
  font-size: 40px
}

.page-head p {
  max-width: 690px;
  font-size: 16px;
  color: #71869e;
  margin-top: 13px
}

.banner-word {
  position: absolute;
  right: 12%;
  top: 12px;
  font-size: 95px;
  font-family: Arial, sans-serif;
  font-weight: 800;
  color: #208bff09;
  line-height: .95;
  transform: rotate(-8deg);
  pointer-events: none
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  padding-top: 40px;
  padding-bottom: 64px
}

.category-tabs {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 23px
}

.category-tabs a {
  padding: 8px 24px;
  border-radius: 5px;
  background: #f4f7fb;
  font-size: 14px
}

.category-tabs a.active {
  color: white;
  background: var(--blue)
}

.list-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0 8px
}

.list-heading h2 {
  font-size: 23px
}

.list-heading span {
  font-size: 12px;
  color: #9aa7b8
}

.article-row {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line)
}

.article-number {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #c6d9ef;
  font-weight: 600;
  padding-top: 28px
}

.article-row h2 {
  font-size: 23px;
  font-weight: 500;
  margin: 13px 0 10px
}

.article-row h2 a:hover {
  color: var(--blue)
}

.article-row p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9
}

.article-meta {
  font-size: 12px;
  color: #92a0b1;
  display: flex;
  gap: 24px;
  margin-top: 17px;
  align-items: center
}

.article-row .article-meta {
  justify-content: space-between
}

.article-meta a {
  color: var(--deep)
}

.side-form {
  border: 1px solid #8bc0ff;
  border-top: 4px solid var(--blue);
  border-radius: 10px;
  padding: 22px 20px 16px;
  box-shadow: 0 8px 24px #208bff0b
}

.side-form h2 {
  font-size: 21px
}

.side-form>p {
  font-size: 12px;
  color: var(--muted);
  margin: 9px 0 20px
}

.side-form .eyebrow {
  font-size: 10px;
  margin-bottom: 10px
}

.side-form input,
.side-form select {
  height: 38px;
  font-size: 12px
}

.side-form .form-grid {
  gap: 12px
}

.side-form label {
  font-size: 12px
}

.side-form form .button {
  padding: 10px 12px;
  margin-top: 16px
}

.side-block {
  margin-top: 25px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px
}

.side-block h3 {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px
}

.side-block h3 span {
  font-size: 12px;
  color: #9bb7d8
}

.side-block>a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line)
}

.side-block>a>span {
  color: var(--blue)
}

.recommend>a {
  justify-content: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.8
}

.recommend>a span {
  font-size: 11px
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0
}

.pagination a {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 5px 13px
}

.pagination .page-num-current {
  background: var(--blue);
  color: white
}

.article-layout>.content-layout {
  padding-top: 24px
}

.article-crumb {
  padding-top: 25px
}

.article-header h1 {
  font-size: 34px;
  margin-top: 18px;
  line-height: 1.5
}

.article-summary {
  font-size: 15px;
  line-height: 1.9;
  color: #687e97;
  background: #f3f8ff;
  border-left: 3px solid var(--blue);
  padding: 19px 23px;
  margin-top: 27px
}

.article-body {
  font-size: 17px;
  line-height: 2;
  color: #42556c;
  padding-top: 25px
}

.article-body h2 {
  font-size: 25px;
  color: var(--ink);
  margin: 29px 0 15px
}

.article-body h3 {
  font-size: 20px;
  margin: 24px 0 12px
}

.article-body p {
  margin: 15px 0
}

.article-body ul,
.article-body ol {
  padding-left: 25px
}

.article-body li {
  padding: 4px 0
}

.article-body blockquote {
  margin: 25px 0;
  background: #f7faff;
  border-left: 3px solid #8ec3ff;
  padding: 16px 23px;
  font-size: 16px
}

.article-consult {
  margin-top: 35px;
  padding: 23px;
  background: #eff7ff;
  border: 1px solid #dcecff;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}

.article-consult h3 {
  font-size: 19px
}

.article-consult p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px
}

.article-consult .button {
  font-size: 13px;
  white-space: nowrap;
  gap: 8px;
  padding: 10px 15px
}

.bottom-nav {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: var(--muted)
}

.bottom-nav>div {
  margin: 9px 0
}

.back-link {
  display: block;
  color: var(--deep);
  font-size: 13px;
  margin-top: 20px
}

@media(min-width:1700px) {
  .hero-inner {
    min-height: 625px
  }

  .hero-form {
    width: 360px;
    padding: 35px 30px 25px
  }

  .hero-copy {
    max-width: 700px
  }

  .hero h1 {
    font-size: 58px
  }

  .navlinks {
    gap: 34px
  }
}

@media(max-width:1200px) {
  .wrap {
    width: calc(100% - 48px)
  }

  .brand strong {
    font-size: 20px
  }

  .brand img {
    width: 42px;
    height: 42px
  }

  .nav {
    gap: 20px
  }

  .navlinks {
    gap: 18px;
    font-size: 14px
  }

  .nav-consult {
    display: none
  }

  .hero h1 {
    font-size: 42px
  }

  .hero-form {
    width: 315px
  }

  .approach-layout,
  .environment-layout,
  .faq-layout {
    gap: 40px
  }

  .content-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 300px
  }

  .process-grid {
    gap: 10px
  }

  .process-grid article {
    padding: 23px 10px
  }

  .process-grid h3 {
    font-size: 15px
  }
}

@media(max-width:820px) {
  body {
    font-size: 14px
  }

  .wrap {
    width: calc(100% - 32px)
  }

  h2 {
    font-size: 26px
  }

  .topbar {
    display: none
  }

  .nav {
    height: 72px;
    gap: 12px
  }

  .brand {
    gap: 9px
  }

  .brand strong {
    font-size: 19px
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 1px
  }

  .brand img {
    width: 38px;
    height: 38px
  }

  .menu {
    display: block;
    margin-left: auto;
    background: #f1f7ff;
    color: var(--deep);
    border: 0;
    border-radius: 7px;
    font-size: 21px;
    width: 39px;
    height: 39px
  }

  .navlinks {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 10px 22px 18px;
    background: white;
    box-shadow: 0 20px 30px #2442641c;
    z-index: 11;
    margin: 0;
    white-space: normal
  }

  .navlinks.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px
  }

  .navlinks a {
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
  }

  .navlinks a.active:after {
    display: none
  }

  .hero-inner {
    min-height: 395px;
    padding: 33px 0 36px
  }

  .hero-copy {
    max-width: 100%
  }

  .hero-form {
    display: none
  }

  .hero-photo {
    inset: 0 -18% 0 4%;
    opacity: .4;
    background: linear-gradient(90deg, #1684f8 5%, #208bff00 100%), url(classroom.png) 65% center/cover;
    mask-image: none
  }

  .hero h1 {
    font-size: clamp(29px, 7vw, 44px);
    letter-spacing: -1px
  }

  .hero-kicker {
    font-size: 11px;
    margin-bottom: 19px;
    letter-spacing: 1px
  }

  .hero-copy>p {
    font-size: 13px;
    max-width: 315px;
    margin: 18px 0 14px
  }

  .hero-tags {
    font-size: 12px;
    margin-bottom: 22px
  }

  .hero-tags span+span:before {
    padding: 0 10px
  }

  .hero-copy .button {
    font-size: 13px;
    padding: 11px 17px;
    gap: 15px
  }

  .hero-caption {
    font-size: 10px;
    margin-top: 15px
  }

  .section {
    padding: 38px 0
  }

  .course-section {
    padding: 33px 0 36px
  }

  .section-head {
    display: block;
    margin-bottom: 22px
  }

  .section-head p {
    font-size: 13px;
    margin-top: 11px
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 9px
  }

  .course-grid {
    gap: 10px
  }

  .course-card {
    padding: 17px 12px;
    border-radius: 9px
  }

  .course-top {
    margin-bottom: 17px
  }

  .course-no {
    font-size: 22px
  }

  .round-arrow {
    width: 25px;
    height: 25px;
    font-size: 16px
  }

  .course-card h3 {
    font-size: 17px;
    margin-bottom: 9px
  }

  .course-card p {
    font-size: 11px;
    min-height: 65px;
    line-height: 1.75
  }

  .course-card .text-link {
    font-size: 10px;
    margin-top: 13px
  }

  .approach-layout {
    display: block
  }

  .vertical p {
    max-width: 100%;
    margin: 12px 0 17px;
    font-size: 13px
  }

  .vertical .button {
    font-size: 12px;
    padding: 10px 17px
  }

  .quiet-note {
    display: none
  }

  .approach-grid {
    margin-top: 22px;
    gap: 12px
  }

  .approach-grid>div {
    padding: 18px
  }

  .approach-grid b {
    margin-bottom: 10px;
    font-size: 11px
  }

  .approach-grid strong {
    font-size: 16px;
    margin-bottom: 6px
  }

  .approach-grid small {
    font-size: 12px;
    line-height: 1.8
  }

  .environment-layout {
    display: flex;
    flex-direction: column;
    gap: 23px
  }

  .environment-photo {
    min-height: 235px;
    width: 100%
  }

  .environment-copy>p {
    font-size: 13px;
    margin: 12px 0
  }

  .environment-points {
    margin: 13px 0 18px
  }

  .environment-points>div {
    padding: 10px 0 10px 35px
  }

  .environment-points h3 {
    font-size: 15px
  }

  .environment-points p {
    font-size: 12px
  }

  .environment-points span {
    top: 10px
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
  }

  .process-grid article {
    padding: 19px 8px 15px
  }

  .process-icon {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    margin-bottom: 10px
  }

  .process-icon img {
    width: 21px;
    height: 21px
  }

  .process-grid h3 {
    font-size: 14px;
    margin: 0
  }

  .process-grid p {
    display: none
  }

  .process-grid b {
    font-size: 9px;
    right: 7px;
    top: 4px
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .news-card {
    padding: 17px 14px;
    border-radius: 9px
  }

  .news-card h3 {
    font-size: 15px;
    margin: 12px 0 8px;
    line-height: 1.7
  }

  .article-category {
    font-size: 10px;
    padding: 4px 7px
  }

  .news-card>p {
    font-size: 11px
  }

  .news-bottom {
    font-size: 10px;
    margin-top: 14px
  }

  .section-head>.text-link {
    display: inline-block;
    font-size: 12px;
    margin-top: 12px
  }

  .faq-layout {
    display: block
  }

  .faq-layout>div>p {
    font-size: 13px;
    margin: 12px 0 16px
  }

  .faq-layout .button {
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 22px
  }

  .faq-list>div {
    padding: 15px;
    margin-bottom: 9px
  }

  .faq-list strong {
    font-size: 14px
  }

  .faq-list p {
    font-size: 12px;
    line-height: 1.8;
    margin-left: 22px
  }

  .closing {
    padding: 30px 0
  }

  .closing .wrap {
    display: block
  }

  .closing h2 {
    font-size: 25px
  }

  .closing p {
    font-size: 12px;
    line-height: 1.9
  }

  .closing .button {
    font-size: 13px;
    padding: 10px 18px;
    margin-top: 20px
  }

  footer {
    padding: 30px 0 64px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px
  }

  .footer-brand {
    grid-column: 1/-1
  }

  .footer-brand p {
    margin-top: 12px;
    font-size: 12px
  }

  .footer-grid>div:last-child {
    grid-column: 1/-1
  }

  .footer-grid h3 {
    font-size: 14px;
    margin-bottom: 10px
  }

  .footer-grid a:not(.brand) {
    font-size: 12px
  }

  .footer-bottom {
    font-size: 10px;
    gap: 12px;
    margin-top: 24px;
    padding: 16px 0;
    flex-wrap: wrap
  }

  .consult-dock {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--blue);
    color: white;
    z-index: 20;
    box-shadow: 0 -3px 18px #1267ca18
  }

  .consult-dock a,
  .consult-dock button {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: white;
    border: 0;
    border-right: 1px solid #ffffff35;
    background: none
  }

  .consult-dock button {
    background: #1476e3
  }

  .consult-dock span {
    font-size: 18px
  }

  .page-head {
    padding: 18px 0 28px
  }

  .page-head .eyebrow {
    margin-top: 24px
  }

  .page-head h1 {
    font-size: 31px
  }

  .page-head p {
    font-size: 13px;
    max-width: 85%;
    margin-top: 10px
  }

  .banner-word {
    font-size: 65px;
    right: -15px;
    top: 35px
  }

  .crumb {
    font-size: 10px;
    gap: 8px
  }

  .content-layout {
    display: block;
    padding-top: 23px;
    padding-bottom: 35px
  }

  .category-tabs {
    gap: 8px;
    padding-bottom: 17px
  }

  .category-tabs a {
    padding: 8px 14px;
    font-size: 12px;
    flex: 1;
    text-align: center;
    white-space: nowrap
  }

  .list-heading {
    padding: 22px 0 5px;
    gap: 10px
  }

  .list-heading h2 {
    font-size: 19px
  }

  .list-heading span {
    font-size: 10px
  }

  .article-row {
    grid-template-columns: 28px 1fr;
    gap: 10px;
    padding: 21px 0
  }

  .article-number {
    font-size: 20px;
    padding-top: 29px
  }

  .article-row h2 {
    font-size: 19px;
    margin: 12px 0 8px;
    line-height: 1.6
  }

  .article-row p {
    font-size: 12px
  }

  .article-meta {
    font-size: 10px;
    margin-top: 13px
  }

  .sidebar {
    margin-top: 30px
  }

  .side-form {
    padding: 21px 20px 16px
  }

  .side-form .form-grid {
    gap: 11px 14px
  }

  .side-form h2 {
    font-size: 21px
  }

  .side-form>p {
    margin-bottom: 15px
  }

  .side-block {
    margin-top: 18px
  }

  .side-block.recommend {
    display: none
  }

  .article-layout>.content-layout {
    padding-top: 21px
  }

  .article-crumb {
    padding-top: 19px
  }

  .article-header h1 {
    font-size: 27px;
    line-height: 1.5;
    margin-top: 16px
  }

  .article-summary {
    font-size: 13px;
    padding: 16px;
    margin-top: 21px
  }

  .article-body {
    font-size: 15px;
    line-height: 1.95;
    padding-top: 13px
  }

  .article-body h2 {
    font-size: 21px;
    margin: 26px 0 13px
  }

  .article-body h3 {
    font-size: 18px
  }

  .article-body blockquote {
    font-size: 14px;
    padding: 13px 16px
  }

  .article-consult {
    display: block;
    padding: 20px
  }

  .article-consult h3 {
    font-size: 18px
  }

  .article-consult .button {
    margin-top: 16px
  }

  .bottom-nav {
    font-size: 12px
  }

  .consult-modal {
    padding: 30px 23px 23px
  }

  .consult-modal h2 {
    font-size: 22px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  * {
    transition: none !important
  }
}

.hero-photo {
  background: none
}

.hero-photo picture,
.hero-photo img {
  width: 100%;
  height: 100%;
  display: block
}

.hero-photo img {
  object-fit: cover;
  object-position: center
}

.hero-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1b84f9 0%, #208bff35 42%, #208bff00 65%, #208bffb0 100%)
}

.process-icon img {
  filter: none
}

@media(max-width:820px) {
  .hero-photo:after {
    background: linear-gradient(90deg, #1684f8 5%, #208bff00 100%)
  }

  .hero-photo img {
    object-position: 65% center
  }
}

@media(max-width:520px) {
  .course-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .course-card {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 5px 13px;
    position: relative;
    padding: 19px 18px
  }

  .course-top {
    grid-row: 1/3;
    margin: 3px 0 0;
    align-items: flex-start
  }

  .course-no {
    font-size: 21px
  }

  .course-top .round-arrow {
    position: absolute;
    right: 15px;
    top: 17px;
    border: 0;
    background: transparent
  }

  .course-card h3 {
    font-size: 19px;
    padding-right: 30px;
    margin: 0
  }

  .course-card p {
    grid-column: 2;
    min-height: 0;
    font-size: 12px;
    line-height: 1.8;
    max-width: none;
    padding-right: 3px
  }

  .course-card .text-link {
    display: none
  }
}

/* Homepage courses, environment photos and question-only consultation links. */
.course-card {
  padding: 0;
  overflow: hidden;
  display: block;
  background: #fff !important
}

.course-image {
  height: 195px;
  overflow: hidden;
  background: var(--pale)
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s
}

.course-card:hover .course-image img {
  transform: scale(1.03)
}

.course-body {
  padding: 22px 26px 25px
}

.course-top {
  margin-bottom: 8px
}

.course-card p {
  min-height: 48px
}

.course-card .text-link {
  margin-top: 16px
}

.campus-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.campus-gallery figure {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--pale)
}

.campus-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute
}

.campus-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 5px 9px;
  border-radius: 5px;
  background: #203148a8;
  color: #fff;
  font-size: 13px
}

.gallery-note {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 80px;
  padding: 16px 20px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink)
}

.faq-question:hover {
  border-color: var(--blue);
  color: var(--deep)
}

.faq-question strong {
  font-size: 15px;
  font-weight: 500
}

.faq-question i {
  font-style: normal;
  color: var(--blue);
  margin-right: 12px
}

.faq-question span {
  font-size: 12px;
  color: var(--deep);
  white-space: nowrap
}

.course-page-head .button {
  margin-top: 22px
}

.course-page-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  padding-top: 42px;
  padding-bottom: 70px
}

.course-page-image {
  height: 370px;
  overflow: hidden;
  border-radius: 12px
}

.course-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.course-page-main .article-body {
  max-width: 900px
}

.course-page-main .article-body h2 {
  border-left: 3px solid var(--blue);
  padding-left: 13px
}

@media(max-width:820px) {
  .course-image {
    height: 150px
  }

  .course-body {
    padding: 16px
  }

  .course-card p {
    min-height: 0
  }

  .campus-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
  }

  .campus-gallery figure {
    min-height: 185px
  }

  .campus-gallery figure:first-child {
    grid-column: 1/-1;
    min-height: 235px
  }

  .faq-list {
    gap: 9px
  }

  .faq-question {
    min-height: 68px;
    padding: 12px
  }

  .faq-question strong {
    font-size: 12px
  }

  .faq-question span {
    font-size: 10px
  }

  .course-page-main {
    display: block;
    padding-top: 24px
  }

  .course-page-image {
    height: 250px
  }

  .course-page-main .sidebar {
    margin-top: 30px
  }
}

@media(max-width:520px) {
  .course-card {
    display: block;
    padding: 0
  }

  .course-image {
    height: 190px
  }

  .course-body {
    padding: 16px 18px 19px
  }

  .course-top {
    margin: 0 0 5px
  }

  .course-top .round-arrow {
    position: static;
    width: 25px;
    height: 25px;
    border: 1px solid #dcecff;
    background: white
  }

  .course-card h3 {
    padding-right: 0;
    margin-bottom: 7px
  }

  .course-card p {
    font-size: 12px;
    max-width: none
  }

  .course-card .text-link {
    display: block;
    font-size: 12px;
    margin-top: 9px
  }

  .faq-list {
    grid-template-columns: 1fr
  }

  .faq-question strong {
    font-size: 14px
  }

  .faq-question span {
    font-size: 11px
  }

  .course-page-image {
    height: 210px
  }
}

@media(max-width:820px) {
  .side-block.recommend {
    display: block
  }
}

.consult-dock svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

/* The environment gallery keeps every photo in one horizontal carousel. */
.campus-carousel {
  min-width: 0;
  margin-bottom: 16px
}

.campus-carousel .campus-gallery {
  display: flex;
  gap: 16px;
  margin: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.campus-carousel .campus-gallery::-webkit-scrollbar {
  display: none
}

.campus-carousel .campus-gallery figure,
.campus-carousel .campus-gallery figure:first-child {
  flex: 0 0 calc((100% - 32px)/3);
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1.5;
  scroll-snap-align: start;
  grid-column: auto
}

.campus-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px
}

.campus-controls[hidden] {
  display: none
}

.campus-dots,
.campus-arrows {
  display: flex;
  align-items: center;
  gap: 8px
}

.campus-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #bed6f2;
  transition: width .2s, background .2s
}

.campus-dots button.active {
  width: 26px;
  border-radius: 6px;
  background: var(--blue)
}

.campus-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cfe2f9;
  border-radius: 50%;
  background: #fff;
  color: var(--deep);
  font-size: 20px;
  line-height: 1
}

.campus-arrow:hover {
  background: #eaf4ff;
  border-color: var(--blue)
}

@media(max-width:1100px) {

  .campus-carousel .campus-gallery figure,
  .campus-carousel .campus-gallery figure:first-child {
    flex-basis: calc((100% - 16px)/2)
  }
}

@media(max-width:620px) {
  .campus-carousel .campus-gallery {
    gap: 10px
  }

  .campus-carousel .campus-gallery figure,
  .campus-carousel .campus-gallery figure:first-child {
    flex-basis: calc(100% - 28px);
    aspect-ratio: 1.45
  }

  .campus-controls {
    margin-top: 12px
  }

  .campus-arrow {
    width: 34px;
    height: 34px
  }
}

@media(prefers-reduced-motion:reduce) {
  .campus-carousel .campus-gallery {
    scroll-behavior: auto
  }
}

/* Keep course cards in one swipeable row on narrow screens. */
@media(max-width:620px) {
  .course-section .course-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 1px 12px
  }

  .course-section .course-grid::-webkit-scrollbar {
    display: none
  }

  .course-section .course-card {
    flex: 0 0 calc(100% - 32px);
    min-width: 0;
    scroll-snap-align: start
  }

  .course-section .course-card:hover {
    transform: none
  }

  .course-section .course-image {
    height: 190px
  }

  .course-section .course-body {
    min-height: 205px
  }

  .course-section .course-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px
  }

  .course-section .course-controls button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #cfe2f9;
    border-radius: 50%;
    background: white;
    color: var(--deep);
    font-size: 19px
  }

  .course-section .course-count {
    min-width: 54px;
    text-align: center;
    color: var(--muted);
    font-size: 12px
  }
}

@media(min-width:621px) {
  .course-section .course-controls {
    display: none
  }
}

/* Alternate homepage section backgrounds and put the learning steps before their introduction on desktop. */
.home-page .course-section {
  background: #fff
}

.home-page #enrollment,
.home-page #environment,
.home-page #news {
  background: var(--pale)
}

.home-page #approach,
.home-page #questions {
  background: #fff
}

@media(min-width:821px) {
  .home-page .approach-layout {
    grid-template-columns: 1.5fr 1fr
  }

  .home-page .approach-grid {
    grid-column: 1;
    grid-row: 1
  }

  .home-page .approach-layout>.section-head {
    grid-column: 2;
    grid-row: 1;
    align-self: center
  }
}

.home-page .news-card {
  display: flex;
  flex-direction: column;
  min-height: 145px;
  background: #fff
}

.home-page .news-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.55
}

.home-page .news-card .news-bottom {
  display: block;
  margin-top: auto;
  padding-top: 18px
}

@media(max-width:620px) {
  .home-page .news-card:nth-child(n+7) {
    display: none
  }

  .home-page .news-card {
    min-height: 130px
  }

  .home-page .news-card h3 {
    font-size: 14px
  }
}

/* The right-hand learning heading stays on one line at desktop widths. */
@media(min-width:821px) {
  .home-page .approach-layout>.section-head h2 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(22px, 2.25vw, 34px)
  }
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--deep);
  font-size: 14px
}

.nav-phone strong {
  font-size: 19px;
  letter-spacing: .01em
}

@media(max-width:1200px) {
  .nav-phone span {
    display: none
  }

  .nav-phone strong {
    font-size: 15px
  }
}

@media(max-width:820px) {
  .nav-phone {
    display: none
  }
}
