html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 88px;
}

.section-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  margin: 0;
  color: #25405a;
  background: #f2f2f2;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

body.is-lightbox-open {
  overflow: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
button:focus,
.gallery-tile:focus,
.carousel-control:focus {
  outline: 3px solid #d8b36f;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 14px;
  color: #ffffff;
  background: #063f6b;
  border-radius: 5px;
  transform: translateY(-140%);
  transition: transform .2s ease;
}

.skip-link:focus {
  color: #ffffff;
  transform: translateY(0);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-main,
.date-card,
.feature-item,
.module-list li,
.teacher-card img,
.testimonial-card,
.location-photos img,
.address-pill {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.container {
  max-width: 1030px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 3px solid #073e68;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.site-navbar {
  min-height: 72px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.site-navbar .navbar-brand {
  height: 72px;
  padding: 9px 15px;
}

.site-navbar .navbar-brand img {
  width: 154px;
  height: auto;
}

.site-navbar .navbar-toggle {
  margin-top: 19px;
  border-color: #0a4773;
}

.site-navbar .navbar-toggle .icon-bar {
  background: #0a4773;
}

.site-navbar .navbar-nav > li > a {
  color: #7a4e16;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus {
  color: #083f68;
  background: transparent;
}

.hero {
  overflow: hidden;
  color: #ffffff;
  background: #073e68;
}

.hero .container {
  max-width: 1480px;
}

.hero-row {
  display: flex;
  flex-direction: column-reverse;
}

.hero-copy {
  padding: 22px 15px 30px;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #c8d9e6;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-kicker span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #7b9cb7;
}

.hero h1 {
  margin: 0;
  color: #d8b46d;
  font-size: 45px;
  font-weight: 800;
  line-height: .91;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 14px 0 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-list li {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.hero-list .glyphicon {
  margin-right: 6px;
  color: #d8b46d;
}

.hero-media {
  padding: 0;
}

.hero-media img {
  width: 100%;
}

.course-info {
  padding: 32px 0 34px;
  background: #e8e8e8;
}

.course-info .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date-grid {
  display: flex;
  width: 100%;
  gap: 14px;
  margin-bottom: 18px;
}

.date-card {
  flex: 1;
  min-height: 104px;
  padding: 17px 12px 14px;
  color: #7c746f;
  text-align: center;
  background: #f6f2ea;
  border: 1px solid #d9c8ac;
  border-radius: 7px;
}

.date-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(10, 71, 115, .12);
}

.date-card .glyphicon {
  display: block;
  margin-bottom: 5px;
  color: #d3a866;
  font-size: 25px;
}

.date-card small,
.date-card span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.date-card strong {
  display: block;
  color: #6d6258;
  font-size: 14px;
  line-height: 1.2;
}

.limited-note {
  margin: 0 0 16px;
  color: #7a4e16;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.place-note {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 320px;
  margin: 0 0 20px;
  padding: 15px 22px;
  color: #655f5b;
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
}

.place-note .glyphicon {
  display: inline-block;
  margin-right: 0;
  color: #d3a866;
  font-size: 50px;
  vertical-align: middle;
}

.place-copy {
  display: inline-block;
}

.support-text {
  max-width: 720px;
  margin: 0 auto 0;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}

.support-text strong {
  font-weight: 700;
}

.course-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 22px;
}

.course-stars span {
  height: 1px;
  flex: 1;
  max-width: 430px;
  background: #b18142;
}

.course-stars strong {
  color: #7a4e16;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1;
}

.features {
  padding: 28px 0 34px;
  background: #f3f3f3;
}

.stars {
  margin-bottom: 12px;
  color: #c69b55;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #4f5961;
  font-size: 13px;
  text-align: center;
}

.feature-grid {
  margin-right: -8px;
  margin-left: -8px;
}

.feature-grid > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.feature-item {
  min-height: 132px;
  margin-bottom: 14px;
  padding: 0;
}

.feature-item:hover {
  transform: translateY(-3px);
}

.feature-item h3 {
  margin: 0 0 8px;
  color: #0a4773;
  font-size: 15px;
  font-weight: 800;
}

.feature-item p {
  margin: 0;
  color: #5f666d;
  font-size: 12px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
}

.feature-photo-wrap {
  margin-top: 18px;
}

.feature-photo {
  width: 210px;
  margin: 0 auto;
  border-radius: 8px;
}

.cta-wrap {
  clear: both;
  margin-top: 18px;
  text-align: center;
}

.btn-main {
  min-width: 230px;
  padding: 13px 20px;
  border: 0;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: normal;
}

.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.btn-primary,
.btn-primary:focus {
  background: #063f6b;
}

.btn-primary:hover {
  background: #082f4e;
}

.btn-gold,
.btn-gold:focus {
  color: #ffffff;
  background: #c19352;
}

.btn-gold:hover {
  color: #ffffff;
  background: #aa7d42;
}

.btn-main .glyphicon {
  margin-right: 6px;
}

.course-dynamics {
  padding: 42px 0 46px;
  background: #f6f6f6;
}

.course-gallery {
  padding: 46px 0 54px;
  background: #efefef;
}

.course-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gallery-tile {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: zoom-in;
}

.gallery-tile img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.course-gallery-grid .gallery-tile img {
  aspect-ratio: 16 / 9;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
}

.gallery-tile:hover img,
.gallery-tile:focus img {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .16);
  filter: saturate(1.06);
}

.results-mosaic {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 980px;
  margin: 0 auto 34px;
}

.results-tile img {
  height: 100%;
  min-height: 150px;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
}

.results-tile--1,
.results-tile--6 {
  grid-column: span 2;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.line-title h2 {
  margin: 0;
  color: #0a4773;
  font-size: 21px;
  font-weight: 600;
}

.section-heading p {
  margin: 9px 0 0;
  color: #4f5961;
  font-size: 12px;
}

.module-row {
  margin-right: -6px;
  margin-left: -6px;
}

.module-column {
  padding-right: 6px;
  padding-left: 6px;
}

.module-column h3 {
  margin: 0 0 11px;
  color: #0a4773;
  font-size: 12px;
  font-weight: 700;
}

.module-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-list li {
  min-height: 58px;
  margin-bottom: 8px;
  padding: 11px 9px;
  color: #646b70;
  background: #ffffff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
  text-align: justify;
  text-align-last: left;
  text-transform: uppercase;
}

.module-list li:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.module-list li:nth-child(even) {
  background: #ececec;
}

.module-photo {
  width: 100%;
  margin: 11px 0 12px;
  border-radius: 6px;
}

.teachers,
.student-results {
  color: #ffffff;
  background: #063f6b;
}

.teachers {
  padding: 42px 0 30px;
}

.teacher-card {
  max-width: 410px;
  margin: 0 auto 30px;
  text-align: center;
}

.teacher-card img {
  width: 100%;
  border-radius: 6px;
}

.teacher-card:hover img {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .2);
}

.teacher-card h3 {
  margin: 15px 0 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.teacher-role {
  margin-bottom: 14px;
  color: #d7b872;
  font-size: 11px;
  font-weight: 700;
}

.teacher-card p {
  color: #edf5fb;
  font-size: 11px;
  line-height: 1.65;
}

.teacher-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}

.teacher-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(216, 179, 111, .18);
  border: 1px solid rgba(216, 179, 111, .65);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.teacher-actions a:hover,
.teacher-actions a:focus {
  color: #063f6b;
  background: #d8b36f;
}

.teacher-actions--dark {
  justify-content: flex-start;
}

.teacher-actions--dark a {
  color: #063f6b;
  background: #f6f2ea;
  border-color: #d9c8ac;
}

.teacher-actions--dark a:hover,
.teacher-actions--dark a:focus {
  color: #ffffff;
  background: #063f6b;
  border-color: #063f6b;
}

.student-results {
  padding: 14px 0 44px;
}

.line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 24px;
  text-align: center;
}

.line-title span {
  width: 70px;
  height: 3px;
  background: #0a4773;
}

.line-title.light span {
  background: #d5e1ea;
}

.line-title.light h2 {
  color: #edf5fb;
  font-size: 16px;
}

.results-collage {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.testimonial-panel {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.testimonial-panel .row {
  margin-right: -15px;
  margin-left: -15px;
}

.testimonial-panel [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.testimonial-card {
  position: relative;
  min-height: 205px;
  margin-bottom: 30px;
  padding: 33px 46px 58px;
  color: #242424;
  background: #e8e8e8;
  border: 1px solid #a87428;
  border-radius: 18px;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.testimonial-card h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #7a4e16;
  font-size: 17px;
  font-weight: 800;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 20px;
}

.testimonial-head img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: cover;
  border: 2px solid #d8b36f;
  border-radius: 50%;
}

.testimonial-stars {
  color: #063f6b;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}

.testimonial-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  text-align: justify;
  text-align-last: left;
}

.testimonial-card a {
  position: absolute;
  right: 46px;
  bottom: 29px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7a4e16;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}

.testimonial-card a .glyphicon {
  width: 24px;
  height: 24px;
  border: 2px solid #b18142;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.batches-title {
  margin-top: 34px;
}

.batches-carousel {
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, .12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.batches-carousel .carousel-inner {
  background: #063f6b;
}

.batches-carousel .item img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
}

.batches-carousel .carousel-control {
  width: 9%;
  background: none;
  color: #ffffff;
  opacity: .9;
  text-shadow: none;
}

.batches-carousel .carousel-control:hover,
.batches-carousel .carousel-control:focus {
  opacity: 1;
}

.batches-carousel .carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}

.batches-carousel .carousel-indicators li {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border-color: #ffffff;
  background: rgba(255, 255, 255, .35);
}

.batches-carousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background: #d8b36f;
  border-color: #d8b36f;
}

.location {
  padding: 38px 0 26px;
  background: #f4f4f4;
}

.faq-section {
  padding: 48px 0 52px;
  background: #ffffff;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  padding: 18px 20px;
  background: #f6f6f6;
  border-left: 4px solid #b18142;
  border-radius: 7px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .1);
}

.faq-item h3 {
  margin: 0 0 8px;
  color: #063f6b;
  font-size: 15px;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  color: #364554;
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  text-align-last: left;
}

.location .line-title h2 {
  color: #063f6b;
  font-size: 28px;
  font-weight: 800;
}

.location-photos {
  margin-bottom: 26px;
}

.location-photos img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
}

