.bg-squiggle-orange {
  background-image: url('../images/decorative/squiggle-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 10rem;
  position: fixed;
  width: 10rem;
  right: -3rem;
  top: 2rem;
}

.bg-squiggle-green {
  background-image: url('../images/decorative/squiggle-green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 8rem;
  position: fixed;
  width: 8rem;
  left: -1rem;
  top: 26rem;
}

.bg-squiggle-blue {
  background-image: url('../images/decorative/squiggle-blue.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 6rem;
  position: fixed;
  width: 6rem;
  left: 1rem;
  top: 9rem;
}

a,
a:visited {
  color: #ffdd34;
  transition: all .2s ease;
}

a:hover {
  color: #fff;
}

div {
  box-sizing: border-box;
}

p {
  line-height: 1.6;
  padding: 1em 0;
  margin: 0 auto;
  max-width: 600px;
}

h1 {
  font-family: 'LoRes', sans-serif;
  letter-spacing: .1em;
}

section>h2 {
  margin: 2rem auto .6rem auto;
  max-width: 600px;
}

ol {
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
}

ol>li {
  margin: 0 0 1rem 0;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  background: #e6ecf8;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: .8rem;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #e6ecf8;
  border: 2px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: .8rem 2.4rem .8rem .8rem;
  width: 100%;
}

.select {
  position: relative;
}

.select::after {
  border: 8px solid transparent;
  border-top: 8px solid #000;
  content: "";
  margin: 6px 8px 0 0;
  position: absolute;
  top: 1rem;
  right: 0;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html {
  background: #3B6ED8;
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.menu-expanded {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.content {
  margin: 3rem auto 5rem auto;
  max-width: 1200px;
  overflow-x: hidden;
  padding: 3rem .6rem;
}

.footer {
  color: #000;
  background: #eff5ff;
  padding: 8rem 2rem;
  flex: 1;
}

.footer a {
  color: #3B6ED8;
}

.footer a:hover {
  opacity: .6;
  transition: all .2s ease;
}

.footer a:visited {
  color: #3B6ED8;
}

.footer nav {
  margin: 1rem 0;
  text-align: center;
}

.footer nav ul {
  margin: 0;
  padding: 0;
}

.footer nav li {
  display: block;
  list-style-type: none;
}

.footer-copy {
  font-size: 16px;
  opacity: .6;
  text-align: center;
}

.footer-logo {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 600px;
  width: 100%;
}

.footer-contact {
  column-gap: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin: 4rem auto;
  max-width: 600px;
  row-gap: 1rem;
}

.footer-contact-card {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(59, 110, 216, .12);
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(24, 44, 82, .06);
  padding: 1.25rem 1.4rem;
}

.footer-waitlist-card {
  text-align: center;
}

.footer-phone,
.footer-email {
  align-items: center;
  column-gap: 1rem;
  display: grid;
  font-size: 1.2rem;
  grid-template-columns: auto 1fr;
}

.footer-email {
  margin-top: .9rem;
}

.footer-card-label {
  color: #1f3f8f;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: .65rem;
  text-transform: uppercase;
}

.footer-hours-text {
  font-size: 1.15rem;
  line-height: 1.5;
}

.footer-waitlist-card .cta {
  margin-top: 1rem;
}

.footer-phone-icon,
.footer-email-icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 2rem;
  width: 2rem;
}

.footer-phone-icon {
  background: url("../images/icons/phone-solid.svg");
}

.footer-email-icon {
  background: url("../images/icons/envelope-solid.svg");
}

.footer-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1rem;
  justify-content: center;
  padding-top: .25rem;
}

.footer-social a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.footer-social a:focus-visible {
  outline: 2px solid #3B6ED8;
  outline-offset: 4px;
  border-radius: 999px;
}

.footer-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 2.2rem;
  transition: opacity .2s ease, transform .2s ease;
  width: 2.2rem;
}

.footer-social a:hover .footer-social-icon,
.footer-social a:focus-visible .footer-social-icon {
  opacity: .7;
  transform: translateY(-1px);
}

.footer-social-facebook {
  background-image: url("../images/icons/facebook.svg");
}

.footer-social-instagram {
  background-image: url("../images/icons/instagram.svg");
}

.footer-social-linkedin {
  background-image: url("../images/icons/linkedin.svg");
}

.footer-social-tiktok {
  background-image: url("../images/icons/tiktok.svg");
}

.footer-social-xiaohongshu {
  background-image: url("../images/icons/xiaohongshu-seeklogo.svg");
}

.footer-social-whatsapp {
  background-image: url("../images/icons/whatsapp.svg");
}

.header {
  background: #3B6ED8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: .4rem .6rem;
  position: fixed;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  z-index: 10;
}

.header-content {
  align-items: center;
  column-gap: .6rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: 1200px;
}

.header .logo {
  color: #fff;
  font-family: "Dunkin", sans-serif;
  font-size: 1.2rem;
  margin: .2rem;
  text-decoration: none;
}

.header .logo:hover {
  opacity: .6;
}

.header-spacer {
  width: 1.6rem;
}

.whatsapp-widget {
  align-items: center;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  display: inline-flex;
  filter: drop-shadow(0 8px 20px rgba(24, 44, 82, .22));
  gap: .65rem;
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  text-decoration: none;
  z-index: 15;
}

.whatsapp-widget:visited {
  color: #173b2a;
}

.whatsapp-widget__message {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(23, 59, 42, .12);
  border-radius: 999px;
  color: #173b2a;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.25;
  padding: .65rem .9rem;
  transition: max-width .35s cubic-bezier(.2, .75, .25, 1), opacity .2s ease, padding .35s cubic-bezier(.2, .75, .25, 1), transform .35s cubic-bezier(.2, .75, .25, 1), box-shadow .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.whatsapp-widget__icon {
  background-color: #25d366;
  background-image: url("../images/icons/whatsapp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem;
  border: 2px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(18, 84, 43, .28);
  flex: 0 0 auto;
  height: 3.25rem;
  transition: transform .2s ease, background-color .2s ease;
  width: 3.25rem;
}

.whatsapp-widget:hover,
.whatsapp-widget:focus-visible {
  color: #173b2a;
}

.whatsapp-widget:hover .whatsapp-widget__message,
.whatsapp-widget:focus-visible .whatsapp-widget__message {
  box-shadow: 0 6px 18px rgba(24, 44, 82, .12);
}

.whatsapp-widget:hover .whatsapp-widget__icon,
.whatsapp-widget:focus-visible .whatsapp-widget__icon {
  background-color: #1fbd59;
  transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
  .whatsapp-widget__message {
    border-color: transparent;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    transform: translateX(.65rem);
  }

  .whatsapp-widget:hover .whatsapp-widget__message,
  .whatsapp-widget:focus-visible .whatsapp-widget__message {
    border-color: rgba(23, 59, 42, .12);
    max-width: 15rem;
    opacity: 1;
    padding-left: .9rem;
    padding-right: .9rem;
    transform: translateX(0);
  }
}

.whatsapp-widget:focus-visible {
  border-radius: 999px;
  outline: 3px solid #ffdd34;
  outline-offset: 4px;
}

.menu-open {
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: .8rem;
  font-weight: bold;
  opacity: 1;
  width: 1.6rem;
  transition: opacity .2s ease;
}

.menu-open:hover {
  opacity: .6;
}

.menu-open div {
  background: #fff;
  height: 2px;
  margin: 0 0 6px 0;
}

.menu-open div:last-child {
  margin: 0;
}

.menu-close {
  background: none;
  border: 1px solid #fff;
  border-radius: .8rem;
  color: #fff;
  cursor: pointer;
  font-size: .8rem;
  font-weight: bold;
  margin: .5rem 1rem;
  opacity: 1;
  padding: .5rem 1rem;
  transition: opacity .2s ease;
}

.menu-close:hover {
  opacity: .6;
}

.sidebar {
  background: #3B6ED8;
  height: 100vh;
  left: -100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  transition: left .3s ease;
  z-index: 20;
}

.sidebar-wrapper {
  background: rgba(10, 29, 70, .35);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 19;
}

.sidebar-wrapper.expand {
  display: block;
}

.sidebar nav {
  padding: 0;
}

.sidebar nav ul {
  margin: 0;
  padding: 0;
}

.sidebar nav li {
  border-bottom: 1px solid #2556be;
  display: block;
}

.sidebar.expand {
  left: 0;
}

.cta {
  background: #ffdd34;
  border: none;
  border-radius: 30px;
  color: #000;
  display: inline-flex;
  /* font-family: 'LoRes', sans-serif; */
  font-size: .8em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  gap: 8px;
  align-items: center;
}

a.cta:visited {
  color: #000;
}

.cta:hover,
a.cta:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

/* Shared testimonial carousel */
.testimonial-carousel {
  -ms-overflow-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
  scrollbar-width: none;
}

.testimonial-carousel .testimonial-scroll::-webkit-scrollbar {
  display: none;
}

.testimonial-carousel .testimonial-scroll {
  align-items: start;
  display: flex;
  height: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.testimonial-carousel .testimonial {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 1rem;
  position: relative;
}

.testimonial-carousel .testimonial-photo {
  border-radius: 50%;
  height: 250px;
  overflow: hidden;
  width: 250px;
}

.testimonial-carousel .testimonial-photo img {
  max-width: 100%;
}

.testimonial-carousel .testimonial-text {
  background: #eff5ff;
  border-radius: 20px;
  color: #000;
  max-width: 250px;
  padding: 1rem;
  position: relative;
  top: -30px;
  white-space: normal;
}

.testimonial-carousel .testimonial-text::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #eff5ff;
  bottom: 100%;
  content: '';
  position: absolute;
}

.testimonial-carousel .testimonial-source {
  font-size: .85rem;
  max-width: 250px;
  padding: 1rem 0 0;
  position: relative;
  top: -30px;
  white-space: normal;
}

/* Testimonial section headings */
.testimonial-section-heading {
  margin: 0 auto 2rem;
  max-width: 680px;
  padding: 0 1rem;
  text-align: center;
}

.testimonial-section-label {
  color: #ffdd34;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

.testimonial-section-heading h2 {
  font-family: "LoRes", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
  margin: 0 0 .85rem;
}

.testimonial-section-heading>p:last-child {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 560px;
}

.sidebar nav {
  margin: 3rem 0 0 0;
}

.sidebar nav a {
  color: #fff;
  display: block;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .2s ease;
}

.sidebar nav a:hover {
  background: #2556be;
}

.form-section {
  margin: 0 auto;
  max-width: 500px;
}

.form-section h1 {
  text-align: center;
}

.form-section .form-card {
  margin-top: 1rem;
}

.form-card {
  background: #eff5ff;
  border-radius: 20px;
  box-sizing: border-box;
  color: #000;
  margin: 0 auto 2rem auto;
  max-width: 600px;
  overflow: hidden;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  position: relative;
}

.form-card::before {
  background: #D8BB2B;
  content: "";
  position: absolute;
  height: .8rem;
  top: 0;
  width: 100%;
  left: 0;
}

.form-card.light-orange::before {
  background: #DB9627;
}

.form-card.green::before {
  background: #0AA15D;
}

.form-card input {
  display: block;
}

.form-card input[type="submit"] {
  margin: 0 auto;
}

.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="password"],
.form-card input[type="number"],
.form-card select {
  margin: 0 0 1.5rem 0;
}

.form-card.hide {
  display: none;
}

.form-success {
  display: none;
  font-weight: bold;
}

.form-success.show {
  display: block;
}

@media (max-width: 370px) {}

@media (max-width: 480px) {
  .whatsapp-widget {
    bottom: max(.85rem, env(safe-area-inset-bottom));
    gap: .45rem;
    right: max(.65rem, env(safe-area-inset-right));
  }

  .whatsapp-widget__message {
    font-size: .7rem;
    max-width: 8.5rem;
    padding: .55rem .7rem;
    white-space: normal;
  }

  .whatsapp-widget__icon {
    background-size: 1.55rem;
    height: 2.85rem;
    width: 2.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .whatsapp-widget__message,
  .whatsapp-widget__icon {
    transition: none;
  }
}

@media (min-width: 600px) {

  h1 {
    font-size: 2rem;
    text-align: center;
  }

  .header-content {
    grid-template-columns: 1fr auto 1fr;
  }

  .header .logo {
    text-align: center;
  }
}

@media (min-width: 768px) {

  .footer nav {
    display: flex;
    justify-content: center;
  }

  .footer nav li {
    display: inline-block;
    padding: 0 .5rem;
  }

}

@media (min-width: 900px) {

  html {
    font-size: 18px;
  }

  .bg-squiggle-orange {
    height: 20rem;
    width: 20rem;
    right: -3rem;
    top: 0;
  }

  .bg-squiggle-green {
    height: 16rem;
    width: 16rem;
    left: -1rem;
    top: 20rem;
  }

  .bg-squiggle-blue {
    height: 10rem;
    width: 10rem;
    left: 1rem;
    top: 8rem;
  }

  .bg-squiggle-pink {
    background-image: url('../images/decorative/squiggle-pink.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 10rem;
    position: fixed;
    width: 10rem;
    left: 12rem;
    top: 30rem;
  }

  .sidebar {
    max-width: 600px;
  }

  .footer-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    max-width: 1000px;
  }

  .footer-contact-card {
    width: 100%;
  }

  .footer-waitlist-card,
  .footer-social-card {
    grid-column: 1 / -1;
  }

  .footer-social {
    gap: 1rem 1.25rem;
  }

}