@media (max-width: 760px) {
  body .tour-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 36px 18px 72px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body .nav {
    width: 100vw !important;
    max-width: 100vw !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow: hidden !important;
  }

  body .nav-left {
    min-width: 0 !important;
    max-width: calc(100vw - 116px) !important;
  }

  body .nav-logo {
    width: 166px !important;
    max-width: calc(100vw - 116px) !important;
  }

  body .nav-center,
  body .nav-left > .nav-item,
  body .nav-location-wrap,
  body .nav-login {
    display: none !important;
  }

  body .nav-right {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%) !important;
  }

  body .nav-call-mobile,
  body .nav-hamburger {
    display: flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  body .btn-join {
    display: none !important;
  }

  body .tour-layout * {
    min-width: 0 !important;
  }

  body .tour-left {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  body .tour-left h1.h1 {
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
    margin: 0 0 18px !important;
    font-size: clamp(2.2rem, 10.8vw, 2.65rem) !important;
    line-height: 0.94 !important;
    text-align: left !important;
    overflow-wrap: break-word !important;
  }

  body .tour-left p.lede {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 0 26px !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  body .tour-left > h3 {
    margin-bottom: 16px !important;
    font-size: 1.25rem !important;
    text-align: left !important;
  }

  body .expect-list {
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  body .expect-item {
    gap: 12px !important;
    width: 100% !important;
  }

  body .expect-num {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.9rem !important;
  }

  body .expect-item-text h4 {
    font-size: 1.08rem !important;
    line-height: 1.05 !important;
    margin-bottom: 5px !important;
  }

  body .expect-item-text {
    width: 100% !important;
    max-width: 286px !important;
  }

  body .expect-item-text p,
  body .tour-left > p:last-child {
    width: 100% !important;
    max-width: 286px !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body .tour-form {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 16px !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08) !important;
  }

  body .tour-form h2 {
    font-size: 1.45rem !important;
    line-height: 1 !important;
    text-align: left !important;
  }

  body .tour-form > p {
    margin-bottom: 18px !important;
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  body .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body .form-group {
    margin-bottom: 13px !important;
  }

  body .form-label {
    font-size: 0.64rem !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 6px !important;
  }

  body .form-input,
  body .form-select {
    min-height: 48px !important;
    width: 100% !important;
    padding: 12px 13px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  body .btn-tour {
    min-height: 52px !important;
    margin-top: 4px !important;
    padding: 15px 18px !important;
    border-radius: 999px !important;
    font-size: 0.9rem !important;
  }

  body .alt-paths {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  body .alt-path {
    padding: 16px !important;
    border-radius: 12px !important;
    text-align: left !important;
  }

  body .alt-path h5 {
    font-size: 1rem !important;
    line-height: 1.05 !important;
  }

  body .alt-path p {
    margin-bottom: 8px !important;
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
  }

  body .tour-layout ~ .sticky-cta {
    display: none !important;
  }
}