.location-photos img:hover {
  transform: scale(1.015);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
}

.address-pill {
  display: block;
  max-width: 620px;
  margin: 0 auto 34px;
  padding: 15px 18px;
  color: #ffffff;
  text-align: center;
  background: #d8b36f;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
}

.address-pill:hover,
.address-pill:focus {
  color: #ffffff;
  background: #caa057;
}

.address-pill .glyphicon {
  margin-right: 9px;
  font-size: 22px;
  vertical-align: middle;
}

.legal {
  color: #4b5660;
  text-align: center;
}

.legal p {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 600;
}

.privacy-link {
  margin-top: 12px;
}

.privacy-link a {
  color: #7a4e16;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 104px;
  left: 24px;
  z-index: 1090;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #263849;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(10, 71, 115, .18);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
}

.cookie-consent.is-visible {
  display: flex;
}

.cookie-consent__text strong {
  display: block;
  margin-bottom: 4px;
  color: #063f6b;
  font-size: 15px;
}

.cookie-consent__text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.cookie-consent__text a {
  color: #7a4e16;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-consent__actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.cookie-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.cookie-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.cookie-btn--ghost {
  color: #063f6b;
  background: #ffffff;
  border: 1px solid #c9d3dc;
}

.cookie-btn--primary {
  color: #ffffff;
  background: #063f6b;
  border: 1px solid #063f6b;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, .82);
}

