:root {
  --shared-color-primary: #e83c66;
  --shared-color-bg-dark: #0b1e28;
  --shared-shell-width: 1346px;
  --shared-mega-width: 1533px;
  --shared-radius-6: 6px;
  --shared-radius-10: 10px;
  --shared-radius-12: 12px;
  --shared-radius-64: 64px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
  width: 100%;
}

body .site-wrapper {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body .site-wrapper {
    overflow-x: hidden;
  }
}

.top-news {
  background: var(--shared-color-primary);
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 20;
}

.top-news-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  justify-content: center;
  margin: 0 auto;
  min-height: 44px;
  padding: 6px 0;
  position: relative;
  width: min(var(--shared-shell-width), calc(100vw - 40px));
}

.top-news-left {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  grid-column: 2;
  justify-content: center;
  line-height: 18px;
  margin: 0 auto;
  min-width: 0;
  text-align: center;
}

.top-news-left span {
  display: block;
  max-width: 100%;
  overflow: visible;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
}

.top-news-right {
  align-items: center;
  display: flex;
  gap: 0;
  grid-column: 3;
  justify-content: flex-end;
  justify-self: end;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}

.top-news-right a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
  text-decoration: none;
}

.top-news-right a {
  display: none !important;
}

.top-news-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 24px;
  min-width: 24px;
  padding: 0;
}

.contact-strip {
  background: var(--shared-color-bg-dark);
  border-bottom: 1px solid var(--shared-color-bg-dark);
  color: #f6f6f6;
  display: block;
  position: relative;
  width: 100%;
  z-index: 21;
}

.contact-strip-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-height: 48px;
  width: min(var(--shared-shell-width), calc(100vw - 40px));
}

.contact-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.contact-links a {
  align-items: center;
  color: #f6f6f6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
  text-decoration: none;
}

body .contact-strip {
  background: var(--shared-color-bg-dark) !important;
  display: block !important;
}

body .contact-strip .contact-strip-inner {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 48px !important;
}

body .contact-strip .contact-links {
  align-items: center !important;
  display: flex !important;
  gap: 24px !important;
}

body .contact-strip .contact-links a,
body.homepage-effects .contact-strip .contact-links a,
body.kampus-page .contact-strip .contact-links a {
  align-items: center !important;
  color: #f6f6f6 !important;
  display: inline-flex !important;
  font-size: 12px !important;
  gap: 8px !important;
  line-height: 18px !important;
  text-decoration: none !important;
}

body .contact-strip .contact-links a:first-child,
body.homepage-effects .contact-strip .contact-links a:first-child,
body.kampus-page .contact-strip .contact-links a:first-child {
  display: inline-flex !important;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-left: 24px;
}

