:root {
  --navy:#18264b;
  --red:#c8102e;
  --red-dark:#a50d26;
  --blue:#012169;
  --sky:#edf3ff;
  --yellow:#f6cb59;
  --sunlight:#fff3d5;
  --rose:#fdebf0;
  --white:#fff;
  --muted:#536174;
  --line:#dbe3e9;
  --scroll-thumb:#91a0b1;
  --scroll-track:#edf5fb;
  --scroll-hover:#657990;
  --scroll-active:#192e4b;
  --display:'Outfit','Trebuchet MS',sans-serif;
  --body:'DM Sans',Arial,sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scrollbar-color:var(--scroll-thumb) var(--scroll-track);
  scrollbar-width:thin;
  scrollbar-gutter:stable;
}
body {
  margin:0;
  background:var(--white);
  color:var(--navy);
  font-family:var(--body);
  font-size:15px;
  line-height:1.65;
}
::-webkit-scrollbar {
  width:10px;
  height:10px;
}
::-webkit-scrollbar-track {
  background:var(--scroll-track);
}
::-webkit-scrollbar-thumb {
  background:var(--scroll-thumb);
  border:2px solid var(--scroll-track);
  border-radius:8px;
}
::-webkit-scrollbar-thumb:hover {
  background:var(--scroll-hover);
}
::-webkit-scrollbar-thumb:active {
  background:var(--scroll-active);
}
a {
  color:inherit;
  text-decoration:none;
}
a,summary {
  cursor:pointer;
}
a:hover {
  color:var(--blue);
}
a:active,summary:active {
  opacity:.8;
}
:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px;
}
h1,h2,h3,p,figure {
  margin:0;
}
h1,h2,h3 {
  font-family:var(--display);
  font-weight:550;
  line-height:1.12;
  letter-spacing:-.04em;
}
h2 {
  font-size:42px;
}
h3 {
  font-size:28px;
}
p {
  color:var(--muted);
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
img {
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
section {
  scroll-margin-top:24px;
}
.wrap {
  width:min(1160px,calc(100% - 96px));
  margin-inline:auto;
}
.section {
  padding-block:85px;
}
.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  padding:12px 20px;
  background:white;
  z-index:10;
}
.skip-link:focus {
  top:12px;
}
.announcement {
  background:var(--blue);
  border-bottom:3px solid var(--red);
  color:white;
  min-height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.015em;
  padding:9px 20px;
}
.announcement a {
  margin-left:13px;
  color:var(--yellow);
  font-weight:600;
}
.announcement a:hover {
  text-decoration:underline;
}
.status-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--yellow);
  flex:none;
}
.site-header {
  height:120px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
/* Display the original central logo from the existing banner, without altering the asset. */
.brand-logo {
  display:block;
  position:relative;
  width:145px;
  height:106px;
  overflow:hidden;
}
.brand-logo img {
  position:absolute;
  height:100%;
  width:auto;
  max-width:none;
  left:50%;
  transform:translateX(-50%);
}
.desktop-nav {
  display:flex;
  gap:28px;
  font-size:13px;
  font-weight:500;
}
.desktop-nav a {
  padding-block:14px;
}
.header-right {
  display:flex;
  gap:25px;
  align-items:center;
}
.language {
  display:flex;
  align-items:center;
  font-size:12px;
  gap:8px;
}
.language a {
  padding-block:12px;
  color:var(--muted);
}
.language [aria-current] {
  font-weight:700;
  color:var(--navy);
}
.language>span {
  color:#b7c1cc;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:25px;
  min-height:53px;
  padding:14px 23px;
  border:1px solid var(--red);
  border-radius:7px;
  background:var(--red);
  color:white;
  font-size:13px;
  font-weight:600;
  transition:background .15s,transform .15s;
}
.button:hover {
  background:var(--red-dark);
  border-color:var(--red-dark);
  color:white;
  transform:translateY(-2px);
}
.button>span {
  font-size:20px;
  line-height:1;
}
.button.small {
  min-height:43px;
  padding:10px 17px;
  font-size:12px;
  gap:17px;
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:18px;
  font-weight:600;
  font-size:13px;
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}
.mobile-menu {
  display:none;
}
.hero {
  background:var(--sky);
  overflow:hidden;
}
.hero-grid {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:58px;
  align-items:center;
  min-height:673px;
  padding-top:42px;
  padding-bottom:47px;
}
.eyebrow {
  color:var(--navy);
  font-size:10px;
  font-weight:700;
  letter-spacing:1.65px;
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:18px;
}
.eyebrow svg {
  width:15px;
  height:15px;
}
.hero h1 {
  font-size:60px;
  font-weight:550;
  letter-spacing:-3px;
  line-height:1.03;
  margin-bottom:24px;
}
.hero h1>span {
  color:var(--red);
}
.hero-description {
  max-width:410px;
  font-size:14px;
  line-height:1.8;
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:27px;
  margin-top:27px;
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:31px;
}
.hero-note p {
  font-size:11px;
  color:var(--navy);
  font-weight:600;
}
.hero-note small {
  display:block;
  color:var(--muted);
  font-size:10px;
  font-weight:400;
  margin-top:2px;
}
.mini-people {
  display:flex;
  padding-left:0;
}
.mini-people>span {
  width:31px;
  height:31px;
  border-radius:50%;
  border:2px solid var(--sky);
  display:grid;
  place-items:center;
  background:#d2e3da;
  font-family:var(--display);
  font-weight:600;
  font-size:13px;
}
.mini-people>span+span {
  margin-left:-8px;
  background:#e9d7c4;
}
.hero-photos {
  height:535px;
  position:relative;
  max-width:530px;
  width:100%;
  justify-self:end;
}
.photo-main {
  position:absolute;
  right:0;
  top:10px;
  width:79%;
  height:450px;
  border-radius:110px 12px 12px 12px;
  overflow:hidden;
  transform:rotate(3deg);
  background:#c7d8e2;
}
.photo-main img {
  height:100%;
  object-position:center 48%;
}
.photo-main:after {
  content:'';
  position:absolute;
  inset:65% 0 0;
  background:linear-gradient(transparent,rgba(0,0,0,.55));
}
.photo-main figcaption {
  position:absolute;
  bottom:18px;
  left:23px;
  right:10px;
  color:white;
  font-size:11px;
  z-index:1;
}
.photo-main figcaption span {
  color:var(--yellow);
  margin-right:5px;
}
.hello {
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  padding:16px 25px;
  border-radius:14px 14px 0 14px;
  transform:rotate(-9deg);
  background:var(--red);
  color:var(--white);
  font-family:var(--display);
  font-size:30px;
  letter-spacing:-1px;
  font-weight:500;
  box-shadow:0 5px 0 var(--red-dark);
}
.hello svg {
  position:absolute;
  right:-37px;
  top:-19px;
  width:29px;
  height:29px;
  stroke:none;
  fill:var(--blue);
}
.photo-small {
  position:absolute;
  width:56%;
  left:-21px;
  bottom:5px;
  background:white;
  padding:8px 8px 0;
  border-radius:9px;
  transform:rotate(-6deg);
  box-shadow:0 10px 25px #192e4b15;
  z-index:2;
}
.photo-small img {
  aspect-ratio:1.55;
  object-position:50% 42%;
  border-radius:4px;
}
.photo-small figcaption {
  padding:9px 0 11px;
  text-align:center;
  font-size:10px;
  font-weight:500;
  color:var(--navy);
}
.photo-caption {
  position:absolute;
  right:4px;
  bottom:13px;
  width:37%;
  font-family:var(--display);
  font-size:14px;
  line-height:1.4;
  transform:rotate(5deg);
  color:var(--blue);
}
.photo-caption span {
  display:block;
  font-size:36px;
  line-height:1.1;
}
.trust-strip {
  border-bottom:1px solid var(--line);
}
.trust-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  min-height:83px;
}
.trust-grid p {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  color:var(--navy);
  font-size:12px;
  font-weight:500;
}
.trust-grid p+p {
  border-left:1px solid var(--line);
}
.trust-grid span {
  font-size:26px;
  font-family:var(--display);
  color:var(--blue);
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:33px;
}
.section-heading>.eyebrow {
  margin-bottom:0;
}
.section-heading>p {
  max-width:315px;
  font-size:13px;
  padding-bottom:4px;
}
.course-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  align-items:start;
}
.course-card {
  border-radius:12px;
  padding:27px 26px 0;
  min-height:324px;
}
.kids {
  border-top:3px solid var(--yellow);
  background:var(--sunlight);
}
.teens {
  border-top:3px solid var(--red);
  background:var(--rose);
}
.adults {
  border-top:3px solid var(--blue);
  background:var(--sky);
}
.course-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
}
.kids .course-top svg {
  color:#855c07;
}
.teens .course-top svg {
  color:var(--red);
}
.adults .course-top svg {
  color:var(--blue);
}
.course-top svg {
  width:38px;
  height:38px;
  stroke-width:1.4;
}
.course-top>span {
  font-size:8px;
  letter-spacing:1.1px;
  font-weight:600;
}
.course-card h3 {
  font-size:27px;
  margin-bottom:14px;
}
.course-card>p {
  font-size:12px;
  line-height:1.85;
  min-height:67px;
}
.course-meta {
  font-size:9px;
  color:var(--navy);
  font-weight:500;
  margin-top:21px;
  margin-bottom:20px;
}
.course-card details {
  border-top:1px solid #192e4b20;
}
.course-card summary {
  font-size:11px;
  font-weight:650;
  display:flex;
  justify-content:space-between;
  align-items:center;
  list-style:none;
  min-height:60px;
  gap:10px;
}
.course-card summary>span {
  font-size:20px;
}
.course-card summary:hover {
  color:var(--blue);
}
summary::-webkit-details-marker {
  display:none;
}
.course-detail {
  padding-bottom:20px;
  font-size:12px;
}
.course-detail p {
  margin-bottom:12px;
}
.course-detail a,.faq-list details>a {
  text-decoration:underline;
  text-underline-offset:4px;
}
.course-card details[open] summary>span {
  transform:rotate(90deg);
}
.course-help {
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:24px;
}
.course-help p {
  font-size:12px;
}
.course-help p a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--navy);
}
.school-section {
  background:#f7f9fa;
  padding-block:78px;
}
.school-grid {
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:78px;
  align-items:center;
}
.school-photo {
  position:relative;
  padding-bottom:10px;
}
.school-photo img {
  border-radius:12px 80px 12px 12px;
  aspect-ratio:1.2;
}
.school-photo>span {
  position:absolute;
  right:-19px;
  bottom:-6px;
  padding:13px 20px;
  transform:rotate(-5deg);
  background:var(--yellow);
  font-family:var(--display);
  font-size:20px;
  border-radius:4px;
}
.school-copy h2 {
  font-size:37px;
  margin-bottom:23px;
}
.school-copy h2>span {
  color:var(--red);
}
.school-copy>p:not(.eyebrow) {
  font-size:13px;
  line-height:1.85;
}
.school-values {
  padding:0;
  list-style:none;
  margin:22px 0;
  font-size:12px;
}
.school-values li {
  margin-block:11px;
  display:flex;
  gap:12px;
}
.school-values li:before {
  content:'✓';
  color:var(--blue);
  font-weight:700;
}
.wednesday {
  display:grid;
  grid-template-columns:140px 1fr auto;
  align-items:center;
  gap:35px;
  background:#fff7df;
  border-radius:12px;
  padding:37px;
}
.wednesday-mark {
  font-family:var(--display);
  font-size:32px;
  line-height:1.02;
  letter-spacing:-1px;
  transform:rotate(-7deg);
  position:relative;
}
.wednesday-mark>span {
  display:block;
  color:#886013;
  font-size:56px;
  line-height:1.3;
  margin-left:30px;
}
.wednesday .eyebrow {
  font-size:9px;
  margin-bottom:12px;
}
.wednesday h2 {
  font-size:30px;
  margin-bottom:12px;
}
.wednesday p:not(.eyebrow) {
  font-size:12px;
  max-width:480px;
}
.wednesday-meta {
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:10px;
  font-weight:600;
  margin-top:15px;
}
.wednesday-meta>span+span {
  border-left:1px solid #192e4b30;
  padding-left:14px;
}
.wednesday .button {
  font-size:11px;
  gap:14px;
  padding:12px 18px;
}
.practical-links {
  margin-top:35px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr .85fr;
  gap:25px;
  align-items:center;
}
.practical-links h3 {
  font-size:21px;
  line-height:1.3;
  max-width:220px;
}
.practical-links a {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:11px;
  padding-block:15px;
  border-bottom:1px solid var(--line);
}
.practical-links a:hover {
  border-color:var(--blue);
}
.reviews-section {
  background:var(--sky);
  padding-block:72px;
}
.reviews-section h2 {
  font-size:36px;
}
.review-source {
  font-size:10px;
  color:var(--muted);
}
.review-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
}
.review-grid figure {
  background:white;
  border-radius:10px;
  padding:26px 30px;
  display:flex;
  flex-direction:column;
}
.quote-mark {
  font-family:Georgia,serif;
  color:var(--blue);
  font-size:48px;
  height:44px;
  line-height:1.3;
}
.review-grid blockquote {
  margin:0 0 24px;
  font-size:14px;
  line-height:1.8;
  flex:1;
}
.review-grid figcaption {
  display:flex;
  gap:12px;
  align-items:center;
  font-size:11px;
  font-weight:600;
}
.review-grid small {
  font-size:10px;
  color:var(--muted);
  display:block;
  font-weight:400;
}
.review-avatar {
  height:34px;
  width:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--sunlight);
  font-size:10px;
}
.review-avatar.rose {
  background:var(--rose);
}
.faq {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:65px;
}
.faq h2 {
  font-size:36px;
  margin-bottom:20px;
}
.faq>div>p:not(.eyebrow) {
  font-size:13px;
  max-width:300px;
}
.faq-list details {
  border-bottom:1px solid var(--line);
  padding-bottom:0;
}
.faq-list details:first-child {
  border-top:1px solid var(--line);
}
.faq-list summary {
  list-style:none;
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
  font-weight:600;
  gap:20px;
}
.faq-list summary:hover {
  color:var(--blue);
}
.faq-list summary>span {
  font-size:24px;
  font-weight:400;
}
.faq-list details[open] summary>span {
  transform:rotate(45deg);
}
.faq-list details[open] {
  padding-bottom:20px;
}
.faq-list details p {
  font-size:13px;
  line-height:1.8;
}
.faq-list details>a {
  display:inline-block;
  margin-top:10px;
  font-size:12px;
}
.contact-section {
  background:var(--blue);
  border-top:5px solid var(--red);
  color:white;
  padding-block:70px;
}
.contact-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:100px;
}
.contact-section .eyebrow {
  color:var(--yellow);
}
.contact-section h2 {
  font-size:48px;
  margin-bottom:20px;
}
.contact-section p {
  color:#d6e0eb;
  font-size:13px;
  max-width:420px;
}
.button.yellow {
  background:var(--yellow);
  border-color:var(--yellow);
  color:var(--navy);
  margin-top:25px;
}
.button.yellow:hover {
  background:white;
  border-color:white;
}
.contact-details {
  display:flex;
  flex-direction:column;
  gap:23px;
  padding-top:6px;
}
.contact-details a,.contact-details p {
  display:block;
  color:white;
  font-size:16px;
  font-weight:450;
  overflow-wrap:anywhere;
}
.contact-details a:hover {
  color:var(--yellow);
}
.contact-details small {
  display:block;
  color:#b4c4d8;
  letter-spacing:1.2px;
  font-size:9px;
  font-weight:500;
  margin-bottom:8px;
}
.contact-details a>span {
  float:right;
}
.contact-details a:first-child {
  font-size:24px;
}
.contact-section :focus-visible {
  outline-color:var(--yellow);
}
footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  min-height:121px;
}
footer>p {
  font-size:12px;
}
footer>small {
  font-size:10px;
  color:var(--muted);
}
@media(min-width:1450px) {
  .hero-grid {
    min-height:715px;
  }
  .hero h1 {
    font-size:60px;
  }
  .hero-photos {
    height:555px;
  }
  .photo-main {
    height:480px;
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px);
  }
  .desktop-nav {
    gap:18px;
    font-size:12px;
  }
  .header-right {
    gap:17px;
  }
  .hero-grid {
    gap:30px;
  }
  .hero h1 {
    font-size:48px;
  }
  .hero-photos {
    height:505px;
  }
  .photo-main {
    height:430px;
  }
  .photo-small {
    left:-5px;
  }
  .course-card {
    padding-inline:20px;
  }
  .course-top>span {
    font-size:7px;
  }
  .course-card h3 {
    font-size:24px;
  }
  .school-grid {
    gap:50px;
  }
  .wednesday {
    grid-template-columns:110px 1fr;
    gap:25px;
  }
  .wednesday>.button {
    grid-column:2;
    justify-self:start;
  }
  .wednesday-mark {
    grid-row:span 2;
  }
  .practical-links {
    grid-template-columns:1fr 1fr;
    row-gap:10px;
  }
  .contact-grid {
    gap:50px;
  }
}
@media(max-width:850px) {
  .brand-logo {
    width:108px;
    height:79px;
  }
  .site-header {
    height:91px;
  }
  .desktop-nav {
    display:none;
  }
  .header-right {
    margin-left:auto;
  }
  .hero-grid {
    gap:25px;
    min-height:620px;
  }
  .hero h1 {
    font-size:40px;
  }
  .hero-description {
    font-size:13px;
  }
  .hero-photos {
    height:455px;
  }
  .photo-main {
    height:370px;
    width:88%;
    top:35px;
    border-top-left-radius:85px;
  }
  .hello {
    font-size:25px;
    padding:12px 18px;
    left:-15px;
  }
  .photo-small {
    width:67%;
    bottom:0;
    left:-20px;
  }
  .photo-caption {
    display:none;
  }
  .hero-actions {
    gap:18px;
    flex-wrap:wrap;
  }
  .hero-actions .button {
    padding-inline:18px;
  }
  .hero-note small {
    font-size:9px;
  }
  .trust-grid p {
    font-size:10px;
    gap:7px;
  }
  .trust-grid span {
    font-size:22px;
  }
  .section {
    padding-block:65px;
  }
  h2 {
    font-size:35px;
  }
  .section-heading>p {
    max-width:240px;
  }
  .course-grid {
    gap:13px;
  }
  .course-card {
    padding:21px 17px 0;
  }
  .course-top {
    display:block;
    margin-bottom:20px;
  }
  .course-top>span {
    display:block;
    margin-top:12px;
  }
  .course-card h3 {
    font-size:23px;
    min-height:52px;
  }
  .course-card>p {
    min-height:90px;
  }
  .course-meta {
    min-height:30px;
  }
  .course-card summary {
    font-size:10px;
  }
  .school-copy h2 {
    font-size:30px;
  }
  .school-grid {
    gap:35px;
  }
  .school-photo>span {
    font-size:16px;
  }
  .school-photo img {
    aspect-ratio:.9;
  }
  .faq {
    gap:35px;
  }
  .faq h2 {
    font-size:31px;
  }
  .contact-section h2 {
    font-size:40px;
  }
  .contact-details a {
    font-size:14px;
  }
  footer {
    gap:15px;
  }
  footer>p {
    font-size:10px;
  }
  .mobile-menu {
    display:block;
    position:relative;
  }
  .mobile-menu summary {
    display:flex;
    gap:8px;
    align-items:center;
    min-height:44px;
    font-size:12px;
    list-style:none;
  }
  .mobile-menu nav {
    position:absolute;
    right:0;
    top:52px;
    width:220px;
    padding:12px;
    background:white;
    border:1px solid var(--line);
    border-radius:8px;
    z-index:5;
    box-shadow:0 10px 25px #192e4b15;
  }
  .mobile-menu nav a {
    display:block;
    padding:12px;
    font-size:13px;
  }
}
@media(max-width:600px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .announcement {
    font-size:10px;
    line-height:1.5;
    gap:7px;
    min-height:43px;
  }
  .announcement>a {
    display:none;
  }
  .site-header {
    gap:14px;
    height:89px;
  }
  .brand {
    gap:8px;
  }
  .header-right {
    gap:0;
  }
  .header-right>.button {
    display:none;
  }
  .language {
    gap:7px;
    font-size:11px;
  }
  .mobile-menu summary {
    font-size:11px;
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px;
    padding-top:33px;
    padding-bottom:35px;
  }
  .hero h1 {
    font-size:clamp(31px,9.75vw,38px);
    letter-spacing:-1.5px;
    line-height:1.03;
    margin-bottom:22px;
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.35px;
  }
  .hero-description {
    font-size:14px;
    max-width:360px;
  }
  .hero-actions {
    gap:25px;
    margin-top:24px;
  }
  .hero-note {
    margin-top:23px;
  }
  .hero-note small {
    font-size:10px;
  }
  .hero-photos {
    height:427px;
    max-width:360px;
    justify-self:center;
    margin-top:4px;
  }
  .photo-main {
    width:79%;
    height:352px;
    top:20px;
    right:7px;
    border-radius:85px 10px 10px 10px;
  }
  .hello {
    left:1px;
    top:6px;
    font-size:25px;
  }
  .hello svg {
    right:-34px;
    top:-9px;
  }
  .photo-small {
    width:57%;
    left:3px;
    bottom:0;
  }
  .photo-caption {
    display:block;
    right:0;
    font-size:12px;
    bottom:8px;
  }
  .photo-main figcaption {
    font-size:9px;
    left:16px;
    bottom:17px;
  }
  .photo-small figcaption {
    font-size:8px;
    padding-block:7px;
  }
  .trust-grid {
    display:flex;
    flex-direction:column;
    align-items:start;
    padding-block:20px;
    gap:10px;
    width:max-content;
    max-width:calc(100% - 40px);
  }
  .trust-grid p {
    font-size:11px;
  }
  .trust-grid p+p {
    border-left:0;
  }
  .trust-grid span {
    width:24px;
    text-align:center;
    font-size:24px;
    line-height:1;
  }
  .section {
    padding-block:55px;
  }
  .section-heading {
    display:block;
    margin-bottom:26px;
  }
  .eyebrow {
    font-size:9px;
    margin-bottom:14px;
  }
  h2 {
    font-size:35px;
  }
  .section-heading>p {
    max-width:none;
    font-size:13px;
    margin-top:18px;
  }
  .course-grid {
    grid-template-columns:1fr;
    gap:17px;
  }
  .course-card {
    padding:25px 26px 0;
    min-height:0;
  }
  .course-top {
    display:flex;
    margin-bottom:22px;
  }
  .course-top>span {
    margin:0;
    font-size:8px;
  }
  .course-card h3 {
    min-height:0;
    font-size:28px;
  }
  .course-card>p {
    min-height:0;
    font-size:13px;
  }
  .course-meta {
    min-height:0;
    margin-top:18px;
    font-size:10px;
  }
  .course-card summary {
    font-size:12px;
  }
  .course-detail {
    font-size:13px;
  }
  .course-help {
    align-items:start;
    flex-direction:column;
    gap:16px;
  }
  .course-help p {
    font-size:12px;
  }
  .school-section {
    padding-block:55px;
  }
  .school-grid {
    grid-template-columns:1fr;
    gap:45px;
  }
  .school-photo {
    max-width:420px;
  }
  .school-photo img {
    aspect-ratio:1.3;
  }
  .school-photo>span {
    right:8px;
    font-size:20px;
  }
  .school-copy h2 {
    font-size:34px;
  }
  .school-copy>p:not(.eyebrow) {
    font-size:14px;
  }
  .school-values {
    font-size:12px;
  }
  .wednesday {
    grid-template-columns:1fr;
    gap:20px;
    padding:28px;
  }
  .wednesday-mark {
    grid-row:auto;
    font-size:27px;
    display:flex;
    align-items:center;
    gap:22px;
    transform:rotate(-4deg);
    margin-bottom:10px;
  }
  .wednesday-mark>span {
    font-size:53px;
    margin:0;
  }
  .wednesday>.button {
    grid-column:1;
  }
  .wednesday h2 {
    font-size:31px;
  }
  .wednesday p:not(.eyebrow) {
    font-size:13px;
  }
  .practical-links {
    grid-template-columns:1fr;
    gap:0;
  }
  .practical-links h3 {
    max-width:100%;
    margin-bottom:14px;
    font-size:23px;
  }
  .practical-links a {
    font-size:12px;
    min-height:54px;
  }
  .reviews-section {
    padding-block:52px;
  }
  .reviews-section h2 {
    font-size:33px;
  }
  .review-source {
    display:block;
    margin-top:16px;
  }
  .review-grid {
    grid-template-columns:1fr;
    gap:17px;
  }
  .review-grid figure {
    padding:24px;
  }
  .review-grid blockquote {
    font-size:13px;
  }
  .faq {
    grid-template-columns:1fr;
    gap:28px;
  }
  .faq h2 {
    font-size:33px;
  }
  .faq-list summary {
    font-size:12px;
    gap:15px;
  }
  .contact-section {
    padding-block:52px;
  }
  .contact-grid {
    grid-template-columns:1fr;
    gap:35px;
  }
  .contact-section h2 {
    font-size:39px;
  }
  .contact-details {
    gap:24px;
  }
  .contact-details a {
    font-size:14px;
  }
  .contact-details a:first-child {
    font-size:25px;
  }
  footer {
    flex-wrap:wrap;
    justify-content:start;
    padding-block:26px;
    gap:20px;
  }
  footer>p {
    max-width:150px;
    margin-left:auto;
    font-size:11px;
  }
  footer>small {
    width:100%;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
@media(forced-colors:active) {
  html {
    scrollbar-color:auto;
  }
  .button,.hello,.course-card,.review-avatar {
    border:1px solid CanvasText;
  }
  .hero h1>span,.eyebrow,.contact-section p {
    color:CanvasText;
  }
}

.analytics-consent {
  position:fixed;
  z-index:20;
  right:24px;
  bottom:24px;
  display:flex;
  align-items:center;
  gap:24px;
  width:min(620px,calc(100% - 32px));
  padding:20px 22px;
  color:var(--navy);
  background:rgba(255,255,255,.97);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 18px 50px rgba(24,38,75,.2);
}
.analytics-consent[hidden] {
  display:none;
}
.analytics-consent p {
  margin:0;
  font-size:12px;
  line-height:1.5;
}
.analytics-consent-title {
  margin-bottom:4px!important;
  font-family:var(--display);
  font-size:17px!important;
  font-weight:600;
}
.analytics-consent .button {
  flex:none;
  white-space:nowrap;
}
.course-seo-links,
.seo-links {
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:24px;
}
.course-seo-links a,
.seo-links a {
  color:var(--blue);
  font-size:13px;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:4px;
}
.seo-hero {
  padding:92px 0 78px;
  background:linear-gradient(135deg,var(--sky),#fff 62%,var(--sunlight));
}
.seo-hero h1 {
  max-width:780px;
  margin:14px 0 20px;
  font-size:clamp(42px,7vw,76px);
}
.seo-lead {
  max-width:680px;
  margin-bottom:28px;
  color:var(--muted);
  font-size:18px;
}
.seo-content {
  max-width:860px;
}
.seo-content h2 {
  margin-bottom:18px;
  font-size:clamp(28px,4vw,42px);
}
.seo-content p {
  max-width:760px;
  margin-bottom:16px;
  color:var(--muted);
}
.seo-content ul {
  max-width:720px;
  margin:20px 0 0;
  padding-left:22px;
  color:var(--muted);
}
.seo-content li+li {
  margin-top:8px;
}
.seo-footer {
  display:flex;
  align-items:center;
  gap:24px;
  padding-block:36px;
  border-top:1px solid var(--line);
}
.seo-footer p {
  margin-left:auto;
  color:var(--muted);
  font-size:13px;
}
.seo-footer small {
  color:var(--muted);
}
@media(max-width:640px) {
  .analytics-consent {
    right:16px;
    bottom:16px;
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
    width:calc(100% - 32px);
    padding:18px;
  }
  .analytics-consent .button {
    width:100%;
  }
  .seo-hero {
    padding:62px 0 54px;
  }
  .seo-lead {
    font-size:16px;
  }
  .seo-footer {
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }
  .seo-footer p {
    margin-left:0;
  }
}