.image-lightbox.is-visible {
  display: flex;
}

.image-lightbox__dialog {
  max-width: min(1120px, 96vw);
  max-height: 90vh;
}

.image-lightbox__dialog img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.image-lightbox__close {
  position: fixed;
  top: 18px;
  right: 24px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: rgba(6, 63, 107, .9);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.image-lightbox__close:hover,
.image-lightbox__close:focus {
  background: #b18142;
}

.privacy-page {
  background: #f4f4f4;
}

.privacy-nav {
  margin-right: 0;
}

.privacy-content {
  padding: 54px 0 70px;
}

.privacy-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 46px;
  background: #ffffff;
  border: 1px solid #d9c8ac;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
}

.privacy-kicker {
  margin: 0 0 8px;
  color: #7a4e16;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.privacy-card h1 {
  margin: 0 0 12px;
  color: #063f6b;
  font-size: 34px;
  font-weight: 800;
}

.privacy-card h2 {
  margin: 0 0 30px;
  color: #3c4c5a;
  font-size: 20px;
  font-weight: 600;
}

.privacy-card h3 {
  margin: 24px 0 8px;
  color: #063f6b;
  font-size: 17px;
  font-weight: 800;
}

.privacy-card p {
  margin: 0 0 12px;
  color: #333333;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  text-align-last: left;
}

