@media (max-width: 1023px) {
  .header--mobile .sc-menu2026-mobile {
    --sc-menu2026-mobile-blue: #061b66;
    --sc-menu2026-mobile-red: var(--primary-dark-pink, #d72262);
    --sc-menu2026-mobile-border: #f09caf;
    background: #fff;
    box-shadow: none;
    color: var(--sc-menu2026-mobile-blue);
    font-family: inherit;
  }

  .header--mobile .sc-menu2026-mobile *,
  .header--mobile .sc-menu2026-mobile *::before,
  .header--mobile .sc-menu2026-mobile *::after {
    box-sizing: border-box;
  }

  .header--mobile .sc-menu2026-mobile__inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    width: 100%;
  }

  .header--mobile .sc-menu2026-mobile__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px 10px;
  }

  .header--mobile .sc-menu2026-mobile__logo a {
    align-items: center;
    display: inline-flex;
  }

  .header--mobile .sc-menu2026-mobile__logo img {
    height: auto;
    max-width: 135px;
    width: 135px;
  }

  .header--mobile .sc-menu2026-mobile__close {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--sc-menu2026-mobile-blue);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
  }

  .header--mobile .sc-menu2026-mobile__close:hover,
  .header--mobile .sc-menu2026-mobile__close:focus {
    background: transparent;
    box-shadow: none;
  }

  .header--mobile .sc-menu2026-mobile__actions {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px 18px;
  }

  .header--mobile .sc-menu2026-mobile__actions a {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .header--mobile .sc-menu2026-mobile__phone {
    border: 1px solid var(--sc-menu2026-mobile-blue);
    color: var(--sc-menu2026-mobile-blue);
  }

  .header--mobile .sc-menu2026-mobile__booking {
    background: var(--sc-menu2026-mobile-red);
    border: 1px solid var(--sc-menu2026-mobile-red);
    color: #fff;
  }

  .header--mobile .sc-menu2026-mobile__actions svg {
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
  }

  .header--mobile .sc-menu2026-mobile__phone-icon {
    display: block;
    flex: 0 0 auto;
    height: 20px;
    object-fit: contain;
    width: 20px;
  }

  .header--mobile .sc-menu2026-mobile__body {
    border-top: 1px solid #eef0f4;
    flex: 1 1 auto;
    max-height: none;
    overflow-y: auto;
    padding-bottom: 82px;
  }

  .header--mobile .sc-menu2026-mobile__intro {
    align-items: center;
    border-bottom: 1px solid #eef0f4;
    color: var(--sc-menu2026-mobile-blue);
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 20px;
    text-decoration: none;
  }

  .header--mobile .sc-menu2026-mobile__intro .sc-menu2026-mobile__chevron {
    height: 22px;
    width: 22px;
  }

  .header--mobile .sc-menu2026-mobile__title {
    color: var(--sc-menu2026-mobile-blue);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 22px 20px 14px;
  }

  .header--mobile .sc-menu2026-mobile__section {
    border-bottom: 1px solid #eef0f4;
    padding: 0 20px 22px;
  }

  .header--mobile .sc-menu2026-mobile__section + .sc-menu2026-mobile__section {
    padding-top: 24px;
  }

  .header--mobile .sc-menu2026-mobile__section-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
  }

  .header--mobile .sc-menu2026-mobile__section h3 {
    color: var(--sc-menu2026-mobile-red);
    flex: 1 1 auto;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
  }

  .header--mobile .sc-menu2026-mobile__section-head a {
    align-items: center;
    color: var(--sc-menu2026-mobile-red);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .header--mobile .sc-menu2026-mobile__section-head svg {
    height: 18px;
    width: 18px;
  }

  .header--mobile .sc-menu2026-mobile__section p {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 3px 0 18px;
  }

  .header--mobile .sc-menu2026-mobile__section p span {
    color: var(--sc-menu2026-mobile-red);
  }

  .header--mobile .sc-menu2026-mobile__links {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header--mobile .sc-menu2026-mobile__section-head + .sc-menu2026-mobile__links {
    margin-top: 14px;
  }

  .header--mobile .sc-menu2026-mobile__links a {
    align-items: center;
    border: 1px solid rgba(240, 156, 175, 0.72);
    border-radius: 5px;
    color: #172554;
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.3;
    min-height: 40px;
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
  }

  .header--mobile .sc-menu2026-mobile__footer {
    align-items: center;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    bottom: 12px;
    box-shadow: 0 -4px 14px rgba(17, 27, 63, 0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 64px;
    left: 20px;
    position: fixed;
    right: 20px;
    z-index: 2;
  }

  .header--mobile .sc-menu2026-mobile__footer a {
    align-items: center;
    color: #172554;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
  }

  .header--mobile .sc-menu2026-mobile__footer a:not(:last-child) {
    border-right: 1px solid #d7dbe4;
  }

  .header--mobile .sc-menu2026-mobile__footer svg {
    color: var(--sc-menu2026-mobile-red);
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
  }

  .header--mobile .sc-menu2026-mobile__footer-icon {
    display: block;
    flex: 0 0 auto;
    height: 20px;
    object-fit: contain;
    width: 20px;
  }

  .header--mobile .sc-menu2026-mobile__footer .sc-menu2026-mobile__phone-icon {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 374px) {
  .header--mobile .sc-menu2026-mobile__actions {
    gap: 14px;
  }

  .header--mobile .sc-menu2026-mobile__actions a,
  .header--mobile .sc-menu2026-mobile__footer a,
  .header--mobile .sc-menu2026-mobile__links a {
    font-size: 12px;
  }

  .header--mobile .sc-menu2026-mobile__links a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 359px) {
  .header--mobile .sc-menu2026-mobile__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