.social-links a {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.site-header {
  background: #fafafa;
  position: relative;
  width: 100%;
  z-index: 22;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  min-height: 80px;
  padding: 16px 0;
  position: relative;
  width: min(var(--shared-shell-width), calc(100vw - 40px));
}

.brand {
  display: inline-flex;
  height: 40px;
  margin-right: 32px;
  width: 128px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 32px;
  margin-right: auto;
  position: relative;
}

.main-nav > a,
.main-nav > .mega-nav-item > .mega-trigger {
  align-items: center;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  line-height: 20px;
  padding: 10px 0;
  text-decoration: none;
}

.main-nav .is-semibold,
.main-nav .active,
.main-nav .is-active {
  font-weight: 600;
}

.main-nav > a.active,
.main-nav > a.is-active,
.main-nav > .mega-nav-item > .mega-trigger.active,
.main-nav > .mega-nav-item > .mega-trigger.is-active {
  border-bottom: 1px solid var(--shared-color-primary);
  color: var(--shared-color-primary);
}

.mega-nav-item {
  display: inline-flex;
  position: relative;
}

.mega-trigger {
  white-space: nowrap;
}

.mega-trigger-label {
  display: inline-flex;
}

.mega-trigger-caret {
  display: inline-flex;
  transform-origin: center;
  transition: transform 220ms ease;
}

.mega-submenu-toggle {
  display: none;
}

.mobile-submenu {
  display: none;
}

.mega-menu-panel {
  display: none;
}

@media (min-width: 1200px) {
  .mega-nav-item::after {
    content: "";
    display: none;
    height: 20px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
  }

  .mega-nav-item.mega-open::after,
  .mega-nav-item:focus-within::after {
    display: block;
  }

  .mega-menu-panel {
    --mega-panel-clamp-offset: 0px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.16);
    left: 50%;
    min-height: 0;
    padding: 28px 26px;
    position: absolute;
    top: calc(100% + 14px);
    transform: translateX(calc(-50% + var(--mega-panel-clamp-offset)));
    width: min(1200px, calc(100vw - 24px));
    z-index: 1200;
  }

  .mega-nav-item.mega-open .mega-menu-panel,
  .mega-nav-item:focus-within .mega-menu-panel {
    display: block;
  }

  .mega-menu-inner {
    align-items: start;
    column-gap: 28px;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(230px, 0.52fr) minmax(0, 1.02fr);
  }

  .main-nav .mega-menu-panel a {
    text-decoration: none;
  }

  .main-nav .mega-menu-panel .mega-course-card,
  .main-nav .mega-menu-panel .mega-books-image-wrap,
  .main-nav .mega-menu-panel .mega-level-image-wrap {
    color: #000000;
    display: block;
  }

  .main-nav .mega-menu-panel .mega-books-image-wrap,
  .main-nav .mega-menu-panel .mega-level-image-wrap {
    padding: 0;
  }

  .mega-menu-col-left {
    padding-inline: 10px;
    width: auto;
  }

  .mega-menu-col-right {
    padding-inline: 10px;
    width: auto;
  }

  .mega-menu-col-books {
    padding-inline: 4px;
    padding-top: 48px;
    width: auto;
  }

  .mega-menu-heading {
    margin-bottom: 0;
  }

  .mega-menu-heading-text {
    background: linear-gradient(81.66deg, #e83c66 0%, #e74e73 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.42px;
    line-height: 1.12;
    margin: 0 0 8px;
  }

  .mega-menu-top-line {
    border-top: 1px solid #b9b9b9;
    margin: 0;
    width: 100%;
  }

  .mega-course-card {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(16, 24, 40, 0.1);
    color: #000000;
    display: block;
    min-height: 104px;
    padding: 24px 24px 22px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  .mega-menu-col-left .mega-course-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 22px;
  }

  .mega-course-card-popular {
    margin-top: 18px;
  }

  .mega-course-card-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .mega-course-card-popular h4 {
    white-space: nowrap;
  }

  .mega-course-card-popular p {
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
  }

  .mega-course-card-popular .mega-popular-badge {
    margin: 0;
    position: static;
  }

  .mega-course-card + .mega-course-card {
    margin-top: 12px;
  }

  .mega-course-card h4 {
    background: linear-gradient(81.66deg, #e83c66 0%, #e74e73 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.48px;
    line-height: 1.25;
    margin: 0;
    white-space: nowrap;
  }

  .mega-course-card p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.32;
    margin: 10px 0 0;
    max-width: 100%;
  }

  .mega-course-card + .mega-course-card p {
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 1.3;
  }

  .mega-popular-badge {
    align-items: center;
    background: #e83c66;
    border-radius: 20px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    gap: 8px;
    height: 30px;
    padding: 0 11px;
    position: absolute;
    right: 16px;
    top: 16px;
  }

  .mega-level-image-wrap {
    aspect-ratio: 1040 / 479;
    background: #ffffff;
    border-radius: 14px;
    display: block;
    overflow: hidden;
    margin-top: 18px;
    width: 100%;
  }

  .mega-level-image-wrap img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }

  .mega-books-image-wrap {
    aspect-ratio: 1 / 1;
    background: #f4f1f0;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .mega-books-image-wrap img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }

  .mega-btn {
    align-items: center;
    background: #e83c66;
    border-radius: 101px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .main-nav .mega-menu-panel .mega-btn {
    color: #ffffff;
    display: inline-flex;
  }

  .main-nav .mega-menu-panel .mega-btn:hover,
  .main-nav .mega-menu-panel .mega-btn:focus,
  .main-nav .mega-menu-panel .mega-btn:focus-visible,
  .main-nav .mega-menu-panel .mega-btn:active {
    color: #ffffff !important;
  }

  .main-nav .mega-menu-panel .mega-btn:hover img,
  .main-nav .mega-menu-panel .mega-btn:focus img,
  .main-nav .mega-menu-panel .mega-btn:focus-visible img,
  .main-nav .mega-menu-panel .mega-btn:active img {
    filter: none !important;
    opacity: 1 !important;
  }

  .mega-btn-small {
    box-shadow: 0 2.897px 2.897px rgba(0, 0, 0, 0.25);
    font-size: 13px;
    gap: 6px;
    height: 30px;
    margin: 14px auto 0;
    max-width: 190px;
    padding-inline: 8px;
    width: 100%;
  }

  .mega-books-btn {
    font-size: 13px;
    gap: 8px;
    height: 32px;
    margin-top: 12px;
    max-width: none;
    padding-inline: 8px;
  }

  .mega-btn-large {
    font-size: 14px;
    gap: 9.5px;
    height: 40px;
    margin-top: 18px;
    width: 100%;
  }

  .mega-btn img {
    flex: 0 0 auto;
  }

  .mega-menu-panel-kampus {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px 26px;
    width: min(940px, calc(100vw - 24px));
  }

  .mega-kampus-menu {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
  }

  .mega-kampus-section-head {
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
    color: #e83c66;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
    min-height: 18px;
    padding-bottom: 8px;
  }

  .mega-kampus-left-grid {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .mega-kampus-intro h4 {
    color: #e83c66;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .mega-kampus-intro p {
    color: #0b1e28;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 14px;
  }

  .mega-kampus-pill {
    align-items: center;
    background: #e83c66;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    line-height: 1;
    min-height: 30px;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
  }

  .main-nav .mega-menu-panel .mega-kampus-pill {
    color: #ffffff;
  }

  .mega-kampus-pill {
    box-sizing: border-box;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    min-width: 0;
    padding: 8px 15px 8px 18px;
    width: max-content;
  }

  .mega-kampus-pill img {
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
  }

  .mega-kampus-card-grid {
    display: grid;
    gap: 12px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mega-kampus-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(16, 24, 40, 0.12);
    color: #0b1e28;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 112px;
    padding: 22px 42px 22px 15px;
    position: relative;
    text-align: left;
    text-decoration: none;
  }

  .mega-kampus-card span {
    color: #e83c66;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 9px;
    padding-left: 0;
    width: 100%;
  }

  .mega-kampus-card p {
    color: #0b1e28;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    padding-left: 0;
    width: 100%;
  }

  .mega-kampus-card > img {
    height: 24px;
    object-fit: contain;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
  }

  .mega-kampus-featured .mega-kampus-section-head {
    color: #e83c66;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .mega-kampus-featured-grid {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .mega-kampus-feature-card {
    align-items: flex-start;
    color: #0b1e28;
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    width: min(100%, 280px);
  }

  .mega-kampus-feature-card > img {
    aspect-ratio: 1200 / 628;
    border-radius: 18px;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.user-menu {
  display: inline-flex;
  position: relative;
}

.user-menu-dropdown {
  background: #ffffff;
  border: 1px solid #f2d9e1;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.14);
  display: grid;
  gap: 4px;
  min-width: 190px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  z-index: 1400;
}

.user-menu.is-authenticated.is-open .user-menu-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .user-menu.is-authenticated:hover .user-menu-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}

.user-menu-item {
  align-items: center;
  border-radius: 8px;
  color: #1f3442;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 40px;
  padding: 10px 12px;
  text-decoration: none;
}

.user-menu-item:hover {
  background: #fcf0f3;
  color: #e83c66;
}

.user-menu-item.user-menu-item-logout {
  color: #b32c52;
}

.user-menu-item.user-menu-item-logout:hover {
  background: #fff2f6;
  color: #9f2248;
}

.btn-cart {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--shared-radius-12);
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  min-width: 72px;
  padding: 12px 24px;
  position: relative;
}

.btn-account {
  align-items: center;
  background: #fcf0f3;
  border-radius: var(--shared-radius-12);
  display: none;
  justify-content: center;
  min-height: 48px;
  min-width: 56px;
  padding: 12px 16px;
  position: relative;
}

.btn-cart .cart-count-badge {
  align-items: center;
  background: #e83c66;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: 8px;
  top: 6px;
}

.btn-cart .cart-count-badge.is-hidden {
  display: none;
}

.btn-login {
  align-items: center;
  background: var(--shared-color-primary);
  border-radius: var(--shared-radius-12);
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  line-height: 20px;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
}

.btn-login.is-user {
  cursor: default;
}

.btn-login-label {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-auth-register,
.btn-auth-logout {
  align-items: center;
  border-radius: var(--shared-radius-12);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
}

.btn-auth-register {
  background: #fff4f7;
  border: 1px solid #f0c6d2;
  color: #96354d;
}

.btn-auth-logout {
  background: #102631;
  color: #ffffff;
}

.btn-auth-register.is-hidden,
.btn-auth-logout.is-hidden {
  display: none;
}

.btn-menu-icon {
  display: none;
}

.mobile-nav-extras {
  display: none;
}

@media (max-width: 1199px) {
  .btn-auth-register,
  .btn-auth-logout {
    display: none;
  }

  .btn-login-label {
    max-width: 120px;
  }

  .user-menu-dropdown {
    min-width: 172px;
    right: 0;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  body main [class*="grid"],
  body main [class*="layout"] {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 641px) and (max-width: 1199px),
  (min-width: 641px) and (max-width: 1366px) and (pointer: coarse),
  (min-width: 641px) and (max-width: 1366px) and (hover: none) {
  /* Homepage must stay in mobile layout on tablet as well */
  html,
  body.homepage-effects,
  body.homepage-effects .site-wrapper {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.homepage-effects .top-news .top-news-inner {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 32px !important;
    justify-content: center !important;
    padding: 6px 0 !important;
    position: relative !important;
  }

  body.homepage-effects .top-news .top-news-left {
    grid-column: 2 !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-right: 0 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body.homepage-effects .top-news .top-news-left span {
    overflow: visible !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  body.homepage-effects .top-news .top-news-right {
    grid-column: 3 !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  body.homepage-effects .site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e7edf2 !important;
  }

  body.homepage-effects .site-header .header-inner {
    min-height: 72px !important;
    padding: 8px 0 !important;
  }

  body.homepage-effects .site-header .main-nav {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 60px rgba(11, 30, 40, 0.24) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    left: 0 !important;
    margin-right: 0 !important;
    max-height: calc(100vh - 164px) !important;
    opacity: 0 !important;
    overflow-y: auto !important;
    padding: 16px 16px 18px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    transform: translateY(-10px) scale(0.98) !important;
    transform-origin: top right !important;
    visibility: hidden !important;
    width: auto !important;
  }

  body.homepage-effects .site-header.mobile-menu-open .main-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
  }

  body.homepage-effects .site-header .main-nav > a,
  body.homepage-effects .site-header .main-nav > .mega-nav-item > .mega-trigger {
    border-bottom: 1px solid #e7e7e7 !important;
    color: #0b1e28 !important;
    justify-content: space-between !important;
    padding: 13px 0 !important;
    width: 100% !important;
  }

  body.homepage-effects .site-header .main-nav > a.active,
  body.homepage-effects .site-header .main-nav > .mega-nav-item > .mega-trigger.active {
    background: #fcf0f3 !important;
    border-bottom-color: transparent !important;
    border-radius: 12px !important;
    color: #e83c66 !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.homepage-effects .site-header .mega-nav-item {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 32px !important;
    width: 100% !important;
  }

  body.homepage-effects .site-header .mega-nav-item > .mega-trigger {
    grid-column: 1 !important;
  }

  body.homepage-effects .site-header .mega-submenu-toggle {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    color: #0b1e28 !important;
    display: inline-flex !important;
    flex: 0 0 32px !important;
    grid-column: 2 !important;
    justify-content: center !important;
    padding: 13px 0 !important;
    width: 32px !important;
  }

  body.homepage-effects .site-header .mega-menu-panel {
    display: none !important;
  }

  body.homepage-effects .site-header .mobile-submenu {
    border-left: 2px solid #f4d3dc !important;
    display: none !important;
    flex-direction: column !important;
    gap: 4px !important;
    grid-column: 1 / -1 !important;
    margin: 4px 0 8px !important;
    padding: 6px 0 2px 12px !important;
  }

  body.homepage-effects .site-header .mega-nav-item.mobile-submenu-open .mobile-submenu {
    display: flex !important;
  }

  body.homepage-effects .site-header .mobile-nav-extras {
    border-top: 1px solid #e7e7e7 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 12px !important;
    padding-top: 14px !important;
  }

  body.homepage-effects .site-header .nav-actions {
    gap: 12px !important;
    margin-left: 12px !important;
  }

  body.homepage-effects .site-header .btn-cart,
  body.homepage-effects .site-header .btn-account,
  body.homepage-effects .site-header .btn-login {
    align-items: center !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    height: 48px !important;
    justify-content: center !important;
    min-height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    width: 48px !important;
  }

  body.homepage-effects .site-header .btn-cart,
  body.homepage-effects .site-header .btn-account,
  body.homepage-effects .site-header .btn-login {
    background: #fcf0f3 !important;
  }

  body.homepage-effects .site-header .btn-login {
    color: transparent !important;
    font-size: 0 !important;
    gap: 0 !important;
  }

  body.homepage-effects .site-header .btn-login img,
  body.homepage-effects .site-header .btn-login-label {
    display: none !important;
  }

  body.homepage-effects .site-header .btn-menu-icon {
    background: #e83c66 !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    width: 24px !important;
  }

  .lesson-grid {
    grid-template-columns: 1fr !important;
  }

  body.homepage-effects main .lesson-grid,
  body.homepage-effects main .first-look-grid,
  body.homepage-effects main .tool-row,
  body.homepage-effects main .tool-row-reverse,
  body.homepage-effects main .tool-row-second,
  body.homepage-effects main .journey-step,
  body.homepage-effects main .journey-step-reverse,
  body.homepage-effects main .reviews-grid,
  body.homepage-effects main .faq-grid,
  body.homepage-effects main .contact-form-wrap,
  body.homepage-effects main .footer-top,
  body.homepage-effects main .footer-links-grid,
  body.homepage-effects main .footer-bottom {
    grid-template-columns: 1fr !important;
  }
}

.site-footer {
  background: var(--shared-color-bg-dark);
  box-sizing: border-box;
  left: 0;
  margin-top: 120px;
  padding: 52px 0 48px;
  position: relative;
  right: 0;
  width: 100%;
}

body.has-contact-form-section .site-footer {
  margin-top: 20px !important;
}

body.books-page .site-footer {
  margin-top: 0;
}

body.has-contact-form-section .contact-cta img,
body.has-contact-form-section .contact-submit img {
  flex: 0 0 18px !important;
  height: 18px !important;
  width: 18px !important;
}

body.has-contact-form-section .contact-form .phone-input-wrap,
body.has-contact-form-section .contact-form .phone-row {
  grid-template-columns: 86px minmax(0, 1fr) !important;
}

body.has-contact-form-section .contact-form .phone-prefix,
body.has-contact-form-section .contact-form .phone-code-wrap {
  min-width: 86px !important;
  width: 86px !important;
}

body.has-contact-form-section .contact-form .phone-input-wrap input[type="tel"],
body.has-contact-form-section .contact-form .phone-row input[type="tel"],
body.has-contact-form-section .contact-form .phone-input-wrap select,
body.has-contact-form-section .contact-form .phone-row select {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

.site-footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto;
  width: min(1200px, calc(100% - 32px));
}

.site-footer .footer-top {
  display: grid;
  gap: 0;
  grid-template-columns: 492px repeat(3, minmax(0, 1fr));
}

.site-footer .footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.site-footer .footer-newsletter-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer .footer-newsletter-subscribe {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer .footer-newsletter p {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.site-footer .footer-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 279px;
}

.site-footer .footer-newsletter-form label {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
}

.site-footer .footer-newsletter-form input {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: var(--shared-radius-6);
  color: #ffffff;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 42px;
  padding: 10px 14px;
}

.site-footer .footer-newsletter-form input::placeholder {
  color: #888888;
}

.site-footer .footer-newsletter-form .footer-newsletter-consent {
  align-items: flex-start;
  color: #f6f6f6;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "SF Pro Text", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 18px;
}

.site-footer .footer-newsletter-form .footer-newsletter-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1.5px solid #9fb0bf;
  border-radius: 4px;
  cursor: pointer;
  display: inline-grid;
  flex: 0 0 18px;
  height: 18px;
  margin: 1px 0 0;
  min-height: 18px;
  padding: 0;
  place-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  width: 18px;
}

.site-footer .footer-newsletter-form .footer-newsletter-consent input[type="checkbox"]::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 9px;
  margin-top: -1px;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.16s ease;
  width: 5px;
}

.site-footer .footer-newsletter-form .footer-newsletter-consent input[type="checkbox"]:checked {
  background: var(--shared-color-primary);
  border-color: var(--shared-color-primary);
}

.site-footer .footer-newsletter-form .footer-newsletter-consent input[type="checkbox"]:checked::before {
  transform: rotate(45deg) scale(1);
}

.site-footer .footer-newsletter-form .footer-newsletter-consent input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(232, 60, 102, 0.2);
  outline: none;
}

.site-footer .footer-newsletter-form .footer-newsletter-consent span {
  display: block;
}

.site-footer .footer-newsletter-btn {
  align-items: center;
  background: var(--shared-color-primary);
  border: 0;
  border-radius: var(--shared-radius-64);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 12px 24px;
  width: fit-content;
}

.site-footer .footer-newsletter .footer-newsletter-note {
  color: #f6f6f6;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}

.form-feedback {
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 10px 12px;
}

.form-feedback.is-success {
  background: #e7f8ee;
  color: #195f3d;
}

.form-feedback.is-error {
  background: #ffe8ee;
  color: #9f2645;
}

.site-footer .footer-newsletter-form .form-feedback.is-success {
  background: #e7f8ee;
  color: #195f3d;
}

.site-footer .footer-newsletter-form .form-feedback.is-error {
  background: #ffe8ee;
  color: #9f2645;
}

.site-footer .footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer .footer-links-col h4 {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 8px;
  position: relative;
}

.site-footer .footer-links-col h4::after {
  background: rgba(246, 246, 246, 0.55);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 28px;
}

.site-footer .footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 264px;
  width: 100%;
}

.site-footer .footer-links-col a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.site-footer .footer-contact-link {
  align-items: center;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 40px;
  width: 100%;
}

.site-footer .footer-contact-text {
  display: block;
  line-height: 24px;
}

.site-footer .footer-contact-icon {
  align-items: center;
  background: #344b63;
  border-radius: var(--shared-radius-10);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.site-footer .footer-contact-address {
  align-items: start;
  color: #f6f6f6;
  min-height: 45.5px;
  padding-top: 2px;
}

.site-footer .footer-contact-address .footer-contact-text {
  display: flex;
  flex-direction: column;
}

.site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid #344b63;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding-top: 33px;
  text-align: center;
  width: 100%;
}

.site-footer .footer-copy {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  max-width: 1120px;
  order: 3;
  text-align: center;
}

.site-footer .footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  order: 2;
}

.site-footer .footer-social a {
  align-items: center;
  background: #344b63;
  border-radius: var(--shared-radius-10);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  order: 1;
  text-align: center;
  width: 100%;
}

.site-footer .footer-legal a {
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

@media (min-width: 961px) {
  body.homepage-effects[data-nav-active="ana"] .site-footer,
  body.homepage-effects .sepet-page .site-footer {
    left: auto;
    margin-top: 24px;
    padding: 48px 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  body.homepage-effects .site-footer .footer-container {
    gap: 48px;
    margin: 0 auto;
    width: min(1200px, calc(100% - 32px));
  }

  body.homepage-effects .site-footer .footer-top {
    gap: 0;
    grid-template-columns: 492px repeat(3, minmax(0, 1fr));
  }

  body.homepage-effects .site-footer .footer-newsletter,
  body.homepage-effects .site-footer .footer-links-col {
    border-radius: 0;
  }

  body.podcast-effects .site-footer .footer-newsletter,
  body.podcast-effects .site-footer .footer-links-col {
    border-radius: 0;
  }

  body.homepage-effects .site-footer .footer-newsletter-btn {
    border-radius: var(--shared-radius-64);
    width: fit-content;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  .lesson-grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer {
    overflow-x: clip;
    padding: 24px 0 28px;
  }

  body.has-contact-form-section .site-footer {
    margin-top: 16px !important;
  }

  body.has-contact-form-section .contact-card-visual {
    aspect-ratio: 1350 / 520 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.has-contact-form-section .contact-card-visual img {
    display: block;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    width: 100% !important;
  }

  .site-footer .footer-container {
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: min(1200px, calc(100% - 40px));
  }

  .site-footer .footer-top {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .site-footer .footer-newsletter {
    gap: 16px;
  }

  .site-footer .footer-newsletter-form {
    max-width: none;
    width: 100%;
  }

  .site-footer .footer-newsletter-btn {
    border-radius: var(--shared-radius-12);
    width: 100%;
  }

  .site-footer .footer-links-col {
    background: transparent;
    border-bottom: 1px solid #344b63;
    border-radius: 0;
    gap: 0;
    min-width: 0;
    padding: 12px 0;
  }

  .site-footer .footer-links-col:last-child {
    border-bottom: 0;
  }

  body .site-footer .footer-links-col h4 {
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px;
    margin: 0;
    width: 100%;
  }

  body .site-footer .footer-links-col h4::after {
    background: transparent;
    border-bottom: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    bottom: auto;
    content: "";
    flex: 0 0 auto;
    height: 12px;
    left: auto;
    margin-left: 12px;
    pointer-events: none;
    position: static;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 12px;
  }

  body .site-footer .footer-links-col:not(.is-collapsed) h4::after {
    transform: rotate(-135deg) translate(-1px, -1px);
  }

  body .site-footer .footer-links-col.is-collapsed > :not(h4) {
    display: none;
  }

  body .site-footer .footer-links-col:not(.is-collapsed) > :not(h4) {
    margin-top: 12px;
  }

  .site-footer .footer-contact-list {
    max-width: none;
  }

  .site-footer .footer-contact-text {
    overflow-wrap: anywhere;
  }

  .site-footer .footer-bottom {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    width: 100%;
  }

  .site-footer .footer-copy,
  .site-footer .footer-social,
  .site-footer .footer-legal {
    justify-self: center;
    margin-inline: auto;
    text-align: center;
  }

  .site-footer .footer-social {
    justify-content: center;
  }

  .site-footer .footer-legal {
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: center;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  /* Ensure mobile header sits on the white strip between top bars and page content */
  body.homepage-effects .site-header {
    background: #ffffff;
    border-bottom: 1px solid #e7edf2;
    top: auto;
    z-index: 60;
  }

  body.homepage-effects .site-header .header-inner {
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.homepage-effects .site-header .main-nav {
    z-index: 61;
  }

  body.homepage-effects .site-header.mobile-menu-open .main-nav {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  /* The previous page-level blur overlay hid the opened menu panel */
  body.homepage-effects::before,
  body.homepage-effects.mobile-nav-open::before {
    content: none;
    display: none;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  body.kampus-page.mobile-nav-open {
    overflow: hidden;
  }

  body.kampus-page .site-header {
    background: #ffffff;
    border-bottom: 1px solid #e7edf2;
    z-index: 60;
  }

  body.kampus-page .site-header .header-inner {
    gap: 8px;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 0;
  }

  body.kampus-page .site-header .brand {
    margin-right: auto;
  }

  body.kampus-page .site-header .main-nav {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e7edf2;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(11, 30, 40, 0.16);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin-right: 0;
    max-height: calc(100vh - 164px);
    opacity: 0;
    overflow-y: auto;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
    visibility: hidden;
    width: auto;
    z-index: 61;
  }

  body.kampus-page .site-header.mobile-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  body.kampus-page .site-header .main-nav > a,
  body.kampus-page .site-header .main-nav > .mega-nav-item > .mega-trigger {
    border-bottom: 1px solid #e7e7e7;
    color: #0b1e28;
    justify-content: space-between;
    padding: 13px 0;
    width: 100%;
  }

  body.kampus-page .site-header .main-nav > a.active,
  body.kampus-page .site-header .main-nav > .mega-nav-item > .mega-trigger.active {
    background: #fcf0f3;
    border-bottom-color: transparent;
    border-radius: 12px;
    color: #e83c66;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.kampus-page .site-header .main-nav > a:last-child,
  body.kampus-page .site-header .main-nav > .mega-nav-item:last-child > .mega-trigger {
    border-bottom: 0;
  }

  body.kampus-page .site-header .mega-nav-item {
    display: block;
    width: 100%;
  }

  body.kampus-page .site-header .mega-menu-panel {
    display: none !important;
  }

  body.kampus-page .site-header .mobile-nav-extras {
    border-top: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
    padding-top: 14px;
  }

  body.kampus-page .site-header .mobile-nav-cta {
    align-items: center;
    background: #e83c66;
    border-radius: 14px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 24px;
    min-height: 44px;
    width: 100%;
  }

  body.kampus-page .site-header .mobile-nav-support {
    background: #fcf6f8;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
  }

  body.kampus-page .site-header .mobile-nav-support-link {
    align-items: center;
    color: #0b1e28;
    display: inline-flex;
    font-size: 13px;
    gap: 8px;
    line-height: 18px;
  }

  body.kampus-page .site-header .nav-actions {
    gap: 8px;
    margin-left: 8px;
  }

  body.kampus-page .site-header .btn-cart,
  body.kampus-page .site-header .btn-account,
  body.kampus-page .site-header .btn-login {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    width: 44px;
  }

  body.kampus-page .site-header .btn-cart {
    background: #fcf0f3;
  }

  body.kampus-page .site-header .btn-account {
    background: #fcf0f3;
  }

  body.kampus-page .site-header .btn-login {
    background: #fcf0f3;
    color: transparent;
    font-size: 0;
    gap: 0;
    transition: background-color 220ms ease;
  }

  body.kampus-page .site-header .btn-login img,
  body.kampus-page .site-header .btn-login-label {
    display: none;
  }

  body.kampus-page .site-header .btn-menu-icon {
    background: #e83c66;
    border-radius: 999px;
    display: block;
    height: 2px;
    position: relative;
    transition: transform 0.24s ease, background-color 0.24s ease;
    width: 22px;
  }

  body.kampus-page .site-header .btn-menu-icon::before,
  body.kampus-page .site-header .btn-menu-icon::after {
    background: #e83c66;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
    width: 22px;
  }

  body.kampus-page .site-header .btn-menu-icon::before {
    transform: translateY(-6px);
  }

  body.kampus-page .site-header .btn-menu-icon::after {
    transform: translateY(6px);
  }

  body.kampus-page .site-header.mobile-menu-open .btn-login {
    background: #e83c66;
  }

  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon,
  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon::before,
  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon::after {
    background: #ffffff;
  }

  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon {
    transform: rotate(45deg);
  }

  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon::before {
    opacity: 0;
  }

  body.kampus-page .site-header.mobile-menu-open .btn-menu-icon::after {
    transform: rotate(90deg);
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  body .site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e7edf2 !important;
    z-index: 60 !important;
  }

  body .site-header .header-inner {
    gap: 8px !important;
    justify-content: space-between !important;
    min-height: 64px !important;
    padding: 8px 0 !important;
  }

  body .site-header .brand {
    margin-right: auto !important;
  }

  body .site-header .main-nav {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid #e7edf2 !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 38px rgba(11, 30, 40, 0.16) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    left: 0 !important;
    margin-right: 0 !important;
    max-height: calc(100vh - 164px) !important;
    opacity: 0 !important;
    overflow-y: auto !important;
    padding: 14px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    transform: translateY(-8px) scale(0.98) !important;
    transform-origin: top right !important;
    transition: opacity 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease !important;
    visibility: hidden !important;
    width: auto !important;
    z-index: 61 !important;
  }

  body .site-header.mobile-menu-open .main-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
  }

  body .site-header .main-nav > a,
  body .site-header .main-nav > .mega-nav-item > .mega-trigger {
    border-bottom: 1px solid #e7e7e7 !important;
    color: #0b1e28 !important;
    justify-content: space-between !important;
    padding: 13px 0 !important;
    width: 100% !important;
  }

  body .site-header .main-nav > a.active,
  body .site-header .main-nav > .mega-nav-item > .mega-trigger.active {
    background: #fcf0f3 !important;
    border-bottom-color: transparent !important;
    border-radius: 12px !important;
    color: #e83c66 !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body .site-header .main-nav > a:last-child,
  body .site-header .main-nav > .mega-nav-item:last-child > .mega-trigger {
    border-bottom: 0 !important;
  }

  body .site-header .mega-nav-item {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 32px !important;
    width: 100% !important;
  }

  body .site-header .mega-menu-panel {
    display: none !important;
  }

  body .site-header .mega-nav-item > .mega-trigger {
    align-items: center !important;
    gap: 8px !important;
    grid-column: 1 !important;
    margin: 0 !important;
    width: auto !important;
  }

  body .site-header .mega-nav-item > .mega-trigger .mega-trigger-label {
    flex: 1 1 auto !important;
  }

  body .site-header .mega-nav-item > .mega-trigger .mega-trigger-caret-link {
    display: none !important;
  }

  body .site-header .mega-nav-item > .mega-submenu-toggle {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    color: #0b1e28 !important;
    display: inline-flex !important;
    flex: 0 0 32px !important;
    grid-column: 2 !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 13px 0 !important;
    width: 32px !important;
  }

  body .site-header .mega-nav-item > .mega-submenu-toggle .mega-trigger-caret-toggle {
    flex: 0 0 20px !important;
    height: 20px !important;
    width: 20px !important;
  }

  body .site-header .mega-nav-item.mobile-submenu-open > .mega-submenu-toggle .mega-trigger-caret-toggle {
    transform: rotate(180deg) !important;
  }

  body .site-header .mega-nav-item .mobile-submenu {
    border-left: 2px solid #f4d3dc !important;
    display: none !important;
    flex-direction: column !important;
    gap: 4px !important;
    grid-column: 1 / -1 !important;
    margin: 4px 0 8px !important;
    padding: 6px 0 2px 12px !important;
  }

  body .site-header .mega-nav-item.mobile-submenu-open .mobile-submenu {
    display: flex !important;
  }

  body .site-header .mega-nav-item .mobile-submenu a {
    color: #364152 !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 6px 0 !important;
    text-decoration: none !important;
  }

  body .site-header .mobile-nav-extras {
    align-items: stretch !important;
    border-top: 1px solid #e7e7e7 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 12px !important;
    padding-top: 14px !important;
  }

  body .site-header .mobile-nav-cta {
    align-items: center !important;
    background: #e83c66 !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    gap: 10px !important;
    justify-content: center !important;
    line-height: 24px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    width: 100% !important;
  }

  body .site-header .mobile-nav-support {
    background: #fcf6f8 !important;
    border-radius: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 12px 14px !important;
  }

  body .site-header .mobile-nav-support-link {
    align-items: center !important;
    color: #0b1e28 !important;
    display: inline-flex !important;
    font-size: 13px !important;
    gap: 8px !important;
    line-height: 18px !important;
  }

  body .site-header .nav-actions {
    gap: 8px !important;
    margin-left: 8px !important;
  }

  body .site-header .btn-cart,
  body .site-header .btn-account,
  body .site-header .btn-login {
    align-items: center !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    width: 44px !important;
  }

  body .site-header .btn-cart {
    background: #fcf0f3 !important;
  }

  body .site-header .btn-account {
    background: #fcf0f3 !important;
  }

  body .site-header .btn-login {
    background: #fcf0f3 !important;
    color: transparent !important;
    font-size: 0 !important;
    gap: 0 !important;
    transition: background-color 220ms ease !important;
  }

  body .site-header .btn-login img,
  body .site-header .btn-login-label {
    display: none !important;
  }

  body .site-header .btn-menu-icon {
    background: #e83c66 !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    position: relative !important;
    transition: transform 0.24s ease, background-color 0.24s ease !important;
    width: 22px !important;
  }

  body .site-header .btn-menu-icon::before,
  body .site-header .btn-menu-icon::after {
    background: #e83c66 !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 2px !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    transition: transform 0.24s ease, opacity 0.24s ease !important;
    width: 22px !important;
  }

  body .site-header .btn-menu-icon::before {
    transform: translateY(-6px) !important;
  }

  body .site-header .btn-menu-icon::after {
    transform: translateY(6px) !important;
  }

  body .site-header.mobile-menu-open .btn-login {
    background: #e83c66 !important;
  }

  body .site-header.mobile-menu-open .btn-menu-icon,
  body .site-header.mobile-menu-open .btn-menu-icon::before,
  body .site-header.mobile-menu-open .btn-menu-icon::after {
    background: #ffffff !important;
  }

  body .site-header.mobile-menu-open .btn-menu-icon {
    transform: rotate(45deg) !important;
  }

  body .site-header.mobile-menu-open .btn-menu-icon::before {
    opacity: 0 !important;
  }

  body .site-header.mobile-menu-open .btn-menu-icon::after {
    transform: rotate(90deg) !important;
  }

  body::before,
  body.mobile-nav-open::before {
    content: none !important;
    display: none !important;
  }

  body .top-news-left {
    grid-column: 2 !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body .top-news-left span {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  body .top-news-right {
    gap: 0 !important;
    grid-column: 3 !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  body .contact-strip .contact-strip-inner {
    justify-content: center !important;
    min-height: 40px !important;
    padding: 6px 10px !important;
  }

  body .contact-strip .contact-links {
    flex-wrap: wrap !important;
    gap: 6px 16px !important;
    justify-content: center !important;
  }

  body .contact-strip .contact-links a:first-child,
  body .contact-strip .contact-links a:last-child {
    display: inline-flex !important;
  }
}

/* Final tablet lock: apply same top area on all pages and prevent horizontal scroll */
@media (min-width: 641px) and (max-width: 1366px) and (pointer: coarse),
  (min-width: 641px) and (max-width: 1366px) and (hover: none),
  (min-width: 641px) and (max-width: 1199px) {
  html,
  body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body .site-wrapper {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body .top-news .top-news-inner,
  body .contact-strip .contact-strip-inner,
  body .site-header .header-inner {
    width: calc(100% - 24px) !important;
  }

  body .top-news .top-news-inner {
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 32px !important;
    justify-content: center !important;
    padding: 6px 0 !important;
    position: relative !important;
  }

  body .top-news .top-news-left {
    grid-column: 2 !important;
    min-width: 0 !important;
    justify-content: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-align: center !important;
    white-space: normal !important;
  }

  body .top-news .top-news-left span {
    overflow: visible !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  body .contact-strip .contact-strip-inner,
  body .contact-strip .contact-links {
    justify-content: center !important;
  }

  body .site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e7edf2 !important;
  }

  body .site-header .header-inner {
    align-items: center !important;
    gap: 8px !important;
    min-height: 72px !important;
    padding: 8px 0 !important;
  }

  body .site-header .brand {
    margin-right: auto !important;
  }

  body .site-header .main-nav {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid #e7edf2 !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 38px rgba(11, 30, 40, 0.16) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    left: 0 !important;
    margin-right: 0 !important;
    max-height: calc(100vh - 164px) !important;
    opacity: 0 !important;
    overflow-y: auto !important;
    padding: 14px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    transform: translateY(-8px) scale(0.98) !important;
    transform-origin: top right !important;
    visibility: hidden !important;
    width: auto !important;
    z-index: 61 !important;
  }

  body .site-header.mobile-menu-open .main-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
  }

  body .site-header .nav-actions {
    gap: 8px !important;
    margin-left: 8px !important;
  }

  body .site-header .btn-auth-register,
  body .site-header .btn-auth-logout {
    display: none !important;
  }

  body .site-header .btn-cart,
  body .site-header .btn-account,
  body .site-header .btn-login {
    align-items: center !important;
    background: #fcf0f3 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    height: 48px !important;
    justify-content: center !important;
    min-height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    width: 48px !important;
  }

  body .site-header .btn-login {
    color: transparent !important;
    font-size: 0 !important;
    gap: 0 !important;
  }

  body .site-header .btn-login img,
  body .site-header .btn-login-label {
    display: none !important;
  }

  body .site-header .btn-menu-icon {
    background: #e83c66 !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    width: 24px !important;
  }

  body.homepage-effects main,
  body.homepage-effects main > section {
    overflow-x: hidden !important;
  }

  body.homepage-effects .lesson-grid {
    grid-template-columns: 1fr !important;
  }
}

/* iPad/tablet touch fallback lock */
body.tablet-touch-layout,
body.tablet-touch-layout .site-wrapper {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

body.tablet-touch-layout .top-news .top-news-inner,
body.tablet-touch-layout .contact-strip .contact-strip-inner,
body.tablet-touch-layout .site-header .header-inner {
  width: calc(100% - 24px) !important;
}

body .top-news .top-news-inner {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) 32px !important;
  justify-content: center !important;
  padding: 6px 0 !important;
  position: relative !important;
}

body .top-news .top-news-left {
  flex: 0 1 auto !important;
  grid-column: 2 !important;
  justify-content: center !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
  text-align: center !important;
  white-space: normal !important;
}

body .top-news .top-news-left span {
  overflow: visible !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: normal !important;
}

body .top-news .top-news-right {
  grid-column: 3 !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}

body.tablet-touch-layout .site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #e7edf2 !important;
}

body.tablet-touch-layout .site-header .header-inner {
  align-items: center !important;
  gap: 8px !important;
  min-height: 72px !important;
  padding: 8px 0 !important;
}

body.tablet-touch-layout .site-header .brand {
  margin-right: auto !important;
}

body.tablet-touch-layout .site-header .main-nav {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid #e7edf2 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 38px rgba(11, 30, 40, 0.16) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  left: 0 !important;
  margin-right: 0 !important;
  max-height: calc(100vh - 164px) !important;
  opacity: 0 !important;
  overflow-y: auto !important;
  padding: 14px !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0 !important;
  top: calc(100% + 8px) !important;
  transform: translateY(-8px) scale(0.98) !important;
  transform-origin: top right !important;
  visibility: hidden !important;
  width: auto !important;
  z-index: 61 !important;
}

body.tablet-touch-layout .site-header.mobile-menu-open .main-nav {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
  visibility: visible !important;
}

body.tablet-touch-layout .site-header .nav-actions {
  gap: 8px !important;
  margin-left: 8px !important;
}

body.tablet-touch-layout .site-header .btn-auth-register,
body.tablet-touch-layout .site-header .btn-auth-logout {
  display: none !important;
}

body.tablet-touch-layout .site-header .btn-cart,
body.tablet-touch-layout .site-header .btn-account,
body.tablet-touch-layout .site-header .btn-login {
  align-items: center !important;
  background: #fcf0f3 !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  height: 48px !important;
  justify-content: center !important;
  min-height: 48px !important;
  min-width: 48px !important;
  padding: 0 !important;
  width: 48px !important;
}

body.tablet-touch-layout .site-header .btn-login {
  color: transparent !important;
  font-size: 0 !important;
  gap: 0 !important;
}

body.tablet-touch-layout .site-header .btn-login img,
body.tablet-touch-layout .site-header .btn-login-label {
  display: none !important;
}

body.tablet-touch-layout .site-header .btn-menu-icon {
  background: #e83c66 !important;
  border-radius: 999px !important;
  display: block !important;
  height: 2px !important;
  width: 24px !important;
}

body.tablet-touch-layout.homepage-effects main,
body.tablet-touch-layout.homepage-effects main > section {
  overflow-x: hidden !important;
}

body.tablet-touch-layout.homepage-effects .lesson-grid {
  grid-template-columns: 1fr !important;
}

.contact-card:hover,
.contact-form:hover {
  box-shadow: none !important;
  transform: none !important;
}

.contact-card:hover .contact-card-visual img {
  filter: none !important;
  transform: none !important;
}

body.homepage-effects .contact-card {
  background: transparent !important;
  box-shadow: none !important;
}

body.homepage-effects .faq-contact-section::after {
  display: none !important;
}

@media (min-width: 1200px) {
  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-left-grid {
    gap: 18px !important;
    grid-template-columns: 184px minmax(0, 1fr) !important;
  }

  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-intro {
    min-width: 0 !important;
  }

  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-pill {
    align-items: center !important;
    background: #e83c66 !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    color: #ffffff !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    gap: 8px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 40px !important;
    min-width: 0 !important;
    padding: 8px 15px 8px 18px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: max-content !important;
  }

  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-pill img {
    flex: 0 0 auto !important;
    height: 18px !important;
    width: 18px !important;
  }

  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-card {
    align-items: flex-start !important;
    padding: 22px 42px 22px 15px !important;
    text-align: left !important;
  }

  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-card span,
  .site-header .main-nav .mega-menu-panel-kampus .mega-kampus-card p {
    padding-left: 0 !important;
  }
}

.enwa-whatsapp-bubble {
  align-items: center;
  background: #22c55e;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 18px 42px rgba(13, 148, 85, 0.3);
  color: #ffffff;
  display: inline-flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  line-height: 18px;
  min-height: 56px;
  opacity: 0;
  padding: 13px 18px 13px 15px;
  pointer-events: none;
  position: fixed;
  right: 22px;
  text-decoration: none;
  transform: translateY(18px) scale(0.96);
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.2s ease;
  z-index: 2147482900;
}

.enwa-whatsapp-bubble.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.enwa-whatsapp-bubble:hover {
  box-shadow: 0 20px 48px rgba(13, 148, 85, 0.38);
  color: #ffffff;
  transform: translateY(-2px) scale(1);
}

.enwa-whatsapp-bubble img {
  display: block;
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.enwa-whatsapp-bubble span {
  white-space: nowrap;
}

.enwa-cookie-consent {
  bottom: 22px;
  box-sizing: border-box;
  left: 50%;
  max-width: min(960px, calc(100vw - 32px));
  opacity: 1;
  position: fixed;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
  z-index: 2147483000;
}

.enwa-cookie-consent.is-hiding {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
}

.enwa-cookie-consent-inner {
  align-items: center;
  background: #071f2a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(7, 31, 42, 0.28);
  color: #ffffff;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 18px 20px 18px 22px;
}

.enwa-cookie-consent-copy {
  display: grid;
  gap: 6px;
  line-height: 1.45;
}

.enwa-cookie-consent-copy strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.enwa-cookie-consent-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  margin: 0;
}

.enwa-cookie-consent-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.enwa-cookie-consent-btn {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  padding: 0 18px;
  transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.enwa-cookie-consent-btn-primary {
  background: #e83c66;
  box-shadow: 0 12px 28px rgba(232, 60, 102, 0.32);
  color: #ffffff;
}

.enwa-cookie-consent-btn-primary:hover {
  background: #d72f58;
}

.trustpilot-review-link {
  align-items: center;
  color: inherit;
  display: inline-flex;
  text-decoration: none;
}

.trustpilot-review-link > img {
  display: block;
}

.trustpilot-review-link:focus-visible {
  border-radius: 8px;
  outline: 2px solid #0abf8a;
  outline-offset: 4px;
}

.enwa-cookie-consent-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.enwa-cookie-consent-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
    width: 100% !important;
  }

  body .site-wrapper,
  body main,
  body main > section {
    max-width: 100vw !important;
  }

  body .site-wrapper,
  body main {
    overflow-x: hidden !important;
  }

  body.homepage-effects .fx-reveal.fx-from-left,
  body.homepage-effects .fx-reveal.fx-from-right {
    --reveal-translate-x: 0px !important;
    --reveal-translate-y: 22px !important;
  }

  body.homepage-effects .course-hero-content > .fx-reveal,
  body.homepage-effects .lessons-hero-content > .fx-reveal {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .enwa-cookie-consent {
    bottom: 12px;
    max-width: calc(100vw - 20px);
  }

  .enwa-cookie-consent-inner {
    align-items: stretch;
    border-radius: 18px;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .enwa-cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .enwa-cookie-consent-btn {
    width: 100%;
  }

  .enwa-whatsapp-bubble {
    bottom: 92px;
    min-height: 54px;
    padding: 13px 15px;
    right: 14px;
  }

  .enwa-whatsapp-bubble span {
    display: none;
  }
}

@media (max-width: 1199px),
  ((max-width: 1366px) and (pointer: coarse)),
  ((max-width: 1366px) and (hover: none)) {
  body.homepage-effects .contact-form-section,
  body.has-contact-form-section .contact-form-section {
    background: #e83c66 !important;
    padding: 16px !important;
  }

  body.homepage-effects .contact-form-wrap,
  body.has-contact-form-section .contact-form-wrap {
    gap: 24px !important;
  }

  body.homepage-effects .contact-card,
  body.homepage-effects .contact-card:hover,
  body.has-contact-form-section .contact-card {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  body.has-contact-form-section .contact-card:hover,
  body.homepage-effects .contact-card:hover .contact-card-visual img,
  body.has-contact-form-section .contact-card:hover .contact-card-visual img {
    filter: none !important;
  }

  body.homepage-effects .contact-card:hover,
  body.homepage-effects .contact-form:hover,
  body.has-contact-form-section .contact-card:hover,
  body.has-contact-form-section .contact-form:hover {
    transform: none !important;
  }

  body.homepage-effects .contact-form-section::before,
  body.has-contact-form-section .contact-form-section::before {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body.homepage-effects.has-contact-form-section .contact-card-visual,
  body.homepage-effects .contact-card-visual {
    aspect-ratio: 1350 / 760 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.homepage-effects.has-contact-form-section .contact-card h3,
  body.homepage-effects.has-contact-form-section .contact-card h4,
body.homepage-effects.has-contact-form-section .contact-card p,
  body.homepage-effects .contact-card h3,
  body.homepage-effects .contact-card h4,
  body.homepage-effects .contact-card p {
    margin: 0 !important;
  }
}

body.enwa-maraton90-page .site-footer {
  display: none !important;
}

body.enwa-maraton90-page .site-header .main-nav,
body.enwa-maraton90-page .site-header.mobile-menu-open .main-nav,
body.enwa-maraton90-page .site-header .nav-actions {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.enwa-maraton90-page .site-header .header-inner {
  justify-content: center !important;
}

body.enwa-maraton90-page .site-header .brand {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.enwa-maraton90-page.mobile-nav-open {
  overflow: auto !important;
}