.privacy-card .btn-main {
  margin-top: 24px;
}

.curriculum-card {
  max-width: 980px;
}

.curriculum-hero {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}

.curriculum-hero img {
  width: 220px;
  height: auto;
  flex: 0 0 220px;
  border-radius: 8px;
  background: #e9eeee;
}

.curriculum-list {
  margin: 0 0 18px;
  padding-left: 20px;
}

.curriculum-list li {
  margin-bottom: 8px;
  color: #333333;
  font-size: 15px;
  line-height: 1.65;
}

.floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  animation: whatsapp-nudge 15s ease-in-out infinite;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

.floating-whatsapp__label {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: #ffffff;
  background: #22d363;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 5px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.floating-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #ffffff;
  background: #22d363;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .24);
}

.floating-whatsapp__icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.floating-whatsapp__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

@keyframes whatsapp-nudge {
  0%,
  88%,
  100% {
    transform: translateY(0) scale(1);
  }

  90% {
    transform: translateY(-4px) scale(1.02);
  }

  92% {
    transform: translateY(0) scale(1);
  }

  94% {
    transform: translateY(-3px) scale(1.015);
  }

  96% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .floating-whatsapp {
    animation: none;
  }

  .btn-main,
  .date-card,
  .feature-item,
  .module-list li,
  .teacher-card img,
  .testimonial-card,
  .location-photos img,
  .address-pill {
    transition: none;
  }
}

@media (min-width: 480px) {
  .hero h1 {
    font-size: 55px;
  }

  .feature-photo {
    width: 260px;
  }

  .module-list li {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .privacy-content {
    padding: 28px 0 44px;
  }

  .privacy-card {
    padding: 28px 20px;
  }

  .privacy-card h1 {
    font-size: 27px;
  }

  .privacy-card h2 {
    font-size: 17px;
  }

  .curriculum-hero {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .curriculum-hero img {
    width: 180px;
    flex-basis: auto;
  }

  .cookie-consent {
    right: 12px;
    bottom: 82px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 15px;
  }

  .cookie-consent__actions {
    flex-direction: column-reverse;
  }

  .cookie-btn {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    gap: 9px;
  }

  .floating-whatsapp__label {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .floating-whatsapp__icon {
    width: 52px;
    height: 52px;
    border-width: 4px;
  }

  .floating-whatsapp__icon svg {
    width: 31px;
    height: 31px;
  }

  .course-gallery-grid {
    display: flex;
    gap: 14px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .course-gallery-grid .gallery-tile {
    flex: 0 0 84%;
    scroll-snap-align: center;
  }

  .course-gallery-grid::-webkit-scrollbar,
  .testimonial-panel .row::-webkit-scrollbar {
    height: 6px;
  }

  .course-gallery-grid::-webkit-scrollbar-thumb,
  .testimonial-panel .row::-webkit-scrollbar-thumb {
    background: rgba(177, 129, 66, .65);
    border-radius: 99px;
  }

  .testimonial-panel {
    max-width: none;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }

  .testimonial-panel .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .testimonial-panel [class*="col-"] {
    float: none;
    width: auto;
    flex: 0 0 88%;
    padding-right: 0;
    padding-left: 0;
    scroll-snap-align: center;
  }

  .testimonial-card {
    min-height: 0;
    height: 100%;
    margin-bottom: 0;
    padding: 24px 22px 62px;
    border-radius: 14px;
  }

  .testimonial-card h3 {
    flex-wrap: wrap;
    gap: 8px;
    font-size: 15px;
  }

  .testimonial-head {
    align-items: flex-start;
    gap: 12px;
  }

  .testimonial-head img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .testimonial-stars {
    font-size: 18px;
  }

  .testimonial-card p,
  .testimonial-card a {
    font-size: 14px;
  }

  .testimonial-card a {
    right: 22px;
    bottom: 24px;
  }
}

@media (min-width: 768px) {
  .site-navbar .navbar-brand img {
    width: 182px;
  }

  .hero-row {
    min-height: 445px;
    flex-direction: row;
    align-items: stretch;
  }

  .hero-copy {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hero h1 {
    font-size: 59px;
  }

  .hero-subtitle {
    font-size: 21px;
  }

  .hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28px;
    padding-right: 0;
    padding-bottom: 28px;
  }

  .hero-media img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .course-info {
    padding-top: 34px;
  }

  .course-info .row {
    flex-direction: row;
    align-items: center;
  }

  .course-info .col-sm-5 {
    text-align: center;
  }

  .course-info .col-sm-7 {
    padding-left: 48px;
  }

  .date-grid {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .place-note {
    margin-bottom: 0;
  }

  .features {
    padding-top: 34px;
  }

  .stars,
  .section-intro {
    text-align: left;
  }

  .feature-photo-wrap {
    margin-top: 58px;
  }

  .feature-photo {
    width: 100%;
  }

  .course-dynamics {
    padding-top: 58px;
  }

  .course-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .results-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .results-tile--1,
  .results-tile--6 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .results-tile--1 img,
  .results-tile--6 img {
    min-height: 312px;
  }

  .module-row {
    margin-right: -24px;
    margin-left: -24px;
  }

  .module-column {
    padding-right: 24px;
    padding-left: 24px;
  }

  .module-column h3 {
    font-size: 13px;
  }

  .module-list li {
    min-height: 70px;
    padding: 15px 16px;
    font-size: 11px;
  }

  .teachers {
    padding-top: 48px;
  }

  .teacher-card {
    margin-bottom: 0;
  }

  .student-results {
    padding-top: 42px;
  }

  .line-title span {
    width: 130px;
  }

  .line-title.light h2 {
    font-size: 18px;
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-photos img {
    margin-bottom: 0;
  }

  .address-pill {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .site-navbar .navbar-nav > li > a {
    padding-right: 13px;
    padding-left: 13px;
  }

  .hero h1 {
    font-size: 68px;
  }

  .hero-subtitle {
    font-size: 25px;
  }

  .hero-list li {
    font-size: 13px;
  }

  .feature-item h3 {
    font-size: 16px;
  }

  .feature-item p {
    font-size: 13px;
  }

  .module-list li {
    font-size: 12px;
  }

  .teacher-card p {
    font-size: 12px;
  }

  .course-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
